summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-01 21:38:49 +0200
committerMaxime Gauduin2017-05-01 21:38:49 +0200
commit2f4f52aa6123c895489dca1ce4e3c07b7553a42b (patch)
tree9ca37accf744885919d3f4d89e6c0ee9ca9291ab
parent4593dabeac1cc8911e6729304b53bf60904a79f1 (diff)
downloadaur-2f4f52aa6123c895489dca1ce4e3c07b7553a42b.tar.gz
gsignond 1.0.6-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD23
2 files changed, 11 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a64f7de44fde..39ed9ea7295b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 29 13:21:59 UTC 2017
+# Mon May 1 19:38:49 UTC 2017
pkgbase = gsignond
pkgdesc = gSSO glib daemon
- pkgver = 1.0.4
+ pkgver = 1.0.6
pkgrel = 1
url = https://01.org/gsso
arch = i686
@@ -14,8 +14,9 @@ pkgbase = gsignond
depends = dbus
depends = libgsignon-glib
depends = sqlite
+ provides = libgsignond-common.so
backup = etc/gsignond.conf
- source = git+https://gitlab.com/accounts-sso/gsignond.git#commit=deb5f757
+ source = git+https://gitlab.com/accounts-sso/gsignond.git#commit=3214aef8e7c84a9918d8b18fb258247d81be12e2
sha256sums = SKIP
pkgname = gsignond
diff --git a/PKGBUILD b/PKGBUILD
index 2e7bb968361f..02fb2248a5ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josip Ponjavic <josipponjavic@gmail.com>
pkgname=gsignond
-pkgver=1.0.4
+pkgver=1.0.6
pkgrel=1
pkgdesc='gSSO glib daemon'
arch=('i686' 'x86_64')
@@ -10,27 +10,18 @@ url='https://01.org/gsso'
license=('LGPL2.1')
depends=('dbus' 'libgsignon-glib' 'sqlite')
makedepends=('git' 'gobject-introspection' 'gtk-doc')
+provides=('libgsignond-common.so')
backup=('etc/gsignond.conf')
-source=('git+https://gitlab.com/accounts-sso/gsignond.git#commit=deb5f757')
+_commit='3214aef8e7c84a9918d8b18fb258247d81be12e2'
+source=("git+https://gitlab.com/accounts-sso/gsignond.git#commit=${_commit}")
sha256sums=('SKIP')
-prepare() {
- cd gsignond
-
- mkdir -p m4
- gtkdocize
- aclocal
- autoheader
- libtoolize --copy --force
- autoconf
- automake --add-missing --copy
- autoreconf --install --force
-}
-
build() {
cd gsignond
- ./configure \
+unset CPPFLAGS
+
+ ./autogen.sh \
--prefix='/usr' \
--sysconfdir='/etc' \
--enable-dbus-type='session'