commit:     1f5e91039af983294b6a984b6400cf2a7b0e4821
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 21:41:27 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 21:48:20 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f5e9103

kde-frameworks/kglobalaccel: 6.19.0 version bump

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

 .../kglobalaccel/kglobalaccel-6.19.0.ebuild        | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-6.19.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-6.19.0.ebuild
new file mode 100644
index 0000000000..0f144ec168
--- /dev/null
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-6.19.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle global shortcuts"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+# slot op: WITH_X11 uses Qt6::GuiPrivate for qtx11extras_p.h
+RDEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+       X? ( >=dev-qt/qtbase-${QTMIN}:6=[X] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+src_configure() {
+       local mycmakeargs=(
+               -DWITH_X11=$(usex X)
+       )
+       ecm_src_configure
+}

Reply via email to