summaryrefslogtreecommitdiff
path: root/kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-09 11:11:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-09 11:11:11 +0000
commit90a73bb153519a9eac2a23eb9029b99b759e7892 (patch)
tree6d01f49a1e594c9324241c03aac67a635f828834 /kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.ebuild
parentf6f5cf314dddfbfe0f8c848dc9e07436b032562c (diff)
gentoo auto-resync : 09:12:2023 - 11:11:11
Diffstat (limited to 'kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.ebuild')
-rw-r--r--kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.ebuild
new file mode 100644
index 000000000000..0b84fab064f9
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.4.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}"