aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 00:31:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 00:58:47 +0100
commit0dad2450e7d720acc89a63b2572a2ce0d14998fc (patch)
tree0a011b36d060039a6676276148a97b272a84c37e /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: 5.20.90 version bump (diff)
downloadkde-0dad2450e7d720acc89a63b2572a2ce0d14998fc.tar.gz
kde-0dad2450e7d720acc89a63b2572a2ce0d14998fc.tar.bz2
kde-0dad2450e7d720acc89a63b2572a2ce0d14998fc.zip
kde-plasma/plymouth-kcm: 5.20.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.20.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..b07fbb86ea
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -0,0 +1 @@
+DIST plymouth-kcm-5.20.90.tar.xz 43168 BLAKE2B b4b6d907a00661c8d81b6ed91acc4714e8a4c20b54b903c0abda2c9b46675a31eb323e25c3ae5048644c3b76a409cf8c2ee10c0f4a63696a5f94e654e57d1c3a SHA512 e8c07a29a51b0e48480d84e643ae83c7f29fb6ddc7bd0e87eb238a1f888872ce4955a5c4fc88e384194269fcbb3d0feb988dc835550a881d41495328d9e7db50
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.90.ebuild
new file mode 100644
index 0000000000..9ed282fdf1
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.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.78.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 )