aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-13 12:47:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-15 00:04:06 +0100
commitc18e7ce2a5e0d7d6d75ba020235610e01317ebaa (patch)
tree8927969b098275916e1f832f600c5eed379b70ea /kde-apps/kqtquickcharts
parentkde-apps/kmplot: 22.11.80 version bump (diff)
downloadkde-c18e7ce2a5e0d7d6d75ba020235610e01317ebaa.tar.gz
kde-c18e7ce2a5e0d7d6d75ba020235610e01317ebaa.tar.bz2
kde-c18e7ce2a5e0d7d6d75ba020235610e01317ebaa.zip
kde-apps/kqtquickcharts: 22.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kqtquickcharts')
-rw-r--r--kde-apps/kqtquickcharts/Manifest1
-rw-r--r--kde-apps/kqtquickcharts/kqtquickcharts-22.11.80.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/kqtquickcharts/Manifest b/kde-apps/kqtquickcharts/Manifest
new file mode 100644
index 0000000000..fb07b8a5ea
--- /dev/null
+++ b/kde-apps/kqtquickcharts/Manifest
@@ -0,0 +1 @@
+DIST kqtquickcharts-22.11.80.tar.xz 30868 BLAKE2B 8e2c54139fde15223b1541eca7da71aae105b8ce5d0bab9b68154456a48bc0e0ad9badeaf69923fa80cfdf7609a34c6f32ce811f40ca3d51d1f03a5f10aad809 SHA512 abe976d74d28b87790bf88bb56d70156319db0fa43b677a03e8f6dec9e796442090ffd5dfaaeb4f54cb6a448deec01076bc86961b6e2edd9d8c81cef8ec70535
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-22.11.80.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-22.11.80.ebuild
new file mode 100644
index 0000000000..561a0e75ba
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-22.11.80.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=5.15.5
+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}"