summaryrefslogtreecommitdiff
path: root/kde-plasma/plymouth-kcm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-25 02:45:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-25 02:45:51 +0100
commit237ad05f4a374a9f1707c3413a5094a6ce93e7ab (patch)
tree4e147c642dea57b55f5219109ecce4757a022f4b /kde-plasma/plymouth-kcm
parent342922f04a58a969ff23806acc427c7ff79119ce (diff)
gentoo auto-resync : 25:10:2023 - 02:45:51
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest2
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild38
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 55ec50767194..a8dbb111729d 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,5 @@
DIST plymouth-kcm-5.27.8.tar.xz 45704 BLAKE2B 55d598f3c271565a52f41815dea23096d82aeba8e964ef84c616b81fbf86251ea0612bd2a988404bb74d04da0b96c5a7020a11b57fb62a3d2b40ab16395a81f6 SHA512 482797c3f8b8727d3d74cb157b0257fd1a30fe4cd69705822d5643b4ad898242cf59c77e13f790a001c3da67beb4a4dc2c978be7e58fb7a2271623989d31fbd5
+DIST plymouth-kcm-5.27.9.tar.xz 45728 BLAKE2B 17c9d77904e4dbd87be26d575f6d34603a71ccbc8b06d7aa432896cac4d5a7d9426996160e1c9bce3dbd00e6316c3258bf83168b5a6fcd71f06917a82d632378 SHA512 914196f8c6740166d8ff503fc5cf6929bb6a153001480f1d41d94373692fe89897b892c7aa79aac295550565eb8266fefe486369bfb7e11494f03144eeb44ea0
EBUILD plymouth-kcm-5.27.8.ebuild 989 BLAKE2B 1e779f60c74960fc4b8d14749e03d207e64f003a31a5dadf9a6d5d08070e267943b6e4376103175cf664f539da1b04f72d2369d48d84bd318ef73b4f4187a03d SHA512 12be14edb6b321ed63b7ef4aa1994a7901e699bd54b2fc4e69ad3edf35291811557082d46b77ecaa0f584cbc5efcd6238aa0ccc741c682593149a6b561b19e95
+EBUILD plymouth-kcm-5.27.9.ebuild 992 BLAKE2B 2411a546cabdeae0c4bb31c12321f7fa97630f78eb7b162eef09837c2fd708e3714a38cbfca0e22cd64569ba99b626fc26ef05e55c0ca6b3e688da404f1e224c SHA512 d783c372d93d7baa90a9da306a102b3fdee00fbacd4995abac536b4d09a0fa20b2b4b467f2a5d093093159588fa7fda09ee5b72dbd0e7aeefa65e98ed603dfff
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.ebuild
new file mode 100644
index 000000000000..769061664663
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.9.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.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+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"