summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-11 13:55:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-11 15:21:17 +0100
commitd5b50623a3c9cccc4e53ec97d50eb5debe5edc51 (patch)
treeaafccf6370762121517633e03d9a0afe1ba19d0c /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: 5.20.3 version bump (diff)
downloadgentoo-d5b50623a3c9cccc4e53ec97d50eb5debe5edc51.tar.gz
gentoo-d5b50623a3c9cccc4e53ec97d50eb5debe5edc51.tar.bz2
gentoo-d5b50623a3c9cccc4e53ec97d50eb5debe5edc51.zip
kde-plasma/plymouth-kcm: 5.20.3 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.20.3.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 1176af0ce10e..93366c0c4d15 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-kcm-5.19.5.tar.xz 41680 BLAKE2B d9a7a0c5d512322d0a9074e810fd8ebbdc2308985f471280c9c862f71aef77270fc39c9a6a4b4b2e8691c78501496fb101cd288b4b39b638cfc2f8f518ca50b5 SHA512 fbcebcec7ee4c69491b6425c5cac09801a26310ff15bc252bb66bdf8e322734c0d1551b97a4eb3e725e08e70010a0a4949560e2c5a58f61d1aa004620c8ac6cc
DIST plymouth-kcm-5.20.2.tar.xz 42300 BLAKE2B 58dc9e84c337fe3e4d64bc0b0a031057403a7539f344f46a19c97d26bbc0daa800caa7d4058d14c853ac8fb58fa2e1af3bc203d254ae809f95d9aa92b764b0f6 SHA512 837dd8d1b5dd568d4358d309b4f535223e5136628f546e4dc2cea62b56b853eee803bc333fba723662af918b7c2063bdee375be42bd5f7a7e1c9589cce9d40d4
+DIST plymouth-kcm-5.20.3.tar.xz 43076 BLAKE2B a308b822565aaeceb32dc2130e9c282d6f9364a9d0faf726a0e663ac10890b27d7f483108d8c08e41d2b9293b4e6f548082a89791962b7bd28446678e6fe5e98 SHA512 6a64deba7eabfd01b17ec997be7abc330d1121ac8c919628bfabaf88eb3e92928d5e7150c13d1a809f2866eec0a73626c1e8def08709f1073560e88d1a79f6e3
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.3.ebuild
new file mode 100644
index 000000000000..543bb572e1f2
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+BOGUS=1
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.1
+inherit ecm 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 ~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
+"
+
+DOCS=( CONTRIBUTORS )