summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kquickcharts/Manifest1
-rw-r--r--kde-frameworks/kquickcharts/kquickcharts-6.1.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..8a215a48720
--- /dev/null
+++ b/kde-frameworks/kquickcharts/Manifest
@@ -0,0 +1 @@
+DIST kquickcharts-6.1.0.tar.xz 109892 BLAKE2B 4b5ab5adaf0e69b87f6b8d65027c9e865ad1265b33537c2a3832ee43b86fd1ee1f82868cc8923280e7e19fc5685a0db4ae71a74de3eb296c48212c82c3e92827 SHA512 a3f25ff4ad0324b04d5bd2496e3bb3dc6cfcebdab52ccb1dcf52d0e36ae2d699c6c19651d2f399bac54236cceb696c0b64cca4f697582a75e7cc3b572c02df48
diff --git a/kde-frameworks/kquickcharts/kquickcharts-6.1.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-6.1.0.ebuild
new file mode 100644
index 00000000000..b0ff5d9ede1
--- /dev/null
+++ b/kde-frameworks/kquickcharts/kquickcharts-6.1.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"
+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
+}