mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kglobalaccel: 6.28.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kglobalaccel-6.27.0.tar.xz 2228548 BLAKE2B b3caea8f4d3a17ab264229123394284101e27895d3697f2b409970e916fc9c2ae45022a7a40e69a0e111d3a3945931537fb5f38994e856546a42a4ccedd3fc32 SHA512 4247adfb44ce64015d0feb2c127da3715cae348ca44549747dd4e4229af29eb71c69d75398edc4b7e1356a90d03ea78d9e86cb071a3c3516ac485a0b9fb90836
|
||||
DIST kglobalaccel-6.28.0.tar.xz 2228280 BLAKE2B f4709ce3b974dbbef790691aa759b22f6e4aec2751b85d0b4979720e63743d814c7a9af3b3e107aed3f744b0b32a2e67f2137dea79665ec02df10e631ee6e680 SHA512 f1697c0ed027be870d6cff49192c787ad7b89b598635d5622c38980aa266f1cef3e35a2c97848af09f0c1c10a7419d1b4fe49664324667bc5e0bbe93693be6b9
|
||||
|
||||
28
kde-frameworks/kglobalaccel/kglobalaccel-6.28.0.ebuild
Normal file
28
kde-frameworks/kglobalaccel/kglobalaccel-6.28.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QTMIN=6.10.1
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user