summaryrefslogtreecommitdiff
path: root/community/libsignon-glib
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-28 16:53:19 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-28 16:53:19 +0100
commit01346da4de50d9eda2660653fcaae6c1abfaa28a (patch)
treebd7bb7e3f004777c788f809c5a5a10a69839be13 /community/libsignon-glib
parent5bc312c4c7af74bbbb6042c5856bac6e53efa32c (diff)
parent1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/fcitx-chewing/PKGBUILD community/fcitx-cloudpinyin/PKGBUILD community/fcitx-rime/PKGBUILD community/linux-tools/PKGBUILD community/lxpanel/PKGBUILD community/pdns/PKGBUILD core/bash/PKGBUILD core/gcc/PKGBUILD core/glibc/PKGBUILD extra/json-c/PKGBUILD extra/liblouis/PKGBUILD extra/live-media/PKGBUILD extra/samba/PKGBUILD extra/transmission/PKGBUILD social/opentracker/PKGBUILD
Diffstat (limited to 'community/libsignon-glib')
-rw-r--r--community/libsignon-glib/PKGBUILD21
1 files changed, 4 insertions, 17 deletions
diff --git a/community/libsignon-glib/PKGBUILD b/community/libsignon-glib/PKGBUILD
index 3baa4fc14..18b2d0d2d 100644
--- a/community/libsignon-glib/PKGBUILD
+++ b/community/libsignon-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 79489 2012-11-06 04:11:17Z bgyorgy $
+# $Id: PKGBUILD 83004 2013-01-26 14:44:32Z bgyorgy $
# 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' 'mips64el')
@@ -11,25 +11,12 @@ license=('LGPL')
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