summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
new file mode 100644
index 00000000000..67766c9c8ea
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -0,0 +1 @@
+DIST plymouth-kcm-6.1.0.tar.xz 46652 BLAKE2B cce1003cd85814f7719a2d23bc4256fcabe05dcb59dd3d903187a3bcac94b3bd59cf2fcbaec14f6f5726b1a0d81fd943e60635f6f568948953fff656d65d63d4 SHA512 d859c45d687a8a29de4d454ee1371e872b68aabfed36f7ffdce1eb999a5a76d44fc2308d89ca941851f3dfdbd889fdc006c37068647612187cabc1bc1da9c7e5
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild
new file mode 100644
index 00000000000..524e554e38d
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+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"
+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
+ >=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"