commit: dfe5e0a1992c3282e2eae4181bb5e7222d5758c1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 15:26:27 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 15:35:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe5e0a1
kde-plasma/plasma-workspace-wallpapers: 6.2.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
.../plasma-workspace-wallpapers-6.2.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index 2d83855548db..7b1e2d87c0ea 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1 +1,2 @@
DIST plasma-workspace-wallpapers-6.1.5.tar.xz 100299584 BLAKE2B
d3ae4327c0e9fce40c15df0c64ab1335a1b014620ba75ba10c26f570571ce2f6a71b91fdfa8f16fd6bb1fd3a087c2ff76bdba7a50ab922c1627722f574abbaad
SHA512
127d221cb668f77f65354a7171f097d0d69240d37b6421610d9d54a90ace103ae85d3ae9e36a94ce1ce24eac11d6db17bcd97fadd73d9d8a7081c70e96d71a8d
+DIST plasma-workspace-wallpapers-6.2.0.tar.xz 111402648 BLAKE2B
3db3c15ba6b78ffa5c840dff58cf41efb9a3f334580d5ec9505a02f304bccf6825742afa52ce96834e703633f77dcacdf0f11d81d5bbc3f8b622de01e5757d70
SHA512
5c6e020b0e58482d3735843aadfecd7821de73fd4aabcb63aa645458a61768688ca2ef0587c81a236fd211612e7c406b59f03da940d3b8feae3bc000f4c2ed3b
diff --git
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.0.ebuild
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.0.ebuild
new file mode 100644
index 000000000000..989dc8cacea5
--- /dev/null
+++
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit cmake plasma.kde.org
+
+DESCRIPTION="Wallpapers for the Plasma workspace"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6
+ kde-frameworks/extra-cmake-modules:0
+"