diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-04 20:45:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-04 21:06:15 +0200 |
commit | 6fc16a49dbb947ede12459a3b4522bca3b906c5d (patch) | |
tree | 32164e7c231c766b196576d57cbe30813d9cf4c8 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: 5.27.4.1 version bump (diff) | |
download | gentoo-6fc16a49dbb947ede12459a3b4522bca3b906c5d.tar.gz gentoo-6fc16a49dbb947ede12459a3b4522bca3b906c5d.tar.bz2 gentoo-6fc16a49dbb947ede12459a3b4522bca3b906c5d.zip |
kde-plasma/plymouth-kcm: 5.27.4.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.27.4.1.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index b90c35cd87cc..4ea0eae561e4 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-5.26.5.tar.xz 44028 BLAKE2B d02d378b930a2441f797be6c93669fbc4d13c673ec73c7eba8e3b02a8b54bd84f7fe32b0824f1910ac74343ddd113ac3dd41e68becfd3f77e3e2eb02e315adbd SHA512 c7c1ef4032b855846fe26a0c3be98835c0b9f3866612092ce6c07ae50898d99c3d988b0603df4305e484035b535e1991f5425bb99343e177fe9764c1ebdcfdc7 DIST plymouth-kcm-5.27.3.tar.xz 45556 BLAKE2B 6d51d49a92f5e024d837e839284199a81166f72ba3b47d809bce43ae749db7d974bbfc5d5914e2bdf20316b55bb535f2d77943ebcafed9db99ee672dc18fa7cc SHA512 53b50b83dba5afad391674b089425ee1c74036934c647d179410d8f580445d8c2556488d736720e1d144d9d1a73d0eabacf56336673d67fdbe4e8d9015b07b46 +DIST plymouth-kcm-5.27.4.1.tar.xz 45584 BLAKE2B c249e49b32253695f325a29ecba421b83277585c78f5ef1483ea49be2ba667925b5d3435fd9a9b3533dcac92b0da0be59d8b6d2f8b73975b1e37165c304398be SHA512 7b7f34400724c0751dfc23badbb2e1dc8c047290f27a2ad24fc1d6b80886dd5d942c4888c8831f63aec3ec28eab4c0e7a1bffc9e0800175b5b2fd32ff685e208 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.4.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.4.1.ebuild new file mode 100644 index 000000000000..774a59d17f14 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.4.1.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" |