diff options
author | 2024-08-06 16:13:24 +0200 | |
---|---|---|
committer | 2024-08-06 16:24:09 +0200 | |
commit | 28408117d3e6639448f1a275417c17e3a0ce6ca1 (patch) | |
tree | b5e5df85fb3596527ec7256442f2cbf9ae12959a /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma5support: 6.1.4 version bump (diff) | |
download | gentoo-28408117d3e6639448f1a275417c17e3a0ce6ca1.tar.gz gentoo-28408117d3e6639448f1a275417c17e3a0ce6ca1.tar.bz2 gentoo-28408117d3e6639448f1a275417c17e3a0ce6ca1.zip |
kde-plasma/plymouth-kcm: 6.1.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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-6.1.4.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 8b366fd98447..48eb6a4208c8 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-5.27.11.tar.xz 45828 BLAKE2B 28c06e6f1cd8cbd1d82786b00c28f652dc7ac123677ba0e00d2df494fa4ddd57883842051e984b144d6b6a8f87ba3d05d3a07fb9e8eb250013ca7044c232f0e7 SHA512 3b7174d52141db79330cb56ee3426dfc44f5d5edb5ebce5354fca098dd741c2414a0faaf5bc8a10a4c1ca21a72141a0c5f36558ede681400537d0686f4a2b0b5 DIST plymouth-kcm-6.1.3.tar.xz 46560 BLAKE2B 7e61555b06cdbb7726028db802c8696763f9b8c131788d61d7e23597c85d11522c39672a8b366934e5a54eca8bfbda1fecb386b9b1b242c5c7679e09922477fc SHA512 6b072b63d1a87737e401093c6597466495a1d15cc35f470ef1c8c9bace6c8768982ef34893c23c1ec505c0953dcc2959f464cc85b25724da1fe40bc08753aa87 +DIST plymouth-kcm-6.1.4.tar.xz 46564 BLAKE2B 21b10bd1a5a4455c1797c699c06b20ab25f7688083684ec87b13359d23412287fb0ac62b25d8dc0885093332a6397c8d377a430a62e950e0f1a61bcd80ffde80 SHA512 2aa7b56c96caa4eecc62f05f059f61cf65ce08a11e4ecd52997a71d68ed8707e2cdaa2f30ddb1cd1f5f1cde524c98387d36ec3d1561ccbb91d9c97503a479ff4 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.4.ebuild new file mode 100644 index 000000000000..f6f8e12124c8 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.3.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.1 +inherit ecm plasma.kde.org + +DESCRIPTION="KDE Plasma control module for Plymouth" +HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kauth-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + sys-boot/plymouth +" +RDEPEND="${DEPEND} + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-plasma/kde-cli-tools-${PVCUT}:* +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" |