summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-6.4.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..43cb2a6bc14
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-6.4.0.tar.xz 33692 BLAKE2B 36565d2e7fab283555edd34c99b95f815148c112b5e2219529d1a4ac69ea3290d5181491dbcc7f9a655ea48cc03ff5173f10841c6f36e89c845f6f15f5a84d81 SHA512 30a1a78c7fda74e28753af05ba3089781b2677b9e02b76cc745498f065b26d2ed3a8ed68b2d077cd696d9cc04fd14081a38aaa36b8b794b113ac6f521afafd69
diff --git a/kde-frameworks/kplotting/kplotting-6.4.0.ebuild b/kde-frameworks/kplotting/kplotting-6.4.0.ebuild
new file mode 100644
index 00000000000..82a3017aeb9
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-6.4.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 ~arm64 ~riscv"
+IUSE=""
+
+DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
+RDEPEND="${DEPEND}"