mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
kde-frameworks/kauth: 6.28.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kauth-6.27.0.tar.xz 2273648 BLAKE2B 7d6818a7cecee90209b11dcdcfbc5907b50620fb4c8bce5a91e6036cbabb0deef1d109054d696109a35b2bfd7add6eacfa8f21f0fe83ea0bdaadb90ea8934d8f SHA512 990416f0bc3709d4957530799266d57d0bea3dab4f30250deecc1fb92fc825fe8261a24eba4d8258b05f5a0ca244f7e63f5a0532c5bc873c37ee59aee407d986
|
||||
DIST kauth-6.28.0.tar.xz 2273684 BLAKE2B 33df7b1449fd82a531b92477ffe7a2dc520abc1145d6dce2a814be6a288385514d4ee53ee9449c203f6d5cbe893c32b87f847bbbfec5d3354e7e6ee754cb292f SHA512 74d6bdbe5801c0b27ff58c28614fd03d534b0f9e4cdb535c2ab3aca0cfb8475ef0423406eeb92a85bd0a18ccdf9a7c37e24472b17f21faa06bc527b21e9337e7
|
||||
|
||||
43
kde-frameworks/kauth/kauth-6.28.0.ebuild
Normal file
43
kde-frameworks/kauth/kauth-6.28.0.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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 let applications perform actions as a privileged user"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="+policykit"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui]
|
||||
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
|
||||
policykit? (
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus]
|
||||
=kde-frameworks/kwindowsystem-${KDE_CATV}*:6[wayland]
|
||||
>=sys-auth/polkit-qt-0.175.0[qt6(+)]
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=dev-qt/qtbase-${QTMIN}:6[dbus] )
|
||||
"
|
||||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
|
||||
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent:* )"
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
# fails, bug 654842
|
||||
KAuthHelperTest
|
||||
# needs DBus, bug 938505
|
||||
KAuthFdTest
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package policykit PolkitQt6-1)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user