From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- kde-plasma/plymouth-kcm/Manifest | 3 ++ kde-plasma/plymouth-kcm/metadata.xml | 8 +++++ kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild | 36 ++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 kde-plasma/plymouth-kcm/Manifest create mode 100644 kde-plasma/plymouth-kcm/metadata.xml create mode 100644 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.5.ebuild (limited to 'kde-plasma/plymouth-kcm') diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest new file mode 100644 index 000000000000..3df39d80ff4a --- /dev/null +++ b/kde-plasma/plymouth-kcm/Manifest @@ -0,0 +1,3 @@ +DIST plymouth-kcm-5.10.5.tar.xz 34432 SHA256 5e1cd096b7b196a7c38abd49da2a13710cc95cd5fdec6c02b6abd7d1b0526e87 SHA512 07244bbd3d102ac9d37bfd056d5b1e2a4b2e56788ed41df4f0492bf8e1032a40beeff3f05b9feac3f8f58a90ca3693f15a7c728b78aaa6c2bc5bfb8665461640 WHIRLPOOL 06a33a1436eb1f963993e8d10bd2e0971da8f9e6f2d37765c00a557d65f0333dfa2eb3684f9b786abbd349876f8db8b90ad593d75cf236c00d5cf49c2c2a24a0 +EBUILD plymouth-kcm-5.10.5.ebuild 819 SHA256 fddeb7c9285464bbf15a0f66d594e22588a2c1fe785a636beaa4f7548331a675 SHA512 d5d69bbe2acb0f2a364e6ff1425a5e55829762c628ea12956a3fd528b52ffbb1c9843538560789bfc43e35afae80b383b0f3a5272068f4849c954e7ba24c800c WHIRLPOOL fc8ae425410fea8e9552cc23c4d986b37de667ad7e102268fcf38231177459f262dc06e7169f5e5f09fcc446478a73ea12a1180a23ddb660739c8fe759fe5530 +MISC metadata.xml 249 SHA256 584f1dcf51866dc24a9abf7a89bfba0fad11dde81ae1c1b715da41770d233c99 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 WHIRLPOOL 200c07a8bf7c55b11b7936d5cd30e991a511684913334e72f59def66c0ced5fed0b4a8754e2d98bffbab631cb90d4e17fcccc59d5dcc5a8e988f69e47c85518c 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 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + 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 ) -- cgit v1.2.3