summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:14:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 23:25:03 +0100
commit576fc933c81aa6e526d87290af95e8e898e70ecb (patch)
tree73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/kqtquickcharts/kqtquickcharts-17.12.0.ebuild
parentdev-haskell/stack-bin: bump up to 1.6.1 (diff)
downloadgentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz
gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2
gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kqtquickcharts/kqtquickcharts-17.12.0.ebuild')
-rw-r--r--kde-apps/kqtquickcharts/kqtquickcharts-17.12.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-17.12.0.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-17.12.0.ebuild
new file mode 100644
index 000000000000..f3ecf96d6887
--- /dev/null
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-17.12.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}"