summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 15:19:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 16:13:05 +0100
commite0d959b952e0d6584ea86e0f6ef4d5c017d7856b (patch)
tree7994321e886ad0f3bef371f7f6859cebe024b368 /kde-plasma/plymouth-kcm
parentsci-physics/root: version bump to 6.12/06 (diff)
downloadgentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.gz
gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.bz2
gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.zip
kde-plasma: Add KDE Plasma 5.12.3
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.12.3.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 857370cbbf96..8e5c0ba15ed1 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.2.tar.xz 38936 BLAKE2B 39274c573d29cebd96faa4a034927fbcbdc254175c4f8a1bbc8a95d80062d0631c28e2c511d0a9d0211b3ffee39d200a2e0d0eea7c173af90de0a1ed22814c78 SHA512 3586dfe7c2b0edcff410d2dca007ea7da910fd210fe1ceed4c09bb563f1912fb000216a42f09463f5c8331569f86a554e7f7601849fb40bb7388f001620406b7
+DIST plymouth-kcm-5.12.3.tar.xz 38952 BLAKE2B 02e0e23b3077364e4557283c7e30e74215ff37785217b0d33fcf2fd43c3de228e98e7a502387bfd5be8ea213c9a159537831b6b4bbfaa3e93a310285d01231a0 SHA512 fa30aa3ad2583d53f62cec705048b6471f12106a384106ae01a34dca30eeae3c36c3659ef4e6e4751b6c6ede20285090411548fb39628b2ab20a90932f558108
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.3.ebuild
new file mode 100644
index 000000000000..b22a94e9b199
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.3.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 )