diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-02 10:36:45 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-02 10:52:16 +0200 |
| commit | 847dadde13c26f10d1222af8f76d398790b90a9c (patch) | |
| tree | 36c2fba40b8c10a0a47c90afab5112d6f8bddd16 /kde-apps/kmplot | |
| parent | ac0f6015b196091b2643633a5f21d1cb850b408d (diff) | |
| download | kde-847dadde13c26f10d1222af8f76d398790b90a9c.tar.gz kde-847dadde13c26f10d1222af8f76d398790b90a9c.tar.bz2 kde-847dadde13c26f10d1222af8f76d398790b90a9c.zip | |
kde-apps: Add KDE Applications 19.07.90 (19.08 RC)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmplot')
| -rw-r--r-- | kde-apps/kmplot/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/kmplot/kmplot-19.07.90.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index 630b8a68229..827218b3611 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1 +1,2 @@ DIST kmplot-19.07.80.tar.xz 3048044 BLAKE2B 52703022b7d655daa2b2b86bac49acb7e93ece8aca9ef5f67be028da6904a8dd11dc83d94fd161069e63f3ad975b0833432584f892da0d9720b2d911f0ccc03a SHA512 7096a39f3502c22653d57602b7a071c45c53cf953761b69433008c0b3ef3f943fe38869001d4c2a59b6496d9b265be0c1ab80561022107c79dd8e04113c8d926 +DIST kmplot-19.07.90.tar.xz 3052728 BLAKE2B 03f28725c2ae8a926f6c86244ad33897d074de89f8b796aa264d50cc3607bb303ed5e88bb9619a548f7aaa99aab9f384ad0c4eeed1f1236f7b56cda343a4b274 SHA512 86c4fe5e73bb646428a8669e7f1ada173f2c81ef66cc1ce31bee534c178f623c0d0c9c69ed839d79ad0404761c4bfebf6112c561dae7c342d913c1307ef52a82 diff --git a/kde-apps/kmplot/kmplot-19.07.90.ebuild b/kde-apps/kmplot/kmplot-19.07.90.ebuild new file mode 100644 index 00000000000..24545ff4afd --- /dev/null +++ b/kde-apps/kmplot/kmplot-19.07.90.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}" |
