commit: 83c8d8ea4d5d3f0a5d07fdc6c355f00f6ca7e884
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 5 16:47:41 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 5 21:12:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c8d8ea
kde-plasma/plasma-workspace-wallpapers: 6.4.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
.../plasma-workspace-wallpapers-6.4.4.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index 994219dbd32d..c3bcaf61eab4 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.6.tar.xz 131047012 BLAKE2B
72416f6795dd31947c3c7db1c9c70018fd8dc21eb9172c50241063180c5e7dc6e4c8cf05d919ae1ab57c7e1b358d5ef7ca5668546c26e6f5d30e4035bedea67c
SHA512
1e2700a9bb011df3b6c11f9d62eb2a06fb7d9d726136e9022a0b0ad9a8fe84c2758ed617a1d587c9bb2f5a9f640d9edeaa7e42c10cf171d307dfe3bdc8db26a9
DIST plasma-workspace-wallpapers-6.4.3.tar.xz 146653920 BLAKE2B
bfad377e8366426b8c5c7b3937559c4771f8236d18f7ed7d5fcb26a732c2de87cb411913b037839a1f9a44fdcd568291ddf3a391e70532436ac6bbb63819bc0e
SHA512
b8ff130fd4d9c0abaedddb4d7153474abe820dae49a54e1e71d8e84cf564cc00f973442f6e7801fb705062717c8d720840ec745c80e1a8a47372260534d5307c
+DIST plasma-workspace-wallpapers-6.4.4.tar.xz 146654832 BLAKE2B
4a92c9b8757c0feee4b6134d3c5671115c40f465a312905ec94285eb0e33ac8ea982556f0d836387e3e5b7e20010161f870e038d3a771a3914c035f5073e4cbb
SHA512
09a2fff838a150578488f2a44fda00e667b9f8b5f63753fee31937fb28123bb4a4806220b7487c6e9605f993e015a5cffb99426c21848b59fc7bc4cf594f963e
diff --git
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.4.4.ebuild
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.4.4.ebuild
new file mode 100644
index 000000000000..3c0701c9c431
--- /dev/null
+++
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.4.4.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
+"