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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:06:30 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:06:30
  Author: andrea
Revision: 178646

upgpkg: liblastfm 1.0.6-2

qt4 rebuild

Modified:
  liblastfm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 06:04:04 UTC (rev 178645)
+++ PKGBUILD	2013-02-26 06:06:30 UTC (rev 178646)
@@ -5,17 +5,19 @@
 
 pkgname=liblastfm
 pkgver=1.0.6
-pkgrel=1
-pkgdesc="A Qt C++ library for the Last.fm webservices"
+pkgrel=2
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
 arch=('i686' 'x86_64')
 url='https://github.com/lastfm/liblastfm/'
 license=('GPL')
-depends=('qt' 'fftw' 'libsamplerate')
+depends=('qt4' 'fftw' 'libsamplerate')
 makedepends=('cmake')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
 sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../lastfm-${pkgname}-5826fe6 \




More information about the arch-commits mailing list