[arch-commits] Commit in liblastfm/repos (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Fri Apr 5 02:24:25 UTC 2013


    Date: Friday, April 5, 2013 @ 04:24:25
  Author: eric
Revision: 181867

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  liblastfm/repos/extra-i686/PKGBUILD
    (from rev 181866, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/extra-x86_64/PKGBUILD
    (from rev 181866, liblastfm/trunk/PKGBUILD)
Deleted:
  liblastfm/repos/extra-i686/PKGBUILD
  liblastfm/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   34 -------------------------
 extra-x86_64/PKGBUILD |   34 -------------------------
 3 files changed, 64 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-04-05 02:23:46 UTC (rev 181866)
+++ extra-i686/PKGBUILD	2013-04-05 02:24:25 UTC (rev 181867)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
-
-pkgname=liblastfm
-pkgver=1.0.6
-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=('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 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: liblastfm/repos/extra-i686/PKGBUILD (from rev 181866, liblastfm/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-05 02:24:25 UTC (rev 181867)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
+sha1sums=('b679bf76272b05373efcc2a8f3ee809599607853')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-04-05 02:23:46 UTC (rev 181866)
+++ extra-x86_64/PKGBUILD	2013-04-05 02:24:25 UTC (rev 181867)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
-
-pkgname=liblastfm
-pkgver=1.0.6
-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=('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 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_TESTS=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: liblastfm/repos/extra-x86_64/PKGBUILD (from rev 181866, liblastfm/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-05 02:24:25 UTC (rev 181867)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="A Qt4 C++ library for the Last.fm webservices"
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL3')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
+sha1sums=('b679bf76272b05373efcc2a8f3ee809599607853')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-* \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list