summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-03 16:43:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-03 16:56:42 +0200
commit47b84fce9beb134c4584cf12e90a7a69f39eceb8 (patch)
treee3c7b82c0dbd39ddb6aac4df4cbb377e06cce878 /kde-plasma/plymouth-kcm
parentdev-lang/python: ignore EPERM in test.support.unlink() (diff)
downloadgentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.gz
gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.tar.bz2
gentoo-47b84fce9beb134c4584cf12e90a7a69f39eceb8.zip
kde-plasma: Add KDE Plasma 5.18.4.1
Closes: https://bugs.gentoo.org/715884 Package-Manager: Portage-2.3.96, Repoman-2.3.22 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.4.1.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 2a2a64ebb0e5..3d9e2deb53a0 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.3.tar.xz 41776 BLAKE2B 30afc47e322d28fa82dbcec2c0c52809eddb4f18bb92b9a9133965b51b4bcd6c58ae813bc9b06c6714741d501fac7697cf31b94afcd8c8431ecb9ef11657c16e SHA512 9b139d0ff4792852dfb3723f29762a22ba9f778a14a7b5ea882784821e733a768f66726987ac045eb4855bc4b6a4aed8fe3360a1fe856e703caf2e58a2c3de6d
+DIST plymouth-kcm-5.18.4.1.tar.xz 41900 BLAKE2B 60f47fcc5413eed65066ab4ad6ac9c3b0e5101f03c71ddd093ceabfafdd356b0f5116518e912487bff01966b673de1ee773d366ec3183c50b22e36e7f3b3567e SHA512 436e9764f8891aa3040d9f80f57ca3f56633508f0bc82b3a995ecfca0e6f27a619daf893f31b64b7bda1ad4e57f9ec3044ec32913283fe2d4218fd62d247bf26
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.4.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.4.1.ebuild
new file mode 100644
index 000000000000..f7cc90b1d829
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.4.1.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 ~arm ~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 )