diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-14 15:43:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-14 15:47:16 +0100 |
commit | 10841654b35dfe234bad69a88c2d9fe82ff2b3cd (patch) | |
tree | 3cd3be0381d62a4697095bb3ee2aad0f4637f80c /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: 5.27.3 version bump (diff) | |
download | kde-10841654b35dfe234bad69a88c2d9fe82ff2b3cd.tar.gz kde-10841654b35dfe234bad69a88c2d9fe82ff2b3cd.tar.bz2 kde-10841654b35dfe234bad69a88c2d9fe82ff2b3cd.zip |
kde-plasma/plymouth-kcm: 5.27.3 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.3.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest new file mode 100644 index 0000000000..39fe097f68 --- /dev/null +++ b/kde-plasma/plymouth-kcm/Manifest @@ -0,0 +1 @@ +DIST plymouth-kcm-5.27.3.tar.xz 45556 BLAKE2B 6d51d49a92f5e024d837e839284199a81166f72ba3b47d809bce43ae749db7d974bbfc5d5914e2bdf20316b55bb535f2d77943ebcafed9db99ee672dc18fa7cc SHA512 53b50b83dba5afad391674b089425ee1c74036934c647d179410d8f580445d8c2556488d736720e1d144d9d1a73d0eabacf56336673d67fdbe4e8d9015b07b46 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.ebuild new file mode 100644 index 0000000000..774a59d17f --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.3.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" |