aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 12:40:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 12:50:48 +0100
commit15b0e46496e8226df290b98f3f2e896f280155cf (patch)
tree79cc1eee21b773c3efa5f86fd2080175ce3362d6 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.114.0 version bump (diff)
downloadkde-15b0e46496e8226df290b98f3f2e896f280155cf.tar.gz
kde-15b0e46496e8226df290b98f3f2e896f280155cf.tar.bz2
kde-15b0e46496e8226df290b98f3f2e896f280155cf.zip
kde-frameworks/kplotting: 5.114.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.114.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
new file mode 100644
index 0000000000..e121786390
--- /dev/null
+++ b/kde-frameworks/kplotting/Manifest
@@ -0,0 +1 @@
+DIST kplotting-5.114.0.tar.xz 33732 BLAKE2B dd0a833a2ffa8e9122ac309d232429f8208ec13bd4d3875c0912c68c333cef98090b18a3a6ca1f3b3c17dd7e1b3efed9903c90a220d46d9440d61ebe813b68b4 SHA512 0f6d65252e01c97eafb61726a5fbdf564c52b4c16d583073e6f094c1d0ccc42dfe59f2a0b83e395554df34d31fbd82c5d60980546bfb139850efbf7456eae8c9
diff --git a/kde-frameworks/kplotting/kplotting-5.114.0.ebuild b/kde-frameworks/kplotting/kplotting-5.114.0.ebuild
new file mode 100644
index 0000000000..ada5b3987a
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.114.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"