aboutsummaryrefslogtreecommitdiffstats
path: root/community/kauth
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-04-11 11:49:16 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-12 17:37:35 +0000
commit8f7696c13d9e65399b9decf9fa1badc038983a41 (patch)
tree9699aaefb0639f455e9dbd6a11d461ad022ae61f /community/kauth
parentf9801e14dbbc88df60c8a5979d9cdfb124e10801 (diff)
downloadaports-8f7696c13d9e65399b9decf9fa1badc038983a41.tar.bz2
aports-8f7696c13d9e65399b9decf9fa1badc038983a41.tar.xz
community/kde-frameworks: upgrade to 5.69.0
Diffstat (limited to 'community/kauth')
-rw-r--r--community/kauth/APKBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD
index ab3390a04a..c827c35da5 100644
--- a/community/kauth/APKBUILD
+++ b/community/kauth/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kauth
-pkgver=5.68.0
+pkgver=5.69.0
pkgrel=0
pkgdesc="Abstraction to system policy and authentication features"
arch="all !armhf" # armhf blocked by extra-cmake-modules
@@ -12,30 +12,22 @@ makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kauth-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-prepare() {
- default_prepare
-
- mkdir "$builddir"/build
-}
-
build() {
- cd "$builddir"/build
- cmake "$builddir" \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON
- make
+ make -C build
}
check() {
- cd "$builddir"/build
+ cd build
# KAuthHelperTest hangs
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E '(KAuthHelperTest)'
}
package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" make install
+ DESTDIR="$pkgdir" make -C build install
}
-sha512sums="006ed4eb03276546f99525ede235e721ea4092da3b00735afe2f06f35c146d6a75b64e3e1b872feb6f1a986680ae6415f0d4a3dbdf4ecad07d94aaac1061d605 kauth-5.68.0.tar.xz"
+sha512sums="c54577ed1bed46af5f08dcc7a55ade35f0feaa1e88465d587dbc9cf22cd2fc9801fc19cca73a5cf41acef2e6d39e51a0a30859c4c8736b11226d87be36598bb3 kauth-5.69.0.tar.xz"