mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kglobalaccel: drop 5.116.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
QTMIN=5.15.9
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Framework to handle global shortcuts"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~x86"
|
||||
IUSE="kf6compat"
|
||||
|
||||
RESTRICT="test" # requires installed instance
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=dev-qt/qtx11extras-${QTMIN}:5
|
||||
=kde-frameworks/kconfig-${PVCUT}*:5
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:5
|
||||
=kde-frameworks/kcrash-${PVCUT}*:5
|
||||
=kde-frameworks/kdbusaddons-${PVCUT}*:5
|
||||
=kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
|
||||
x11-libs/libxcb
|
||||
x11-libs/xcb-util-keysyms
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
test? (
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:5
|
||||
>=dev-qt/qtquickcontrols2-${QTMIN}:5
|
||||
=kde-frameworks/kdeclarative-${PVCUT}*:5
|
||||
)
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
kf6compat? ( kde-plasma/kglobalacceld:6 )
|
||||
"
|
||||
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DKF6_COMPAT_BUILD=$(usex kf6compat)
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
XDG_CURRENT_DESKTOP="KDE" ecm_src_test # bug 789342
|
||||
}
|
||||
@@ -14,7 +14,4 @@
|
||||
Must only be used by packages that are known to use private parts of the Frameworks API.
|
||||
</subslots>
|
||||
</slots>
|
||||
<use>
|
||||
<flag name="kf6compat">Disable components colliding with KF6, depend on KF6 components instead</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user