commit: 4dbd5554de1d170d129e7bb197af4d619a209a16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 05:51:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 05:57:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbd5554
kde-plasma/plasma-workspace-wallpapers: 6.3.4 version bump
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
.../plasma-workspace-wallpapers-6.3.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 47f1d2cc4629..575601d39954 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.3.tar.xz 131044960 BLAKE2B
dffeca3198cfc41de137c6e9cdb01f7e89e9984b16757b8e5c502e0f5fd63617c587eef6192b9a641f7576705b7f529ddd765b541f8380597b63e74cf109569e
SHA512
ae8830f8c5e037c6764c295870ce1efa236a130a74466f7718b63c72e375d0f4283491f78646c461b73cf1d4bd94f0363c2916d8dae527597a65c32ea3e6d2e3
+DIST plasma-workspace-wallpapers-6.3.4.tar.xz 131044860 BLAKE2B
6ef45eff6034a613d653fc20e856b30007a850ce01668eec9c84cf9a8815d07a43464d58ce9df3ec5f2760b96f2568e3b7259229f90c47ef2f16e2ff7343c783
SHA512
dcf0e68cd89ccd91e8d959e463d23d6f84e1e7e914a83fb004ebe299918f9268fa692a51d6125ae1eb005c5d3e4fb90f0eed31d3a21385f9ddfb528d0b8227bc
diff --git
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.4.ebuild
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.4.ebuild
new file mode 100644
index 000000000000..3c0701c9c431
--- /dev/null
+++
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.3.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
+"