summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-26 14:47:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-26 15:17:42 +0100
commit920af2f13d32fd57b7fe5e391faae8063ce573ee (patch)
treed85ad3d3f126a0912fecfd4e68e56a6ed9b66819 /kde-plasma/plymouth-kcm
parentdev-python/curtsies: clean old versions (diff)
downloadgentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.tar.gz
gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.tar.bz2
gentoo-920af2f13d32fd57b7fe5e391faae8063ce573ee.zip
kde-plasma: Add KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.15.2.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index ecd32733c98c..0f7fd371caac 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.14.5.tar.xz 39488 BLAKE2B 83221255b8ece21b01a7a117aeb31148a8eacd3e856fb92fc73f304f1a9d2cb488758f945275eb1d8a84cb42eaa4a8b6a33fe69e9a7b6855b5d6a9a9329e9099 SHA512 cd90ebbce2a383bf38e886f96ce75290008ce8721092bd3950b8f097f3920341e6a874577359538bdcdb4fd180f59bc24f068a17038412b2623649b1b8ce5440
DIST plymouth-kcm-5.15.1.tar.xz 39588 BLAKE2B 4e4efd62fa6629e1e8cdabe6eed63a69374500b147f9e345ae0a314d52ca31eb9d84d7ae4be42ed0702e8bfd1073b101fe17558bcbdd26927883ac0501b52003 SHA512 dd1a77d5e03e74067a439b3aacd2367eb8dfdcf800f7257db980961fdc2f413f5d1d3c64c7c955316fe57c1994ab2a972abf0422b778a55ca27db428c3d780bc
+DIST plymouth-kcm-5.15.2.tar.xz 39372 BLAKE2B 8194c94a5cea6c4225d3a274cd6607f3c411e852d57c1c6dee67784e57742f95ccd49298c0286ee75cf98d1942c9c3579c15ecbcbf9b268b6fa3a0d884fb37f8 SHA512 c0522a93770e412a1ad09e849249dbe00836bdafb7e93a2ecb7ee81760b12cd1450a6ea57e1e9ed0019a0fe8125369d14c7b124820927409f3e7eb5b1e4b5755
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild
new file mode 100644
index 000000000000..173968f02faa
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 )