summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-29 19:12:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-29 19:58:03 +0100
commitcb6c68aa0e28bb85eecbbec8b0a91778a7b30e6c (patch)
treefa4a21c6e059edc5d89a9e36f4888fd3884be03c /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: 5.26.4 version bump (diff)
downloadgentoo-cb6c68aa0e28bb85eecbbec8b0a91778a7b30e6c.tar.gz
gentoo-cb6c68aa0e28bb85eecbbec8b0a91778a7b30e6c.tar.bz2
gentoo-cb6c68aa0e28bb85eecbbec8b0a91778a7b30e6c.zip
kde-plasma/plymouth-kcm: 5.26.4 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.26.4.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index f187214dc1aa..7a273c114e1e 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.25.5.tar.xz 41316 BLAKE2B af64c07422f2325386bf691df78156dab693e00037871da076990456a715f44ad13f9ca3d9c765a09db0fa91d2c8816058b5e20111b51d2591b3c6d5430e51b3 SHA512 b361d4f7bfe3f2b1c17f90771ecfb3a543c8e8d171f392348fec3cf3b189b7c8fd7d48f3cce3a9f8d6dcba4e18e3d54745c74547fe9b724f325edecfb24cf87d
DIST plymouth-kcm-5.26.3.tar.xz 44092 BLAKE2B 9e9ad2eca51b551dea8b16f2ccf456c2a40cc117da98530753bfc391a80267ba30cca5fbcaecb150ce6404b9c762c4f05b7b2d3b7edaea7bf973c8983ca11760 SHA512 8e7aa3699e9eed4da947131c9888d130489b200d9ab4ac7ad8759d0a8d3a2e7d78de1d815c0cc705a2994ef143676950ec53ec77dccdd683c1e2675b8b9a4402
+DIST plymouth-kcm-5.26.4.tar.xz 44016 BLAKE2B 7791968c59f55942fcc9696a67cdd9c2114971aa235f7bbd8f68cfe58c9741627c65de95c290e0dffa0f34cc0e98aa967687e8cbb0b5395b31180a380647e807 SHA512 1e82eeb1b73525be3fa9f48da2366a28a17c83fe9835663bdc7ce569259ece95f3d76765610891eb16056450cb9736965031d1652ab1ffc2f27a6f0262d6f83d
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.4.ebuild
new file mode 100644
index 000000000000..951d51d6d06a
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.99.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.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 ~loong ~ppc64"
+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
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"