diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-01 19:49:23 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-01 20:03:50 +0200 |
commit | f7e157cdee1cc431b0af77e88baf2b69c9fa2998 (patch) | |
tree | ca7bdf78508e0bcbcb534da36fefcbf489a5ea05 /kde-plasma/plymouth-kcm | |
parent | www-client/chromium: depend on >=media-video/ffmpeg-4 (diff) | |
download | gentoo-f7e157cdee1cc431b0af77e88baf2b69c9fa2998.tar.gz gentoo-f7e157cdee1cc431b0af77e88baf2b69c9fa2998.tar.bz2 gentoo-f7e157cdee1cc431b0af77e88baf2b69c9fa2998.zip |
kde-plasma: Version bump KDE Plasma 5.12.5
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.12.5.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 60772f628dcb..c8a81a2abf39 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-5.11.5.tar.xz 39368 BLAKE2B da61b6e32c1a73a4bd5e138c4e5720feb1648091ccf9e28583b40f30ccad20ff6dd8096996c93224accd151d5f9f4298756ff2bec37c73176f2e3159ed3f7627 SHA512 c30ca55c8647b3c32f1266519a7b005f9d2b2eb0b7064c12ea1780b85ff43662dc6be8ed46e2730be84eec96d809b7cf01385a2d38c52769f469bb355c983ed2 DIST plymouth-kcm-5.12.4.tar.xz 39004 BLAKE2B fb9a3ad9281e61d07c17b4b7de3a5739235a6c267579c7a60a73a9c25e5c92b35696977a928b9e72ca4e716851cf1a0a93ac470de61b2710748ffa054a5aed69 SHA512 da1ae6a949d84685053d889a39230f82e3d6d777f3e69112b6e857094f18be1a453abba94d0f0fb0135df43c0a4bbc0938a29da7580b2e5784c3eb1613385862 +DIST plymouth-kcm-5.12.5.tar.xz 38968 BLAKE2B 5707e49bcf9a03cc1546523075dc8c60dd00277c92866350babb36bbceff34b9612369d034c6983db0622821a6eb0025bedd0be7cd0412be010ca4e486a2a9af SHA512 67c630182eaf891bf4b28c9889f76b40c61525a992d3f80985f69ecdf831d9869456ff59b0c3f0cb9581b1f2412a56d907e9af3a8beaee3b1966ab64254b8c69 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.5.ebuild new file mode 100644 index 000000000000..b22a94e9b199 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 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://cgit.kde.org/plymouth-kcm.git" + +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 ) |