diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-15 18:48:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-15 19:58:34 +0200 |
commit | 5fcccd0dfdff307f30d34045999a38e86a1886b4 (patch) | |
tree | c6609af35783d7fe5928c1528891d538f99d4eae /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma5support: 6.2.1 version bump (diff) | |
download | gentoo-5fcccd0dfdff307f30d34045999a38e86a1886b4.tar.gz gentoo-5fcccd0dfdff307f30d34045999a38e86a1886b4.tar.bz2 gentoo-5fcccd0dfdff307f30d34045999a38e86a1886b4.zip |
kde-plasma/plymouth-kcm: 6.2.1 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.2.1.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 152071961dfa..f525805516b6 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,3 @@ DIST plymouth-kcm-6.1.5.tar.xz 46576 BLAKE2B 76a4647343ac22cf13e2101b2a37a4605bda7602fb90132ced6ea7c2ebb2a061f6a9d923d1cf248d95b07fb664b27a7aef32a31adc682387f52fe367aff49d64 SHA512 609997981ed905226af62cac55d523864133e73949458334b358426514d65d0d0a2b809049dea08da20426d9318a22e0327a9334a1004d8a59e6592485993ad4 DIST plymouth-kcm-6.2.0.tar.xz 47488 BLAKE2B ce27655c56ec074bced7ab5ca300caaaea30eb55a12e341fc7d31f3d6366b224620e8c5e5fe971fd9e0ab5ffb03db2dde35f36eaf4af9866f83fc8d016da3b3f SHA512 8ea82128a4529c6cd18869876522c31fdc262e1e9d86150cf00178d95469c15775fd786b62726d9298e03129707f9dedf58da5e9ffe49bf4190dce101dd68639 +DIST plymouth-kcm-6.2.1.tar.xz 47584 BLAKE2B 89cc21127f99c36fb4aa66dd492707de0b1a6fe0cefd62f0515f4d028e7fc08f96a440d716b43bff4362f257a0db4e5aa34a47d590c8155d231f3c14bc663934 SHA512 d1111d3b5333dc66ac82b970071fdcb898048d8e6c29e4ad24b93dde48a9a0e4349f49e8442d7c5a8813c7442db19a6a1845996a2fabba85a030a19f2417a5d0 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.1.ebuild new file mode 100644 index 000000000000..177b37eaa698 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.6.0 +PVCUT=$(ver_cut 1-3) +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" |