diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-06 16:04:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-06 17:06:07 +0200 |
commit | 8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch) | |
tree | 1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/kmplot | |
parent | dev-texlive/texlive-luatex: Add more blockers (diff) | |
download | gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2 gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip |
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r-- | kde-apps/kmplot/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmplot/kmplot-19.04.2.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index eff3b1b383c0..8807f993356b 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1,2 +1,3 @@ DIST kmplot-18.12.3.tar.xz 3061352 BLAKE2B bebcb61a2449f77658213f99daee03ea4fd3f844fa226910312a42acf1b9b3def72c012911c2c610c2eede1ee51b0cf7172497379e23bc14bb733b29364ed069 SHA512 6fa203f4cd192e114ccf7f87df3d1f1f0e806a0bb4027a31eb0fc16a239fba841b643ea7b4b8f4d72a43efe9605e22bd0b47d7fbb9232b5305c60cd2e4ccadb9 DIST kmplot-19.04.1.tar.xz 3062236 BLAKE2B 998a2596b458f8faa94c49ad67602ae792dc3b5f1907dbbb2573a13a9445052f6869591849b8efdbaf220a48d813c6682acfccb4fb58daeca5423623c8de540d SHA512 95a817918eb9386f8eec91c3bab0604ac38a394e905282f0f50a1254b889be2d559f4902ba3f56ea10246d31c2c99a37a4e8b7cb9a8707c363dfa16749c1af1c +DIST kmplot-19.04.2.tar.xz 3061664 BLAKE2B 548b1fc13910d5c0ada957aef64f8774ca7aa5580f8c63712dcec1e70c99ccb7a9251486eabf6aa0b6fb1ccdadcbd712b874cf3e729a253acd4c52abdd981268 SHA512 c541ecdd21546eca30472a74e624234360058ca7a9a74460110b67b10102a810ffc44ac5b70de1f9f57b95ac015d1a03a25db4aef20fbe1ecb9ef362928c7770 diff --git a/kde-apps/kmplot/kmplot-19.04.2.ebuild b/kde-apps/kmplot/kmplot-19.04.2.ebuild new file mode 100644 index 000000000000..24545ff4afda --- /dev/null +++ b/kde-apps/kmplot/kmplot-19.04.2.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}" |