summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-10 21:19:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:13:15 +0200
commit83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b (patch)
treeb45546dce283baad7492c85797d5bc6f8e535918 /kde-apps/kmplot
parentkde-frameworks: Add KDE Frameworks 5.63.0 (diff)
downloadgentoo-83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b.tar.gz
gentoo-83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b.tar.bz2
gentoo-83cbb66d1cb4a7b7306bab52afbc0306bdfcf83b.zip
kde-apps: Add KDE Applications 19.08.2
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmplot')
-rw-r--r--kde-apps/kmplot/Manifest1
-rw-r--r--kde-apps/kmplot/kmplot-19.08.2.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest
index ef0e44c7305c..2e921084acd5 100644
--- a/kde-apps/kmplot/Manifest
+++ b/kde-apps/kmplot/Manifest
@@ -1,2 +1,3 @@
DIST kmplot-19.04.3.tar.xz 3047220 BLAKE2B 17db90a4184343fd9a4a13d268d8d1a0d368bd0fb075a5809044367fe266edee5b2f94118dc3c9bfdc896887a47e5d85fadcb047fbffa9bc845845b69dddb980 SHA512 afb63178f5a871b3f52e56927a3d636729cecd485c29dca661256f6e73c506ed615ff619c22043ed5b714f3ba9216fc55ae63208e4117aa0de7ffeef0261fbfe
DIST kmplot-19.08.1.tar.xz 3055312 BLAKE2B 306671779deaa906d9e25ff4a0c7ba2c1a61b276d47c01a696bc9d7e0789eb4c41d43e0223487c28e7c7c9c544cc67c21cd3998cfb1aa222e033b99c54adcfd3 SHA512 dd76ff8a23a100f106fd7895db1058c2d9df631f9f79b38ba58ffbf0577429dc78676904bb21f0bbb11128d76b5dac2d4cb3fdc70ad831716dcd908e5208e93f
+DIST kmplot-19.08.2.tar.xz 3054008 BLAKE2B ec203c691ba97bdb65b4a37aa76bb69a12c90d06572ec220904858fea5edc1dc7b5eee00b041491153d9836b425b9b3a762c4205ab67537902e501b50f6e08be SHA512 4f6f9f6d5aa3f995ac5d5b9173c90dc02427bdbcab0b825120d6281e6fadb7c3c3730abc347e882e6a854b462fa4dfdc0f807359310495e2c2bdd3124e59cb40
diff --git a/kde-apps/kmplot/kmplot-19.08.2.ebuild b/kde-apps/kmplot/kmplot-19.08.2.ebuild
new file mode 100644
index 000000000000..24545ff4afda
--- /dev/null
+++ b/kde-apps/kmplot/kmplot-19.08.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}"