commit: 8b7453c89be8bc08bb50bab054323932ede4d884
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 16:57:57 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 18:43:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7453c8
kde-plasma/plasma-workspace-wallpapers: 6.3.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
.../plasma-workspace-wallpapers-6.3.1.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index 79c02a133a32..ae31b29ecf31 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,2 +1,3 @@
DIST plasma-workspace-wallpapers-6.2.5.tar.xz 111403856 BLAKE2B
9124b0dd61b605730af832e665a06c137af1875ed78e87d5c4f1adae84dd7820a6be4544c1afd38485e6842733c17faa5a554258b47e3c44b69f2917135b6118
SHA512
76d972a8fe00245f0f0195091414b36959b5b120114ab466c7eb1ace3850e2398ebbe85c47a25702bbdc307d1586139303893ee690299877e87f0f15a9d68a20
DIST plasma-workspace-wallpapers-6.3.0.tar.xz 131046492 BLAKE2B
47b163ced78115dcb5fa65673c68509e0a3da5274cb9541b1312e49a857aa66d058ac274091c2d22543f7a57a3e57531fcb8b857ad23b5a41c2f5fe81ba25264
SHA512
f23064f523ec4f4596931f0104d03f4a717f70aad29bd64c46a7809fe3436072331f96e0309ae836e8b361c57c7c794f4799991f72393f41b1c5c1064eb8164b
+DIST plasma-workspace-wallpapers-6.3.1.tar.xz 131045140 BLAKE2B
13ad8b08a22468daeb49c19a6df01ff527a8413e25a38763e0fcdf551020bf3f5018727d7b30df3f0c5cc57552bd0713df78fe102de961b11eac45f2bbf49c14
SHA512
3632910503961d072dfe2013fcdb2e8ec13c1317d31f6489a76dbcadd6863491fe38dbc92deb8d080543a9b997bb373adcdf628255d895887162a6c62579ae57
diff --git
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.1.ebuild
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.1.ebuild
new file mode 100644
index 000000000000..3c0701c9c431
--- /dev/null
+++
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.8.1
+inherit cmake plasma.kde.org
+
+DESCRIPTION="Wallpapers for the Plasma workspace"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6
+ kde-frameworks/extra-cmake-modules:0
+"