commit: d92fa38092d15aeface048104a0bb9d733d8ae3e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 18:45:34 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 18:54:43 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d92fa380
kde-plasma/plasma-workspace-wallpapers: 6.4.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-workspace-wallpapers-6.4.90.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.4.90.ebuild
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.4.90.ebuild
new file mode 100644
index 0000000000..945610db0a
--- /dev/null
+++
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.4.90.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.9.1
+inherit cmake plasma.kde.org
+
+DESCRIPTION="Wallpapers for the Plasma workspace"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6
+ kde-frameworks/extra-cmake-modules:0
+"