summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-24 20:36:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-24 20:37:43 +0200
commitfa5afa61befbe287b98df7f718e673c94b4a4c48 (patch)
tree69563062d82d932c21890904ed618166f149c359 /kde-plasma/plymouth-kcm
parentsci-mathematics/why3-for-spark: Adding examples (diff)
downloadgentoo-fa5afa61befbe287b98df7f718e673c94b4a4c48.tar.gz
gentoo-fa5afa61befbe287b98df7f718e673c94b4a4c48.tar.bz2
gentoo-fa5afa61befbe287b98df7f718e673c94b4a4c48.zip
kde-plasma: Add KDE Plasma 5.11.2
Package-Manager: Portage-2.3.12, Repoman-2.3.3
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.11.2.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index e3aae1626d5a..c44328cc4238 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.10.5.tar.xz 34432 SHA256 5e1cd096b7b196a7c38abd49da2a13710cc95cd5fdec6c02b6abd7d1b0526e87 SHA512 07244bbd3d102ac9d37bfd056d5b1e2a4b2e56788ed41df4f0492bf8e1032a40beeff3f05b9feac3f8f58a90ca3693f15a7c728b78aaa6c2bc5bfb8665461640 WHIRLPOOL 06a33a1436eb1f963993e8d10bd2e0971da8f9e6f2d37765c00a557d65f0333dfa2eb3684f9b786abbd349876f8db8b90ad593d75cf236c00d5cf49c2c2a24a0
DIST plymouth-kcm-5.11.1.tar.xz 23968 SHA256 1069f5b3b0baef8013953f4d082fce7c30aba009920ee6c34c3a9dbebe827e70 SHA512 d1c6fb4af6725b8257a2c492fd80ce102cc1d5ecce923c271d7c8d4685ab40ab06272d16c930f3c4d26e132973d7ee906e14e6370d729c0212242425d8e5c5e3 WHIRLPOOL e40d74a5df307cdb28c5d0a9b0e3e6719add04b519a3c1771c4704e3a6bd2a8d13aecf35e5c903dd883f8258760ee3c1ece27fbd81bc5109a6a5e1274d9705ed
+DIST plymouth-kcm-5.11.2.tar.xz 36128 SHA256 c4c91ed9de389c82bb28dc064caf4791c9a6805f396f4afcca8f681b752d2fb6 SHA512 4e0bc1274d8875291902323f8489770ca5cedac8e2a1d71fa2675c717840ae40fab0fe3af155abb2ed9593b7f5b8d68e19596253e35e0fc7696fe9b3b002d7e6 WHIRLPOOL 1fae619a3392417c78bc96883cb5a1177e4be4e2e131ec78a72a3d57e6985fa09673d308e61af01f17fcc2f771644fa63b65b6e58da9c763ff26d4daedff940a
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.2.ebuild
new file mode 100644
index 000000000000..cb24f2c727c4
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.2.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 )