repo/gentoo:master commit in: kde-plasma/plasma-nano/

"Andreas Sturmlechner" <[email protected]> Tue, 04 Aug 2026 20:51:27 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785876622.75104f00fc21bcf4c244928fdf5490536f9c93cb.asturm@gentoo>
commit:     75104f00fc21bcf4c244928fdf5490536f9c93cb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 16:17:00 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 20:50:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75104f00

kde-plasma/plasma-nano: 6.7.4 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-nano/Manifest                 |  1 +
 kde-plasma/plasma-nano/plasma-nano-6.7.4.ebuild | 28 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/kde-plasma/plasma-nano/Manifest b/kde-plasma/plasma-nano/Manifest
index 09aa973caf9a..e4d70a749649 100644
--- a/kde-plasma/plasma-nano/Manifest
+++ b/kde-plasma/plasma-nano/Manifest
@@ -1 +1,2 @@
 DIST plasma-nano-6.7.3.tar.xz 73436 BLAKE2B 277989859f42e741ddd96fda3ee0fe1fd5f20ddba38ac13b69b17726f7613dad9dd57871c2342327c409db5ac5caa695f0872ed26afe5704cde66c476ff949ff SHA512 5b7b2931ab5cfdd07cd4e57d26cb843ade2d6463a4df6e887132e6a22263b0605254482f4adcb3e57e87ab78268e607d6881f7c57802e23dcf8c87ba42258676
+DIST plasma-nano-6.7.4.tar.xz 73544 BLAKE2B 770b3a47a5957e7eee8ae06b1aedd55f06b0291f107a957a29bc13d7792033d73f5ed2daa20328fd32dd96f77b989ca1f773e9caaf02e146185f62b742dbc206 SHA512 f47ecfbfe8a20a2620a2aa7fc9cd2e96f92574244369f2ad350e083d599cd4e49b943667bca33672e5f6d863994394b4b500cfe8403fd7122c40a1e67c1e6f20

diff --git a/kde-plasma/plasma-nano/plasma-nano-6.7.4.ebuild b/kde-plasma/plasma-nano/plasma-nano-6.7.4.ebuild
new file mode 100644
index 000000000000..ffb7a6d8e3ac
--- /dev/null
+++ b/kde-plasma/plasma-nano/plasma-nano-6.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.26.0
+QTMIN=6.10.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Minimal Plasma shell package"
+HOMEPAGE="https://invent.kde.org/plasma/plasma-nano"
+
+LICENSE="CC0-1.0 GPL-2+ LGPL-2+ MIT"
+SLOT="6"
+KEYWORDS="~amd64"
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[gui]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-plasma/kwayland-${KDE_CATV}:6
+	>=kde-plasma/libplasma-${KDE_CATV}:6
+"
+RDEPEND="${DEPEND}"