diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-01 20:33:13 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-01 22:04:07 +0100 |
commit | 39ef36bcbd2e4da3d0b5fd632a940cef219dadce (patch) | |
tree | 70f2bc230cdf68c49a74193f131da8eaa85f5fc6 /kde-plasma | |
parent | kde-plasma/plasma5support: 6.2.5 version bump (diff) | |
download | gentoo-39ef36bcbd2e4da3d0b5fd632a940cef219dadce.tar.gz gentoo-39ef36bcbd2e4da3d0b5fd632a940cef219dadce.tar.bz2 gentoo-39ef36bcbd2e4da3d0b5fd632a940cef219dadce.zip |
kde-plasma/plymouth-kcm: 6.2.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-6.2.5.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index a68c788d86db..f34440a51b41 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1 +1,2 @@ DIST plymouth-kcm-6.2.4.tar.xz 47604 BLAKE2B 545fae603196b6e4b3981a867b51a7cbeeab34cacfdac5a075271f7a4a3a92fc174a553938f121f4bff13b3989ee5ad736251a9d9048443a93679e08526bc0e2 SHA512 07904bf928118249be3270a95448449bbcbe7b35c20e3019e6555e91a07f80ab5a82be49214a497d6b0d06f3dd67c7689951c27561e033f29af6e619f7e51eff +DIST plymouth-kcm-6.2.5.tar.xz 47684 BLAKE2B 33d5c7b6096a04b33b9315846205c615679a67a35a53766c88bbfd5c2ac109e1ad0fd1252133442bc39f5398c547907be4846727b623d279d6be7d6fc2f17a33 SHA512 e69e5ad514badb36cdbca77d56093834309ccc2f41a76587f2d3ee0690658ecd8124adb3c3b7b2348edf4a05286bed0f8c12d58fd7d5182827b65e93381b189f diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.5.ebuild new file mode 100644 index 000000000000..97a7a42eabdb --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.6.0 +QTMIN=6.7.2 +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 +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" |