repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/
"Andreas Sturmlechner" <[email protected]> Tue, 04 Aug 2026 20:51:27 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785876624.4bd3997c6b052be743186576a8c11fe2222f618f.asturm@gentoo> |
commit: 4bd3997c6b052be743186576a8c11fe2222f618f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 16:18:12 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 20:50:24 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd3997c
kde-plasma/plasma-workspace-wallpapers: 6.7.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-workspace-wallpapers/Manifest | 1 +
.../plasma-workspace-wallpapers-6.7.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 775bffdaf462..a1c6e892d987 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,2 +1,3 @@
DIST plasma-workspace-wallpapers-6.6.6.tar.xz 226402020 BLAKE2B 115f2e1ee4c9422ccbbfd83855882a844fcded132b645e07945930049f52b2b2d94b238dcbeaa5b14f6048e618b0754a4703d56fc4f50471ee999824680f9b4a SHA512 e6c5c06e708e65d3259b8146d406aecb02d7811a32daea92abfd3bb1b149691c3bed00ce33bed74aeadee0037eaa8eb08df67550a081c25b56a6bafa47a90068
DIST plasma-workspace-wallpapers-6.7.3.tar.xz 266566656 BLAKE2B c2bc8bae0e14c8f104c67f7b21a8ff33ae71d972f67ac9f4b60dd258fe2ea01014b39492ce1b81fd38670432d50c7dce6b0116e62c4faba3bfec07be4f81e263 SHA512 694620e3cd7eb26b77e30ff4a8c08c491a33625d10fe3bd009626a547b5c62f0a8d63fab7d11d7e3c967bf5e5833f1646a8d7abe234f30bff52c4a35867f849b
+DIST plasma-workspace-wallpapers-6.7.4.tar.xz 266566080 BLAKE2B 98fa80bd6402467883a8c8fee0acc4266a8f75d9e53cd078b5c1a398dd0b2aae52be40bd83d53a4c4a58dc02043975c0b8b693ffb84def6158500d0f2fc2d09c SHA512 c642fae525b8444ad8e727df658e3500bb1324bf4c14a4353c7b6c495340f4a9a54099abc15eeb523bc23b461cc3bff51733a37cf0826dd1adb00c4ce8670498
diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.7.4.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.7.4.ebuild
new file mode 100644
index 000000000000..22dec6a664db
--- /dev/null
+++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.7.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.10.1
+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
+"