[arch-commits] Commit in signon-plugin-oauth2/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Wed May 15 06:47:51 UTC 2013


    Date: Wednesday, May 15, 2013 @ 08:47:51
  Author: bgyorgy
Revision: 90877

upgpkg: signon-plugin-oauth2 0.17-1

Update to version 0.17

Modified:
  signon-plugin-oauth2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-15 06:33:09 UTC (rev 90876)
+++ PKGBUILD	2013-05-15 06:47:51 UTC (rev 90877)
@@ -3,7 +3,7 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.15
+pkgver=0.17
 pkgrel=1
 pkgdesc="OAuth 2 plugin for signon"
 arch=('i686' 'x86_64')
@@ -12,16 +12,18 @@
 depends=('signon-ui' 'qjson')
 makedepends=('signon')
 source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-sha1sums=('31f63f73eca2c8341ab41ec0d63650c9a0b4820a')
+sha1sums=('400301bf4a0cc7ad005ed552f9700e00a74b7237')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
 
+  sed -i '/-Werror/d' common-project-config.pri
+
   # Do not install tests and example
   echo 'INSTALLS =' >>tests/tests.pro
   echo 'INSTALLS =' >>example/example.pro
 
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 




More information about the arch-commits mailing list