From 999ea819e4912b07aecd1ee8187ff1abcdb3de36 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Jun 2013 00:06:37 -0700 Subject: Thu Jun 13 00:06:37 PDT 2013 --- community/signon-ui/PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'community/signon-ui') diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD index 1d6befcfa..453349cd5 100644 --- a/community/signon-ui/PKGBUILD +++ b/community/signon-ui/PKGBUILD @@ -1,19 +1,16 @@ -# $Id: PKGBUILD 87395 2013-03-30 17:58:57Z bgyorgy $ +# $Id: PKGBUILD 92692 2013-06-12 05:09:15Z bgyorgy $ # Maintainer: Balló György pkgname=signon-ui -pkgver=0.14 -_pkgver=0.14+bzr85 +pkgver=0.15 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') url="https://launchpad.net/online-accounts-signon-ui" license=('GPL') depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify') -source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2 - Makefile) -md5sums=('5857a1b9ed957a5de72863c3868049da' - 'c73ecd27c76a9060862512b7678ae4f1') +source=(https://launchpad.net/online-accounts-signon-ui/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2) +md5sums=('67ac8ce4cc85b69ec6ff67ae892fda90') build() { cd "$srcdir/$pkgname-$pkgver" @@ -22,9 +19,6 @@ build() { echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro - # Fix build - cp "$srcdir/Makefile" po/Makefile - qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib make } -- cgit v1.2.3-54-g00ecf