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, 01 Sep 2020 16:33:24
Message-Id: 1598977895.899bfd91ec88f5313025a5f8bf91379b66984adf.asturm@gentoo
1 commit: 899bfd91ec88f5313025a5f8bf91379b66984adf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 15:26:22 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 16:31:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899bfd91
7
8 kde-plasma/plasma-workspace-wallpapers: 5.19.5 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.19.5.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 c603d741297..a5f00d3d882 100644
18 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest
19 +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
20 @@ -1,2 +1,3 @@
21 DIST plasma-workspace-wallpapers-5.18.5.tar.xz 37110292 BLAKE2B 34dcfad8d3d47a32b63a3d002cd3ce4c59a4b5127002df4c5a39c7df4296890ef59713fbe4c52693ce728aa7a349ffbf3c133a28699f314791e485b28cbdda95 SHA512 75d5042fd955849cb67b1f7711b2e3e63d03ece7aacd4fc88bcd8c8652ca40a62351c1666b9c86275d1b495fa73d0089e8046dc1f65fc6fb23d9010ddc6f514e
22 DIST plasma-workspace-wallpapers-5.19.4.tar.xz 41824740 BLAKE2B 38fdc060635be9e930645a5fd7ef918a2201fd2c9132ea1c78ea25cecfca4bdc8fef40e8df28766eaa6b1823f93781bfc7fcb7714d7dc68223b5f2e3cf63f4e0 SHA512 26842ca233f8a60d7506f92a4e84c21dde27e5b60e40a1738f30afe9baa39afb6f38fc102ff46a6bb48a317eca1d2fe55b035b00445ca9ed106eaa1ceff0e04f
23 +DIST plasma-workspace-wallpapers-5.19.5.tar.xz 41824532 BLAKE2B 08b90cd0869e5935320a00fe7687c6a15a3978bcf3288e8e37f48dcef53baaf84921f573949f8dbeeaac2f5861151a4625520fd6a89de264e150918955d39da9 SHA512 79723d50f47412d4904effddbb641d75675a66f517e70164bf55f89e31cbb8246ea1617f90e4cd8e1c5ec169332187586443ead7bc2721b0df85a693ada9287f
24
25 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild
26 new file mode 100644
27 index 00000000000..0fe9c7985bd
28 --- /dev/null
29 +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PVCUT=$(ver_cut 1-3)
37 +inherit cmake kde.org
38 +
39 +DESCRIPTION="Wallpapers for the Plasma workspace"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="5"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
44 +IUSE=""
45 +
46 +BDEPEND="
47 + dev-qt/qtcore:5
48 + kde-frameworks/extra-cmake-modules:5
49 +"