diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-12-22 14:39:50 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-12-22 15:28:26 -0500 |
commit | a9f5406c1e24c6f99bf5a85a29c874540da7bfaf (patch) | |
tree | 58e16481e9ad80c08ba94daaf9173a4071e26700 /nonsystemd/polkit | |
parent | cb6fd798225daa191f843de31892d82c84a81b82 (diff) | |
download | abslibre-a9f5406c1e24c6f99bf5a85a29c874540da7bfaf.tar.gz abslibre-a9f5406c1e24c6f99bf5a85a29c874540da7bfaf.tar.bz2 abslibre-a9f5406c1e24c6f99bf5a85a29c874540da7bfaf.zip |
[polkit]: upgrade to v0.118
Diffstat (limited to 'nonsystemd/polkit')
-rw-r--r-- | nonsystemd/polkit/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/nonsystemd/polkit/PKGBUILD b/nonsystemd/polkit/PKGBUILD index 9c9e72b88..133fcb762 100644 --- a/nonsystemd/polkit/PKGBUILD +++ b/nonsystemd/polkit/PKGBUILD @@ -2,18 +2,19 @@ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> pkgname=polkit -pkgver=0.116 -pkgrel=4 +pkgver=0.118 +pkgrel=1 pkgrel+=.nonsystemd1 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(x86_64 i686 armv7h) license=(LGPL) url="https://www.freedesktop.org/wiki/Software/polkit/" -depends=(glib2 pam expat elogind js60) +depends=(glib2 pam expat elogind js78) makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive) +backup=(etc/pam.d/polkit-1) provides=(polkit-elogind) replaces=(polkit-elogind polkit-consolekit) -_commit=941e9329f8d3d43ace8335d206365b212824e686 # tags/0.116 +_commit=ff4c2144f0fb1325275887d9e254117fcd8a1b52 # git tag 0.118 source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit" '99-parabola.rules' 'elogind-configure-fix.patch') @@ -38,8 +39,8 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --libexecdir=/usr/lib \ --enable-libsystemd-login=no --disable-static \ - --enable-gtk-doc --with-os-type=redhat \ - --enable-libelogind=yes --with-systemdsystemunitdir=no + --enable-libelogind=yes --with-systemdsystemunitdir=no \ + --enable-gtk-doc --with-os-type=redhat sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool |