summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-6.3.0.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 00000000000..2171a7b0295
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-6.3.0.tar.xz 33680 BLAKE2B c36abac85d836c28b86e66104b82f8fdb0d3ec47a820f092b719139e7e014aeae256b7ae5bcc07687fabe5b75a737e065d2db664f383f3f85c7956bfb1eb4561 SHA512 b00edab7fb872c26705c3c881beb00809fe770e4df28b1439f581dcbaa1c541ba8f65b1cceb899a45dde58c0b2b14673b390d5c22cb64d5559557351779688a4
diff --git a/kde-frameworks/kplotting/kplotting-6.3.0.ebuild b/kde-frameworks/kplotting/kplotting-6.3.0.ebuild
new file mode 100644
index 00000000000..5b5b563b194
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-6.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
+RDEPEND="${DEPEND}"