diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-06 23:19:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-07 10:06:03 +0100 |
commit | 0b66859530967c06bb5b10393314e12eb6f4e995 (patch) | |
tree | 6c3da8f248f5d8f653e2845c2f525174b22dfc94 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: 5.27.10 version bump (diff) | |
download | gentoo-0b66859530967c06bb5b10393314e12eb6f4e995.tar.gz gentoo-0b66859530967c06bb5b10393314e12eb6f4e995.tar.bz2 gentoo-0b66859530967c06bb5b10393314e12eb6f4e995.zip |
kde-plasma/plymouth-kcm: 5.27.10 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.10.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 12354a955be7..49da3a130040 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1 +1,2 @@ +DIST plymouth-kcm-5.27.10.tar.xz 45740 BLAKE2B fe498920799f54963a3330fe2f21524e2aeb377a547b6c85f7d96d94cbab42f7a2d4b8b6a704f5ebf52c91809521e0a0b7d80c4c780b7af95ccf88644fe6458e SHA512 e5534cdd30cc02f4b898010566b41a3573db5a75d7b1579f755e976e2199bb3314c0888710d30bb1b2b47800c974c9d5a8979c1e78ea7a79545a6d68675e67f9 DIST plymouth-kcm-5.27.9.tar.xz 45728 BLAKE2B 17c9d77904e4dbd87be26d575f6d34603a71ccbc8b06d7aa432896cac4d5a7d9426996160e1c9bce3dbd00e6316c3258bf83168b5a6fcd71f06917a82d632378 SHA512 914196f8c6740166d8ff503fc5cf6929bb6a153001480f1d41d94373692fe89897b892c7aa79aac295550565eb8266fefe486369bfb7e11494f03144eeb44ea0 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.ebuild new file mode 100644 index 000000000000..d45da6cf3303 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.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.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +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}:* +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |