summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-02 12:18:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-02 18:47:01 +0200
commitf2c1280570831579d600eea18fdbf946ae0a9f08 (patch)
tree19c3202c4f11df4e4be488eea5bf8ca06c0e2690 /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: 5.22.5 version bump (diff)
downloadgentoo-f2c1280570831579d600eea18fdbf946ae0a9f08.tar.gz
gentoo-f2c1280570831579d600eea18fdbf946ae0a9f08.tar.bz2
gentoo-f2c1280570831579d600eea18fdbf946ae0a9f08.zip
kde-plasma/plymouth-kcm: 5.22.5 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.22.5.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 18003a60ec16..0dcbd46e80f5 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.21.5.tar.xz 43356 BLAKE2B 46130ebb6ce4a9522546d87f7f42d65cf41f1eb9dfc5a454732a55d8cf0b6b73bf5f2a9286f05aa21bce73218c10499de7953fe06f3ecbd369071fd9a70e2b0c SHA512 d8b8187ecce7bfdd2a3c22dec9b4ea2b085614a7e3b495671226bb9c5fe0a674d75ea03c74bfc3cc58f0ae3a7fc82ec2261d1ace5483658fd65333f61f95ba07
DIST plymouth-kcm-5.22.4.tar.xz 38276 BLAKE2B 82b00e6e84b36cf2eca5a66b095cab77df1c3d7d2f33b39fc219aae95d65fdc7061c021cd243d108a7753a4344b5e5a6da6d442bfad6ef60d7e982c17e917387 SHA512 e3600f041f023a0324113cc0a7a54bbe2f99fb9cca014e6fcc7a39811439f59420ccc99fe9818c6673d13f964247f9d228007df65aa86d5fdeff63e52b1f662f
+DIST plymouth-kcm-5.22.5.tar.xz 38064 BLAKE2B d6177f953be19344eb949ff2a76da131cb18cb62e9917fe480b703585e57fa063b01783233376a8cbc51f7dc8b204e7bc42738685ee2cfa3838a95a2db9e3970 SHA512 eb18fa7d6c4c0df765679db000c82d95c72346a812005a743b83491ce476fdb790e302ce074568420041b3f9dc23c0fde21dcffa8dfaed02ce0725b831961ba3
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
new file mode 100644
index 000000000000..1b2413f157af
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+"