diff options
author | root <root@rshg054.dnsready.net> | 2013-03-31 00:42:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-31 00:42:46 -0700 |
commit | bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (patch) | |
tree | 36b3a3efb723f4bcf4bdcbc909481ec8c8092d58 /community/signon | |
parent | ec8ec85d765aa7c0826e20196c70e20e0e4e7169 (diff) |
Sun Mar 31 00:42:46 PDT 2013
Diffstat (limited to 'community/signon')
-rw-r--r-- | community/signon/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD index ece3f5921..3b75f4ba7 100644 --- a/community/signon/PKGBUILD +++ b/community/signon/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85411 2013-03-01 10:40:16Z andrea $ +# $Id: PKGBUILD 87393 2013-03-30 17:15:21Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgbase=signon pkgname=('signon' 'signon-doc') -pkgver=8.46 -pkgrel=2 +pkgver=8.49 +pkgrel=1 pkgdesc="Framework to provide credential storage and authentication service" arch=('i686' 'x86_64') url="http://code.google.com/p/accounts-sso/" @@ -15,7 +15,7 @@ backup=(etc/signond.conf) install=$pkgname.install source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2 use_keyring.patch) -sha1sums=('3524fe1427de397c7b355e86e50a901b55298976' +sha1sums=('349d700eed718977463020f252269786883bc4c6' 'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1') build() { @@ -24,7 +24,10 @@ build() { # Use gnome-keyring secrets storage if signon-keyring-extension is available patch -Np1 -i "$srcdir/use_keyring.patch" - qmake PREFIX=/usr LIBDIR=/usr/lib + # qt4 fix + sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro + + qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib make } |