Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/
Date: Tue, 13 Oct 2020 11:51:12
Message-Id: 1602589852.f0342e0f28628457dca7382d4096953c9524ff3e.asturm@gentoo
1 commit: f0342e0f28628457dca7382d4096953c9524ff3e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:38:29 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 11:50:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0342e0f
7
8 kde-plasma/plymouth-kcm: 5.20.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plymouth-kcm/Manifest | 1 +
13 kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild | 40 ++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
17 index 594bbcf156f..83b90ea5c45 100644
18 --- a/kde-plasma/plymouth-kcm/Manifest
19 +++ b/kde-plasma/plymouth-kcm/Manifest
20 @@ -1 +1,2 @@
21 DIST plymouth-kcm-5.19.5.tar.xz 41680 BLAKE2B d9a7a0c5d512322d0a9074e810fd8ebbdc2308985f471280c9c862f71aef77270fc39c9a6a4b4b2e8691c78501496fb101cd288b4b39b638cfc2f8f518ca50b5 SHA512 fbcebcec7ee4c69491b6425c5cac09801a26310ff15bc252bb66bdf8e322734c0d1551b97a4eb3e725e08e70010a0a4949560e2c5a58f61d1aa004620c8ac6cc
22 +DIST plymouth-kcm-5.20.0.tar.xz 41752 BLAKE2B 72625f7dbde7597841ba6e576f18188e44073c3474adf09f3bbcaf7d10da69c8c8ead468ea8965b162608a0f938fe45f45ca1c89968e173687eadaa003215fba SHA512 7a7444711adec1c48986a50d5dffddba4e399b5528c43bb2d94a9fc29cd76db16ae826ad765bf60157d0b8e866034e8e3d3e6b8fd3749373e6e591624520e088
23
24 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild
25 new file mode 100644
26 index 00000000000..543bb572e1f
27 --- /dev/null
28 +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild
29 @@ -0,0 +1,40 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +BOGUS=1
36 +KFMIN=5.74.0
37 +PVCUT=$(ver_cut 1-3)
38 +QTMIN=5.15.1
39 +inherit ecm kde.org
40 +
41 +DESCRIPTION="KDE Plasma control module for Plymouth"
42 +HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="5"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND="
50 + >=dev-qt/qtdeclarative-${QTMIN}:5
51 + >=dev-qt/qtgui-${QTMIN}:5
52 + >=dev-qt/qtquickcontrols-${QTMIN}:5
53 + >=dev-qt/qtwidgets-${QTMIN}:5
54 + >=kde-frameworks/karchive-${KFMIN}:5
55 + >=kde-frameworks/kauth-${KFMIN}:5
56 + >=kde-frameworks/kconfig-${KFMIN}:5
57 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
58 + >=kde-frameworks/kdeclarative-${KFMIN}:5
59 + >=kde-frameworks/ki18n-${KFMIN}:5
60 + >=kde-frameworks/kio-${KFMIN}:5
61 + >=kde-frameworks/knewstuff-${KFMIN}:5
62 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
63 + sys-boot/plymouth
64 +"
65 +RDEPEND="${DEPEND}
66 + >=kde-plasma/kde-cli-tools-${PVCUT}:5
67 +"
68 +
69 +DOCS=( CONTRIBUTORS )