kauth: update to 5.83.0.
This commit is contained in:
parent
e37cb04ff2
commit
3c803864eb
1 changed files with 7 additions and 8 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'kauth'
|
||||
pkgname=kauth
|
||||
version=5.82.0
|
||||
version=5.83.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config kcoreaddons
|
||||
qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"
|
||||
makedepends="kcoreaddons-devel polkit-qt5-devel"
|
||||
short_desc="KDE Execute actions as privileged user"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kauth"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=00aac14b7a28040a7598ed661254fb4b8c20b0708fc3379461caff7bc8ff9104
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"
|
||||
fi
|
||||
checksum=cb617df419d60c1087a1ac53bc601ffaf590798f2f346dbc26b01ea94a3286fc
|
||||
|
||||
do_check() {
|
||||
: # KAuthHelperTest blocks
|
||||
cd build
|
||||
# KAuthHelperTest just hangs
|
||||
ctest -E 'KAuthHelperTest'
|
||||
}
|
||||
|
||||
kauth-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue