commit: a87135111c41d70e3b402527294d4871bde7dd85
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 9 15:21:36 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 9 16:25:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8713511
kde-plasma/plasma-workspace-wallpapers: 6.3.6 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
.../plasma-workspace-wallpapers-6.3.6.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index f8ac3181af4c..9dd91dd836e8 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,2 +1,3 @@
DIST plasma-workspace-wallpapers-6.3.5.tar.xz 131044864 BLAKE2B
f07d67f68f20c2a6e628177ebfdff0a5526683e45058d3fadad0a16a40bc89a170d73a4f2b54c65699431bb3c8b944e141c8249185b5ee6bd7e2cb768a1eed6b
SHA512
bc464961a86260680dcee6892f97e6c4ed0024f237f5446d42bfe38d011f93683eb8195dfed5083bfea31adb84cb2f0acb4c91e44749b00f3b9f0b69c8a42bd2
+DIST plasma-workspace-wallpapers-6.3.6.tar.xz 131047012 BLAKE2B
72416f6795dd31947c3c7db1c9c70018fd8dc21eb9172c50241063180c5e7dc6e4c8cf05d919ae1ab57c7e1b358d5ef7ca5668546c26e6f5d30e4035bedea67c
SHA512
1e2700a9bb011df3b6c11f9d62eb2a06fb7d9d726136e9022a0b0ad9a8fe84c2758ed617a1d587c9bb2f5a9f640d9edeaa7e42c10cf171d307dfe3bdc8db26a9
DIST plasma-workspace-wallpapers-6.4.2.tar.xz 146653808 BLAKE2B
0c5d66b7d525e28032d586a658dc366870b4e62f78331d53ceb72f2ca1a30a0675d5be7c1065a9786f9191b91db84a1916ed5aff7f7ffd870d9a374e547ec1fa
SHA512
7e0ce73046d2b0f59e4e4ed503846ea67f345ac9f51eb2f7dbaa9456be3d57522a93ca10dd6f659c7e5e334c563b1db29a99aca8fd14393de8d6980de13cc828
diff --git
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.6.ebuild
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.6.ebuild
new file mode 100644
index 000000000000..3c0701c9c431
--- /dev/null
+++
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.6.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
+"