aboutsummaryrefslogtreecommitdiffstats
path: root/community/kwallet-pam
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-02-19 10:06:23 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-19 11:28:12 -0300
commit8c09c335220dfb1120d92bd246771b0edac92588 (patch)
tree0dc343d831a5d15d29866c0a8bcc1b494b874976 /community/kwallet-pam
parentaf10114db7c05fba1e7f5400af5065658f9bd265 (diff)
downloadaports-8c09c335220dfb1120d92bd246771b0edac92588.tar.bz2
aports-8c09c335220dfb1120d92bd246771b0edac92588.tar.xz
{community,testing}/plasma: upgrade to 5.18.1
Diffstat (limited to 'community/kwallet-pam')
-rw-r--r--community/kwallet-pam/APKBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/community/kwallet-pam/APKBUILD b/community/kwallet-pam/APKBUILD
index 9ef7d18014..97d2105d3f 100644
--- a/community/kwallet-pam/APKBUILD
+++ b/community/kwallet-pam/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kwallet-pam
-pkgver=5.18.0
+pkgver=5.18.1
pkgrel=0
pkgdesc="KWallet PAM integration"
arch="all !armhf" # armhf blocked by extra-cmake-modules
@@ -11,24 +11,16 @@ makedepends="extra-cmake-modules linux-pam-dev libgcrypt-dev socat kwallet-dev"
source="https://download.kde.org/stable/plasma/$pkgver/kwallet-pam-$pkgver.tar.xz"
options="!check" # No tests available
-prepare() {
- default_prepare
-
- mkdir "$builddir"/build
-}
-
build() {
- cd "$builddir"/build
- cmake "$builddir" \
+ cmake -B "$builddir"/build \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make
+ make -C build
}
package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" make install
+ DESTDIR="$pkgdir" make -C build install
}
-sha512sums="a0b60d5c0f0448f4334b6571af771832e0f15f30900d63f93f18fb8f687f15641d4c04a4b754d681fe78188c03c641f39ba5dde62696cff6adc4d3d5bd26f015 kwallet-pam-5.18.0.tar.xz"
+sha512sums="e3503f8616db0eec30cab08f61ea119d64dc86d30de03958d3437517c4f0fdec49536eb34e49bb62344c9e5803b4bf162187c4c25cdde2beb4196358b25215b5 kwallet-pam-5.18.1.tar.xz"