commit: e5fc0b0080dd3cdfe7bf0376c7dc7f7210a93101 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Apr 29 05:22:26 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Apr 29 05:23:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5fc0b00
kde-plasma/plymouth-kcm: new package Package-Manager: Portage-2.3.5, Repoman-2.3.2 kde-plasma/plymouth-kcm/metadata.xml | 8 +++++ kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/kde-plasma/plymouth-kcm/metadata.xml b/kde-plasma/plymouth-kcm/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /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>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild new file mode 100644 index 0000000000..cc1cbbb171 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-9999.ebuild @@ -0,0 +1,38 @@ +# 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="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(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 )
