summaryrefslogtreecommitdiff
path: root/kde-frameworks/kquickcharts
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-02 14:58:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-04 21:36:40 +0200
commitc03c55a2867c218f832c478c7e01fd62f9c505cf (patch)
tree4dfcca27e21993e1be9503b37930b53433fc180a /kde-frameworks/kquickcharts
parent0de389810ee83c25ac7a068593f3c2134d20da15 (diff)
downloadkde-c03c55a2867c218f832c478c7e01fd62f9c505cf.tar.gz
kde-c03c55a2867c218f832c478c7e01fd62f9c505cf.tar.bz2
kde-c03c55a2867c218f832c478c7e01fd62f9c505cf.zip
kde-frameworks/kquickcharts: 6.5.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kquickcharts')
-rw-r--r--kde-frameworks/kquickcharts/Manifest1
-rw-r--r--kde-frameworks/kquickcharts/kquickcharts-6.5.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/kquickcharts/Manifest b/kde-frameworks/kquickcharts/Manifest
new file mode 100644
index 00000000000..a8a8f7aa69c
--- /dev/null
+++ b/kde-frameworks/kquickcharts/Manifest
@@ -0,0 +1 @@
+DIST kquickcharts-6.5.0.tar.xz 110208 BLAKE2B f8b1f53b5e954ac9510779b8275c0885488bf6912f1455623fa1d000124c7cac03c257a41487cfbe2e31b954e1426445c3cfdd21e93556d9c290950715abae5e SHA512 68a2fc6c6cdca90852016c791717534f894358fe8b9b95492a78bf9c2a42f9c352d2e880f080ed20e579429cecb832665360a3857f190f029c98cb38345dd572
diff --git a/kde-frameworks/kquickcharts/kquickcharts-6.5.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-6.5.0.ebuild
new file mode 100644
index 00000000000..75c53048157
--- /dev/null
+++ b/kde-frameworks/kquickcharts/kquickcharts-6.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_EXAMPLES="true"
+ECM_QTHELP="false"
+ECM_TEST="true"
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="QtQuick plugin providing high-performance charts"
+HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# PVCUT=$(ver_cut 1-2)
+# examples? (
+# >=dev-qt/qtwidgets-${QTMIN}:6
+# =kde-frameworks/kdeclarative-${PVCUT}*:5
+# =kde-frameworks/kirigami-${PVCUT}*:5
+# )
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_EXAMPLES=$(usex examples)
+ )
+
+ ecm_src_configure
+}