From 99c66b64d7baced6ca29b5f32dbd500d2a10ab4c Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 20 Apr 2018 22:18:51 -0300 Subject: upgpkg: pcr/accountsservice-elogind 0.6.46-1 --- pcr/accountsservice-elogind/PKGBUILD | 72 ++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 37 deletions(-) (limited to 'pcr/accountsservice-elogind/PKGBUILD') diff --git a/pcr/accountsservice-elogind/PKGBUILD b/pcr/accountsservice-elogind/PKGBUILD index 2e3e7cf91..bb703ccaf 100644 --- a/pcr/accountsservice-elogind/PKGBUILD +++ b/pcr/accountsservice-elogind/PKGBUILD @@ -1,55 +1,53 @@ -# Maintainer (Manjaro): artoo -# Contributor (Manjaro): Jan Alexander Steffens (heftig) -# Contributor (Manjaro): Ionut Biru +# Maintainer: David P. # Maintainer: Omar Vega Ramos - -_pkgname=accountsservice -_commit=dac425433270c6dc38feba4d2513e4da7bd265fd # tags/0.6.43^0 +# Maintainer (Arch): Jan Alexander Steffens (heftig) +# Contributor: Ionut Biru pkgname=accountsservice-elogind -pkgver=0.6.42+12+gdac4254 -pkgrel=2 +_pkgname=${pkgname/-elogind} +pkgver=0.6.46 +pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" url="https://www.freedesktop.org/software/accountsservice/" -arch=('i686' 'x86_64' 'armv7h') -license=('GPL3') -provides=('accountsservice') -conflicts=('accountsservice') -depends=('glib2' 'elogind' 'polkit-elogind') -makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'git') -source=("git://anongit.freedesktop.org/accountsservice#commit=$_commit" - 'accountsservice-enable-elogind.patch') -sha256sums=('SKIP' - 'dc233c540cf3e129479aa0c5e408a706a8c8cd52fdb94ad50aba32f8e9f765e1') +arch=(x86_64 i686 armv7h) +license=(GPL3) +depends=(glib2 polkit-elogind) +makedepends=(intltool gtk-doc gobject-introspection git) +provides=($_pkgname) +conflicts=($_pkgname) +_commit=27fbd25251c3dd59c4d8e999a902946feab73f5a # tags/0.6.46^0 +source=("git+https://anongit.freedesktop.org/git/accountsservice#commit=$_commit") +sha256sums=('SKIP') pkgver() { - cd $_pkgname - git describe --tags | sed 's/-/+/g' + cd $_pkgname + git describe --tags | sed 's/-/+/g' } prepare() { - cd $_pkgname - patch -Np 1 -i ${srcdir}/accountsservice-enable-elogind.patch - NOCONFIGURE=1 ./autogen.sh + cd $_pkgname + NOCONFIGURE=1 ./autogen.sh } build() { - cd $_pkgname - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --libexecdir=/usr/lib/$_pkgname \ - --disable-static \ - --enable-elogind \ - --enable-admin-group="wheel" \ - --disable-systemd \ - --enable-gtk-doc - make + cd $_pkgname + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib \ + --disable-static \ + --enable-gtk-doc \ + --enable-elogind=yes \ + --enable-systemd=no \ + --with-systemdsystemunitdir=no + make } package() { - cd $_pkgname - make DESTDIR="$pkgdir" install + cd $_pkgname + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3