summaryrefslogtreecommitdiff
path: root/kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-06 22:56:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-06 23:26:09 +0100
commit1a3230f4a205eb582ac6ab8519e3333e69b28238 (patch)
tree1261caccd89e544fc0aeb3c2b1f53aee49030663 /kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild
parentdbca0d6f0fb26ce65d36c8066d88eedc0296610c (diff)
downloadkde-1a3230f4a205eb582ac6ab8519e3333e69b28238.tar.gz
kde-1a3230f4a205eb582ac6ab8519e3333e69b28238.tar.bz2
kde-1a3230f4a205eb582ac6ab8519e3333e69b28238.zip
kde-frameworks: Add KDE Frameworks 5.54.0
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild')
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild
new file mode 100644
index 00000000000..646bf56e925
--- /dev/null
+++ b/kde-frameworks/kdeclarative/kdeclarative-5.54.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Framework providing integration of QML and KDE work spaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kpackage)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ media-libs/libepoxy
+"
+RDEPEND="${DEPEND}"