[arch-commits] Commit in libsignon-glib/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 26 14:44:24 UTC 2013


    Date: Saturday, January 26, 2013 @ 15:44:23
  Author: bgyorgy
Revision: 83003

upgpkg: libsignon-glib 1.8-1

Update to version 1.8

Modified:
  libsignon-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-26 12:10:57 UTC (rev 83002)
+++ PKGBUILD	2013-01-26 14:44:23 UTC (rev 83003)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=libsignon-glib
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service"
 arch=('i686' 'x86_64')
@@ -11,25 +11,12 @@
 depends=('signon')
 makedepends=('python2-gobject')
 options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz
-        fix-docdir.patch
-        make-tests-optional.patch)
-sha1sums=('e461c952c015e5b375ca3f12fac5a8ae1ba4646e'
-          '56ffd1502dcb754797dc95c0eb80ab23374aee2d'
-          '327dde1944c8adc27d8bd413399a4366b3560901')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # Use the standard docdir location
-  # http://code.google.com/p/accounts-sso/issues/detail?id=123
-  patch -Np1 -i "$srcdir/fix-docdir.patch"
-
-  # Build tests optionally
-  # http://code.google.com/p/accounts-sso/issues/detail?id=124
-  patch -Np1 -i "$srcdir/make-tests-optional.patch"
-
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-static \
               PYTHON=python2




More information about the arch-commits mailing list