diff options
author | root <root@rshg054.dnsready.net> | 2012-11-29 02:32:15 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-29 02:32:15 -0800 |
commit | fd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (patch) | |
tree | 5635460ffbb1eefba5dd2d0af61c5c7eb08e9dbd /community/signon-ui/PKGBUILD | |
parent | 5c5e1e3a998a54db424b8261fac042ab41745d99 (diff) |
Thu Nov 29 02:28:50 PST 2012
Diffstat (limited to 'community/signon-ui/PKGBUILD')
-rw-r--r-- | community/signon-ui/PKGBUILD | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD index 7aad2158f..b11d87d7e 100644 --- a/community/signon-ui/PKGBUILD +++ b/community/signon-ui/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 79493 2012-11-06 04:11:33Z bgyorgy $ +# $Id: PKGBUILD 80673 2012-11-29 00:36:04Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=signon-ui -pkgver=0.11 +pkgver=0.12 pkgrel=1 pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account" arch=('i686' 'x86_64') @@ -10,8 +10,10 @@ url="https://launchpad.net/online-accounts-signon-ui" license=('GPL') depends=('libaccounts-qt' 'qtwebkit' 'libproxy') makedepends=('signon' 'libnotify') -source=(https://launchpad.net/online-accounts-signon-ui/12.10/$pkgver/+download/$pkgname-$pkgver.tar.bz2) -md5sums=('b0359c61523f7b0df241bd3c21dbb2b2') +source=(https://launchpad.net/online-accounts-signon-ui/13.04/$pkgver/+download/$pkgname-$pkgver.tar.bz2 + Makefile) +md5sums=('dca78c25d2d5303a1479403fec334e27' + 'c73ecd27c76a9060862512b7678ae4f1') build() { cd "$srcdir/$pkgname-$pkgver" @@ -19,6 +21,9 @@ build() { # Do not install tests echo 'INSTALLS =' >>tests/unit/unit.pro + # Fix build + cp "$srcdir/Makefile" po/Makefile + qmake PREFIX=/usr LIBDIR=/usr/lib make } |