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

Balló György bgyorgy at nymeria.archlinux.org
Wed Jun 12 05:09:08 UTC 2013


    Date: Wednesday, June 12, 2013 @ 07:09:08
  Author: bgyorgy
Revision: 92691

upgpkg: signon-ui 0.15-1

Update to version 0.15

Modified:
  signon-ui/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-12 05:04:06 UTC (rev 92690)
+++ PKGBUILD	2013-06-12 05:09:08 UTC (rev 92691)
@@ -2,18 +2,15 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 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 @@
   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
 }




More information about the arch-commits mailing list