summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 12:21:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:52:06 +0100
commitb067cb39fbc9146bd871a2e8fe69a8ed46cda4d4 (patch)
tree4ac923e5bbb7d923d54ca3ae2af0f07ec9c13d5c /kde-frameworks/kglobalaccel/kglobalaccel-6.0.0.ebuild
parentkde-frameworks/kdesu: 6.0.0 version bump (diff)
downloadgentoo-b067cb39fbc9146bd871a2e8fe69a8ed46cda4d4.tar.gz
gentoo-b067cb39fbc9146bd871a2e8fe69a8ed46cda4d4.tar.bz2
gentoo-b067cb39fbc9146bd871a2e8fe69a8ed46cda4d4.zip
kde-frameworks/kglobalaccel: 6.0.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kglobalaccel/kglobalaccel-6.0.0.ebuild')
-rw-r--r--kde-frameworks/kglobalaccel/kglobalaccel-6.0.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-6.0.0.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-6.0.0.ebuild
new file mode 100644
index 000000000000..3fbcff390fe6
--- /dev/null
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-6.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to handle global shortcuts"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"