diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-13 11:36:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-14 12:26:23 +0100 |
commit | c035103c0da33bfb81588537471a827850342a11 (patch) | |
tree | 18802ecaf3cf4550609216713564db3923d4fba6 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: 5.27.0 version bump (diff) | |
download | gentoo-c035103c0da33bfb81588537471a827850342a11.tar.gz gentoo-c035103c0da33bfb81588537471a827850342a11.tar.bz2 gentoo-c035103c0da33bfb81588537471a827850342a11.zip |
kde-plasma/plymouth-kcm: 5.27.0 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.0.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 54d8210a8f21..1f56875ef8b9 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.26.90.tar.xz 45564 BLAKE2B a06bb5aab62954bb0398122e1f066c0e75a9cabecb236af93ed2b5f2bbefd8610dbd1bd3e9c51112b9d175f07713ab2ef32750a94ca165e5226d9084ec88660a SHA512 d666f20631eaa724435d14d8090e2fda25ed695804568e3e2870774003891bc9850c65ec5ca8dab633721a47b1bdf0d2114e0684dc738a3dd98d2c9fd9eeea43 +DIST plymouth-kcm-5.27.0.tar.xz 45604 BLAKE2B f995450da549320441668a8f645e25d1d967ce2f26e71fc6e35b52438e4b31d400ca71e080aaa04aa5e8003b74940e3333a99eb4804923204248759ab3a40e81 SHA512 945daf1d243b08589beec5c45d8019db4275900e70a3c38d96161c04974e07c68a0831283ce778dc7590e1546b4837766909dac03f878b964d7f5aa52f0d3f0a diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild new file mode 100644 index 000000000000..774a59d17f14 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.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" |