summaryrefslogtreecommitdiff
path: root/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild')
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild
new file mode 100644
index 000000000000..711d85d9a5c3
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+BOGUS=1
+inherit kde5
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/plymouth-kcm"
+
+LICENSE="GPL-2+"
+KEYWORDS="amd64 ~arm x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtquickcontrols)
+ $(add_qt_dep qtwidgets)
+ sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep kde-cli-tools)
+"
+
+DOCS=( CONTRIBUTORS )