summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-08 20:16:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-11 14:40:24 +0200
commitefaf030f969c82ec95aaa0e12d7f2095519643cf (patch)
tree3239db6721545dc6fbd74e549416567b336e0b5d /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-workspace-wallpapers: add 5.26.0 (diff)
downloadgentoo-efaf030f969c82ec95aaa0e12d7f2095519643cf.tar.gz
gentoo-efaf030f969c82ec95aaa0e12d7f2095519643cf.tar.bz2
gentoo-efaf030f969c82ec95aaa0e12d7f2095519643cf.zip
kde-plasma/plymouth-kcm: add 5.26.0
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.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index d06b3341d995..354d1e4c54f3 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1 +1,2 @@
DIST plymouth-kcm-5.25.5.tar.xz 41316 BLAKE2B af64c07422f2325386bf691df78156dab693e00037871da076990456a715f44ad13f9ca3d9c765a09db0fa91d2c8816058b5e20111b51d2591b3c6d5430e51b3 SHA512 b361d4f7bfe3f2b1c17f90771ecfb3a543c8e8d171f392348fec3cf3b189b7c8fd7d48f3cce3a9f8d6dcba4e18e3d54745c74547fe9b724f325edecfb24cf87d
+DIST plymouth-kcm-5.26.0.tar.xz 43988 BLAKE2B 6380104a05b8498262b17f0bc8111db3e4821ac1f4c7647592a8bc5a2e32d484e99315eab5d21cc3f3241a1a7a9bd8d189d2a9582f0b6847cc15db06e9c3bfdf SHA512 0167f4b1a3f34b95ca514429f3d0eacb5069b3e34dc579e36347e1f42da710b318a4e1458b425533d021b3c5e71d5f3f94581d439a9fba5d0a2a66b019bb72d8
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild
new file mode 100644
index 000000000000..74c68cd67843
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.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"
+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"