From bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 31 Mar 2013 00:42:46 -0700 Subject: Sun Mar 31 00:42:46 PDT 2013 --- community/signon/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'community/signon/PKGBUILD') 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 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 } -- cgit v1.2.3-54-g00ecf