summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 12:55:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 17:21:15 +0100
commit23f331f0b6fe80b023c6ef41e53165e21ce3e506 (patch)
tree8004a4bc6f3e5ed3c06f1a1dbd50ee2d54ba013c
parentkde-frameworks/kitemviews: 5.113.0 version bump (diff)
downloadgentoo-23f331f0b6fe80b023c6ef41e53165e21ce3e506.tar.gz
gentoo-23f331f0b6fe80b023c6ef41e53165e21ce3e506.tar.bz2
gentoo-23f331f0b6fe80b023c6ef41e53165e21ce3e506.zip
kde-frameworks/kplotting: 5.113.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.113.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 1d666cce47ca..1e984b713567 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1 +1,2 @@
DIST kplotting-5.112.0.tar.xz 33736 BLAKE2B 753455d436de6dfefa487b5397594e0f7d7a4c5126f5f09d6df9edd10b2b8d8b1fa65e00dc957fd876355841cc47cbff2fdf527f41c577848f5a7415bbed21ca SHA512 7ae44b6ec185b0cd7b2d2315888c99656a85b9ee0303ea31967a3588401a14c69471526ec54220aea6b4f0cdbd62b93f19be97ea7372a2c2976951c038081c7c
+DIST kplotting-5.113.0.tar.xz 33752 BLAKE2B 4eb87f0e228ad14db9c884501b751116cf59dc40970486bf462c54e330e3b759f965b832e5a83da2954e5d846e74600a6e0caf2e6316cd40b95aaa381487dc4e SHA512 9f9547407239729873739ec3e5c7e33426758305fa1e9a056c0d50cb7fae12c1dd6ec4b4914b685fbcdff7720e5729b271bd74e5029e16e8dc07d4dc4d6b38ce
diff --git a/kde-frameworks/kplotting/kplotting-5.113.0.ebuild b/kde-frameworks/kplotting/kplotting-5.113.0.ebuild
new file mode 100644
index 000000000000..9cc25c8ddb18
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.113.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 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}"