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/plasma-workspace-wallpapers/
Date: Tue, 13 Oct 2020 11:51:13
Message-Id: 1602589852.ba0aede6ad2192e668f4e4445d1cb2ffcb9faff9.asturm@gentoo
1 commit: ba0aede6ad2192e668f4e4445d1cb2ffcb9faff9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:38:28 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=ba0aede6
7
8 kde-plasma/plasma-workspace-wallpapers: 5.20.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
13 .../plasma-workspace-wallpapers-5.20.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest
17 index 6fe4be714f9..257fe0ed04a 100644
18 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest
19 +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
20 @@ -1 +1,2 @@
21 DIST plasma-workspace-wallpapers-5.19.5.tar.xz 41824532 BLAKE2B 08b90cd0869e5935320a00fe7687c6a15a3978bcf3288e8e37f48dcef53baaf84921f573949f8dbeeaac2f5861151a4625520fd6a89de264e150918955d39da9 SHA512 79723d50f47412d4904effddbb641d75675a66f517e70164bf55f89e31cbb8246ea1617f90e4cd8e1c5ec169332187586443ead7bc2721b0df85a693ada9287f
22 +DIST plasma-workspace-wallpapers-5.20.0.tar.xz 45931236 BLAKE2B 137387830561ec272e8b18a403c3fd94dcf4ac7eeaad74ba8e3f9635ce06812bc2fd7ca67b0e3e34c00e1769e718bfc744c22efebfce48bb00858835d1a432a6 SHA512 1e7f3d85f09572ccc613f8c6c6364a32b0c28a5a3843660daf6e96897a5867cec556dd9981c3607b7ea3e635716ad63b1b53400c6a09b777b30624d9e2a12ada
23
24 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild
25 new file mode 100644
26 index 00000000000..0fe9c7985bd
27 --- /dev/null
28 +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PVCUT=$(ver_cut 1-3)
36 +inherit cmake kde.org
37 +
38 +DESCRIPTION="Wallpapers for the Plasma workspace"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="5"
42 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
43 +IUSE=""
44 +
45 +BDEPEND="
46 + dev-qt/qtcore:5
47 + kde-frameworks/extra-cmake-modules:5
48 +"