summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-25 15:29:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-25 18:23:49 +0100
commitae8c19f8d28c0946c5d5e92a32b944621d466bb6 (patch)
tree39974984dc3edd56b27110901d5e2998a600c122 /kde-plasma/plymouth-kcm
parentapp-crypt/qca: 2.3.0 version bump (diff)
downloadgentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.tar.gz
gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.tar.bz2
gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.zip
kde-plasma: Add KDE Plasma 5.18.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20 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.18.2.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 8ca5a2c23bef..671b46ca2e7f 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.17.5.tar.xz 40372 BLAKE2B a78f79960dd0623647be478fe37c9d15b7eb55c1a6cc2037fcb72d5d86ed0226860fc258850b7313bb75788580e0089f86656b97480c7b0d93c726ed6bb668ae SHA512 2751c89408538c58821d71aeda47c57584b647f006b7fcad0a67d0247a861523be6b3e253a2e3b32c9f0f3be0613385fef49bc2b68d8900f1e9e1be54e989494
DIST plymouth-kcm-5.18.1.tar.xz 41884 BLAKE2B 94bf8495677a2b23b7518520b907baed8d29a8381f8faa27bdf62e33ae61db71793093042d5e76ac480904dffddfe77d6286619707554618a9bb087799f57688 SHA512 6f0f3ed407f9df962a28b06e1039823d6ecc2c837108fb31d65ef79233454585c20ae1bc239d89279434b74bb3beae5ce0aaebf8645d5747e7ebae5445758d25
+DIST plymouth-kcm-5.18.2.tar.xz 41876 BLAKE2B 686d333be31b9b870f5acf8726ac95430af8c4b369f17f2324edffda298517a61f9b6ab0727f4398f5fb1b8b491c660d964e02bdb3ba6303460b3753bdd726e7 SHA512 f7a16afefd12e5f69f54f31ecc3e33fa7ac9c61f8790c84558bbcbe9ef7c0a7178dccc80f0cc4b7aee7df1b1d2f4ad846ea7a46dd4801fc4c8584c018046c511
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.2.ebuild
new file mode 100644
index 000000000000..a4af1e618c8f
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.66.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=kde-frameworks/karchive-${KFMIN}:5
+ >=kde-frameworks/kauth-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdeclarative-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtquickcontrols-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+ >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )