[arch-commits] Commit in signon-ui/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Sat Mar 30 17:58:49 UTC 2013


    Date: Saturday, March 30, 2013 @ 18:58:49
  Author: bgyorgy
Revision: 87394

upgpkg: signon-ui 0.14-1

Update to version 0.14

Modified:
  signon-ui/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-30 17:15:21 UTC (rev 87393)
+++ PKGBUILD	2013-03-30 17:58:49 UTC (rev 87394)
@@ -2,29 +2,30 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=signon-ui
-pkgver=0.12
+pkgver=0.14
+_pkgver=0.14+bzr85
 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' 'libproxy')
-makedepends=('signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/13.04/$pkgver/+download/$pkgname-$pkgver.tar.bz2
+depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
+source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2
         Makefile)
-md5sums=('dca78c25d2d5303a1479403fec334e27'
+md5sums=('5857a1b9ed957a5de72863c3868049da'
          'c73ecd27c76a9060862512b7678ae4f1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/unit.pro
+  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
 
   # Fix build
   cp "$srcdir/Makefile" po/Makefile
 
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 




More information about the arch-commits mailing list