aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-14 22:32:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-14 22:38:52 +0200
commitd2b46aee81c1a81ea0637dc1e0deee2334671fc8 (patch)
tree570332306acd9547112e33d575ef4ac90a3b2dee /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: 5.21.90 version bump (diff)
downloadkde-d2b46aee81c1a81ea0637dc1e0deee2334671fc8.tar.gz
kde-d2b46aee81c1a81ea0637dc1e0deee2334671fc8.tar.bz2
kde-d2b46aee81c1a81ea0637dc1e0deee2334671fc8.zip
kde-plasma/plymouth-kcm: 5.21.90 version bump
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.21.90.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
new file mode 100644
index 0000000000..9f35f6ecd6
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -0,0 +1 @@
+DIST plymouth-kcm-5.21.90.tar.xz 38268 BLAKE2B f1c8a302b899b603e1e1f716749d6a4d19a397996e3dd681bb3391829353e084b21208bd7438d66aa89fc183e473be2011f90a2837db8e99ec88e6bcacbeb9cd SHA512 5b8468477e23a00d8535e2f8469470b70b8daeab230a8df344a02c90c91814764c746afd04655b498ae160e460f28ab3a7bd719e55a269c467730c10b84df155
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
new file mode 100644
index 0000000000..bf306e6bc9
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.21.90.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtquickcontrols-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=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
+ sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+ >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+DOCS=( CONTRIBUTORS )