aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 20:11:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-28 05:37:09 -0300
commitf32f884b7ddcf44f7d24260de4def87c51e1cd05 (patch)
tree3133b326b4a76c4a3173d41ec8c6620685054454
parente7a9fe288c84398b8db52d847013dcb479f55a7b (diff)
community/gnome-keyring: install PAM module to /lib/security
-rw-r--r--community/gnome-keyring/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gnome-keyring/APKBUILD b/community/gnome-keyring/APKBUILD
index c8f0013d305..e62d28e0def 100644
--- a/community/gnome-keyring/APKBUILD
+++ b/community/gnome-keyring/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-keyring
pkgver=3.28.2
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME keyring"
url="https://wiki.gnome.org//Projects/GnomeKeyring"
arch="all"
@@ -13,14 +13,15 @@ makedepends="gtk+3.0-dev gcr-dev libcap-ng-dev linux-pam-dev
checkdepends="python dbus-x11 xvfb-run"
options="!check" # Gets stuck on CI
subpackages="$pkgname-lang $pkgname-doc"
-source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz
fix-includes.patch"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --with-pam-dir=/lib/security
make
}