summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 10:58:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 11:07:37 +0200
commit03b5070fa51fa15ac47489fae77811eaa07e1b91 (patch)
tree891706a5e6725e4f37f331422302e6d53a82aa6a /kde-plasma/plymouth-kcm
parentwww-apps/mediawiki: fixed test in postupgrade file (diff)
downloadgentoo-03b5070fa51fa15ac47489fae77811eaa07e1b91.tar.gz
gentoo-03b5070fa51fa15ac47489fae77811eaa07e1b91.tar.bz2
gentoo-03b5070fa51fa15ac47489fae77811eaa07e1b91.zip
kde-plasma: Add KDE Plasma 5.16.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 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.16.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index e3bf49649f1a..458453bbaf25 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1 +1,2 @@
DIST plymouth-kcm-5.15.5.tar.xz 39588 BLAKE2B e7e418dda806645a4d1ae47f817208faebda82ff5670c20473ed19b9a939cfc9ce0be8b29e4bb04b412ade09c6e8fae2a19170d26414f6a22043e64aeee1145d SHA512 f38af7e5fa715531f2515c4452dcc5534c63b8cd6bd444232527a1ba3c1011289ef8b0cb772d40594a040ebd044652de1f8d9e3fd1146e2688fbbe8882a040ed
+DIST plymouth-kcm-5.16.0.tar.xz 40044 BLAKE2B 2aa32922d2ab0f2cd6a5f55ecc3ac8488db88754da0c7ba2c602cc45455115576af9d8c7c7199be0d425200dd34d4e3c82192845602dc7bee036863b455aebef SHA512 648d9c1a4a6fcc1aca6a185152af866f295f6cc7b105ca750d5a6b2ef39d7704b7ef9b03784203a7d0d529f518761c8b61bc0b917af9725e6cb7cbf1dc57cf6c
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.0.ebuild
new file mode 100644
index 000000000000..f22846300564
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.0.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 ~arm64 ~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 )