summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-27 19:56:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-27 21:24:09 +0100
commitfb9e4f2d54dad43d39c2ae04a45e790d460bf6b1 (patch)
treecd2e14c7b513dcb87e546c3ed9b4feadc1bb121a /kde-plasma/plymouth-kcm
parentnet-dns/pdns-recursor: Stable on am64/x86, bug #671982 (diff)
downloadgentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.tar.gz
gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.tar.bz2
gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.zip
kde-plasma: Add KDE Plasma 5.14.4
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.14.4.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index d1794c16846f..3274acebc3c5 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.13.5.tar.xz 39612 BLAKE2B 7b47ac2c6eccbd423180110b70ee2bd4f68da541ac6538e7ae8c2adbce2d0ceb1170abe6c35a8ee3b15f5c974879364f1249b57c626b9a1be5c76b0a0941fc5e SHA512 4f97e85782454a80d9e08ed472d26b6e25ba4681b44a9a1abb3664a52a1cb11c43dd35f043ed3dfd289becfcccd42ca45be354498b2128d3f2d28fed557854a0
DIST plymouth-kcm-5.14.3.tar.xz 39660 BLAKE2B 2f183a2348820b2214089b01ebd6e827fa0221347f84f696a6cdae5e4c84363297c01c07b571d5a97b5930e12de8fe797da2275f413717266d769fed3e2ebde6 SHA512 6024b44cb0c567d405c398f33bb242c1256032660e4a7f2a575db4c7b70bf3b35de8ae3491a76be96b9de9e24dcd84d3345797a2978dbbcc53c96c312b4e4d59
+DIST plymouth-kcm-5.14.4.tar.xz 39488 BLAKE2B b2d9e820aeac1c3c77c5a856001a0fe384a54de3a1f5140cc515e392208b55c1e7411ed1d14f31d7769b76e6d1d48a913f0fd8321b62bcc0f666c7dfd7755998 SHA512 f46e168b0ffb1da1893055f91f8f173bc66d6eae2986dce1e32364869131fe42d45d6ac81452b9eb6f1d9b396a77df098fbf855a8a191c0d45e00ddd67b1703e
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.4.ebuild
new file mode 100644
index 000000000000..706f828d0e4b
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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 )