summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 09:58:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:27:15 +0200
commita7ff9f580c605d255b735df612fec61bd1545557 (patch)
tree1957b28e4a139cb7d6e0ccd1be880b1febdda357 /kde-apps/kqtquickcharts/kqtquickcharts-23.08.0.ebuild
parentkde-apps/kmplot: 23.08.0 version bump (diff)
downloadgentoo-a7ff9f580c605d255b735df612fec61bd1545557.tar.gz
gentoo-a7ff9f580c605d255b735df612fec61bd1545557.tar.bz2
gentoo-a7ff9f580c605d255b735df612fec61bd1545557.zip
kde-apps/kqtquickcharts: 23.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kqtquickcharts/kqtquickcharts-23.08.0.ebuild')
-rw-r--r--kde-apps/kqtquickcharts/kqtquickcharts-23.08.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-23.08.0.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.0.ebuild
new file mode 100644
index 000000000000..0b84fab064f9
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"