diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-31 10:04:24 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-31 10:04:24 +0200 |
commit | 1edeca012d353f2fb5f900e106f97dbdb73418be (patch) | |
tree | 45f9df4d9f54bf2d64c440d055cedda0b0f272e8 /community/signon-ui/PKGBUILD | |
parent | 28e3d220b711ea14c6adfd86958384c28a0a5d3e (diff) | |
parent | bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/credentials-preferences/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'community/signon-ui/PKGBUILD')
-rw-r--r-- | community/signon-ui/PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD index 5a21188df..0434d84a8 100644 --- a/community/signon-ui/PKGBUILD +++ b/community/signon-ui/PKGBUILD @@ -1,30 +1,31 @@ -# $Id: PKGBUILD 80673 2012-11-29 00:36:04Z bgyorgy $ +# $Id: PKGBUILD 87395 2013-03-30 17:58:57Z bgyorgy $ # 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' 'mips64el') 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 } |