summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 13:33:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 18:42:19 +0200
commit713bb1df50f36712885d5dcb635b4c959b389ac5 (patch)
treea5ce482aa616a94c73f69aaed37aef073dff4dce /kde-plasma/plymouth-kcm
parentwww-servers/nginx: Bump to v1.13.2 mainline (diff)
downloadgentoo-713bb1df50f36712885d5dcb635b4c959b389ac5.tar.gz
gentoo-713bb1df50f36712885d5dcb635b4c959b389ac5.tar.bz2
gentoo-713bb1df50f36712885d5dcb635b4c959b389ac5.zip
kde-plasma: KDE Plasma 5.10.3 version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
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.10.3.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 60cd214a60ce..3572850440a0 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1 +1,2 @@
DIST plymouth-kcm-5.10.2.tar.xz 32320 SHA256 6a0c001a19060cdd0e8ab2f60e4522154ea318f2b8df8d87373120c07c09bfbb SHA512 65e276306e4362241d5a2d1b299d7f3b41bcf691f48dc188880304e4730e961182ca3f37b4cdd9afa937244e724159353002cdacfe8de4b7aab440501bb44336 WHIRLPOOL f19ef2ce71e98352ccc5de5c58619135ffced6c5e4bccf64e300b8fdc9ac6af9e2dcf68cef07d89fe22b4347eb2e3bd609fed0bbd0470ab1c1703dc5bf9a26ef
+DIST plymouth-kcm-5.10.3.tar.xz 33408 SHA256 cdc48c8c2af97f57b778e22deaa72109c84bf5225a278df4122e89a3f0e4456b SHA512 9b3d51f86ad77ff3982bcb2bc07fb26dd896951770a3a992af4e48c920f62d3a63dfa4f65af7863f5ea970c8e4d72315f8d5629408aea24da1047c08220fcef2 WHIRLPOOL a2c137c549882f069acd5ec89c6832ab1d19f9590dc15d9b46dc4262bf217886a5bb9d4bf227e2a5142507c6b178b4a582579a0126f6db223354365f9b3c5a03
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.3.ebuild
new file mode 100644
index 000000000000..cb24f2c727c4
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.10.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 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://projects.kde.org/projects/kde/workspace/plymouth-kcm"
+
+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 )