diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-09 16:07:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-09 17:00:20 +0200 |
commit | 4d35b57319421985e3631f182f86ddeaf1cd6c8a (patch) | |
tree | 69a7964bff736d2e947d1712169ac0bbeccde970 /kde-plasma | |
parent | kde-plasma/plasma-welcome: 5.27.5 version bump (diff) | |
download | gentoo-4d35b57319421985e3631f182f86ddeaf1cd6c8a.tar.gz gentoo-4d35b57319421985e3631f182f86ddeaf1cd6c8a.tar.bz2 gentoo-4d35b57319421985e3631f182f86ddeaf1cd6c8a.zip |
kde-plasma/plymouth-kcm: 5.27.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.27.5.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index c73a6d9ff3ba..305aecf26b2b 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1 +1,2 @@ DIST plymouth-kcm-5.27.4.1.tar.xz 45584 BLAKE2B c249e49b32253695f325a29ecba421b83277585c78f5ef1483ea49be2ba667925b5d3435fd9a9b3533dcac92b0da0be59d8b6d2f8b73975b1e37165c304398be SHA512 7b7f34400724c0751dfc23badbb2e1dc8c047290f27a2ad24fc1d6b80886dd5d942c4888c8831f63aec3ec28eab4c0e7a1bffc9e0800175b5b2fd32ff685e208 +DIST plymouth-kcm-5.27.5.tar.xz 45588 BLAKE2B e1f30b65630cedcab14a7a2ff852b38835f0264ae0e8d7ca2ad38ce45acfeacfa9cb9007496429e6190fc809b7716204b7041f9f3a01cf1214885a9e5819f13f SHA512 a4113fb106230953f2ed65e08b7bf1118d438c53c2bcf45c19745e8bc716e1643649f78703e6af1d2194362affcc1b027d36335a9bfdaafc007b6d90970137c6 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.5.ebuild new file mode 100644 index 000000000000..774a59d17f14 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.5.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.102.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.7 +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 ~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 +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |