summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 10:09:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 20:58:02 +0200
commit794d849c2d54ef264a26f214d3ae8614888a4aa4 (patch)
tree8465e76c057d89efed7d45fdc166b6b11492d767 /kde-apps/kmplot
parentkde-apps/klettres: 20.08.2 version bump (diff)
downloadgentoo-794d849c2d54ef264a26f214d3ae8614888a4aa4.tar.gz
gentoo-794d849c2d54ef264a26f214d3ae8614888a4aa4.tar.bz2
gentoo-794d849c2d54ef264a26f214d3ae8614888a4aa4.zip
kde-apps/kmplot: 20.08.2 version bump
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-20.08.2.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest
index 30ab5211b713..fc09d08952d5 100644
--- a/kde-apps/kmplot/Manifest
+++ b/kde-apps/kmplot/Manifest
@@ -1,2 +1,3 @@
DIST kmplot-20.04.3.tar.xz 3054968 BLAKE2B 3d4bd91206af25b81736ace1a6ddbffaa805dd8f99b7936969328111f333523e5fe095b19ba6a870798732f5d047cc971079d6838fa85ca64ed12c1a4e49687b SHA512 06cb19924e6d460b52f419d29e028ab4cb13cab6ab14f1a27216d3d0ecd467676d337ec04d2c3fcc2b081853d3e0858ce2f2cc46279efc8fe692b8ab6a4ee5ff
DIST kmplot-20.08.1.tar.xz 3055536 BLAKE2B c25ce0099b9ea9c5e8045763cbaf94231c397a79ca0d655601a2028cafd80b5882c9cb117dac780c0cc21bcd2c259ebfb6b21ca869bcfe7b27bc1020aa9acc93 SHA512 2a53daf7b0581558c30f9490363f7c07806671a6e5a76e5f3384718e9104a047042ca9a2bf169ae0a327997f3701ba206c6007f088b3bf326cbc499329cc573e
+DIST kmplot-20.08.2.tar.xz 3055588 BLAKE2B 1fda60e94d6c8e18c9123cfb5eee502c84445ab8be20a3d5010449676c386c7d34cdebb769e5b971f5e4095fdc9b7958f78ad405ffa1f4ca8d27ee9497539fa6 SHA512 a5ab803c6f71018d8681d2b280cf7d054aaf3ec501c563780b72d7845d79cd9b4f7ff87558e2236dabc81b8ea2791689c6ae4226346893707a98fddd85fe0245
diff --git a/kde-apps/kmplot/kmplot-20.08.2.ebuild b/kde-apps/kmplot/kmplot-20.08.2.ebuild
new file mode 100644
index 000000000000..21f80d00c8bf
--- /dev/null
+++ b/kde-apps/kmplot/kmplot-20.08.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.72.0
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Mathematical function plotter"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kmplot
+https://edu.kde.org/kmplot/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtxml-${QTMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"