summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/metadata.xml8
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.10.1.ebuild35
3 files changed, 44 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
new file mode 100644
index 000000000000..c07fecdaf75b
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -0,0 +1 @@
+DIST plymouth-kcm-5.10.1.tar.xz 31644 SHA256 7a9ab26f031ee0fdae3d851cb98b6e2f376584e62136c6d936cde930d06c88d3 SHA512 74e866428307cadd9798c9d2b33a85aae7b20bcc8d1f3100067d714c7b0070047b6cc242af797923509047230a400870ca00292779fbc7135b288d4972f00497 WHIRLPOOL 14b33b03437cf9de6fe8150674c136d7858d69db7d3a1730b576b6278c537a3cfc7bc624d6f068f16bcc40713f1364f6d6751a7ec33823903b0b97860d746523
diff --git a/kde-plasma/plymouth-kcm/metadata.xml b/kde-plasma/plymouth-kcm/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.1.ebuild
new file mode 100644
index 000000000000..d3025a211ee9
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.1.ebuild
@@ -0,0 +1,35 @@
+# 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 ~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 qtwidgets)
+ sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep kde-cli-tools)
+"
+
+DOCS=( CONTRIBUTORS )