diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-09 10:15:26 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-09 10:15:26 +0200 |
| commit | 2d4e6eee4000d213accfeb7514adfc168f77a72d (patch) | |
| tree | 0a43c3c49cf6820ffaf21048cd23e1e5f2be10f9 /kde-apps/kmplot/kmplot-19.04.3.ebuild | |
| parent | 77c10704ef00bf5aaa74327bdf039dcbefb210a7 (diff) | |
| download | kde-2d4e6eee4000d213accfeb7514adfc168f77a72d.tar.gz kde-2d4e6eee4000d213accfeb7514adfc168f77a72d.tar.bz2 kde-2d4e6eee4000d213accfeb7514adfc168f77a72d.zip | |
kde-apps: Add KDE Applications 19.04.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kmplot/kmplot-19.04.3.ebuild')
| -rw-r--r-- | kde-apps/kmplot/kmplot-19.04.3.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kmplot/kmplot-19.04.3.ebuild b/kde-apps/kmplot/kmplot-19.04.3.ebuild new file mode 100644 index 00000000000..24545ff4afd --- /dev/null +++ b/kde-apps/kmplot/kmplot-19.04.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Mathematical function plotter" +HOMEPAGE="https://kde.org/applications/education/kmplot https://edu.kde.org/kmplot/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" |
