summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 14:41:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 15:50:35 +0200
commit0326d9c69f1caffb765f2eefe2930e9fdb52df2f (patch)
treefa65aadaba5a109b3d7536db66a4b0ae41834c4b /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: 5.26.2 version bump (diff)
downloadgentoo-0326d9c69f1caffb765f2eefe2930e9fdb52df2f.tar.gz
gentoo-0326d9c69f1caffb765f2eefe2930e9fdb52df2f.tar.bz2
gentoo-0326d9c69f1caffb765f2eefe2930e9fdb52df2f.zip
kde-plasma/plymouth-kcm: 5.26.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 3eaf6cf960a6..5da231a91512 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.25.5.tar.xz 41316 BLAKE2B af64c07422f2325386bf691df78156dab693e00037871da076990456a715f44ad13f9ca3d9c765a09db0fa91d2c8816058b5e20111b51d2591b3c6d5430e51b3 SHA512 b361d4f7bfe3f2b1c17f90771ecfb3a543c8e8d171f392348fec3cf3b189b7c8fd7d48f3cce3a9f8d6dcba4e18e3d54745c74547fe9b724f325edecfb24cf87d
DIST plymouth-kcm-5.26.1.tar.xz 43972 BLAKE2B 9dbf34186049d72721a47ca6aafe077388c9995da2b79c82836dab7318453607790478ea280f4d7acd5c77e9bff20611454b5d05bb895577133fdd269c20c06c SHA512 9127d3ac140de48ec25472ccaddd38a0d078a93d0757d6390c217de90d5d50114fd2377184a0c0a2aa13dd5e2d85ab5c04db58c00775e262a040c0467a48d91e
+DIST plymouth-kcm-5.26.2.tar.xz 43992 BLAKE2B 2d5c7293c09d632340a2f587ab4362f4885644b457c5e0dc89744752b8b97a9158cbde7317ff0f14631a1003072754547245d54f7c68c07564625a7402551215 SHA512 7eca935607090bf5ddbb1d651ed803138b7aeac6ebc4c17b2b9b12c000a64bd9922f86d0ad20d216f36e1aa34770a9b914ec344d415f46760c8ef78e22a6a7ee
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild
new file mode 100644
index 000000000000..2e54d8cdc30e
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.99.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+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 ~ppc64"
+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"