summaryrefslogtreecommitdiff
path: root/community/signon-ui/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/signon-ui/PKGBUILD')
-rw-r--r--community/signon-ui/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD
index 129611d60..5a21188df 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' 'mips64el')
@@ -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
}