Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace-wallpapers/
Date: Fri, 09 Oct 2020 06:35:07
Message-Id: 1602180552.02f85c876a71df29f59c75e463fccd5254c11df1.asturm@gentoo
1 commit: 02f85c876a71df29f59c75e463fccd5254c11df1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 18:09:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 18:09:12 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02f85c87
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 .../plasma-workspace-wallpapers-5.20.0.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 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
16 new file mode 100644
17 index 0000000000..0fe9c7985b
18 --- /dev/null
19 +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +PVCUT=$(ver_cut 1-3)
27 +inherit cmake kde.org
28 +
29 +DESCRIPTION="Wallpapers for the Plasma workspace"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="5"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
34 +IUSE=""
35 +
36 +BDEPEND="
37 + dev-qt/qtcore:5
38 + kde-frameworks/extra-cmake-modules:5
39 +"