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

Eric Bélanger eric at archlinux.org
Wed Aug 31 19:31:16 UTC 2011


    Date: Wednesday, August 31, 2011 @ 15:31:16
  Author: eric
Revision: 136733

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

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

-----------------------+
 extra-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 2 files changed, 52 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-08-31 19:30:48 UTC (rev 136732)
+++ extra-i686/PKGBUILD	2011-08-31 19:31:16 UTC (rev 136733)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: tobias <tobias at archlinux.org>
-
-pkgname=libmpd
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="Signal based wrapper around libmpdclient"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
-depends=('glib2')
-options=('!libtool')
-source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2f1c99e12c69f7d95cfd1e27368056ed')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: libmpd/repos/extra-i686/PKGBUILD (from rev 136732, libmpd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-08-31 19:31:16 UTC (rev 136733)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+
+pkgname=libmpd
+pkgver=11.8.17
+pkgrel=1
+pkgdesc="Signal based wrapper around libmpdclient"
+arch=('i686' 'x86_64')
+url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
+license=('GPL')
+depends=('glib2')
+options=('!libtool')
+source=(http://download.sarine.nl/Programs/gmpc/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5ae3d87467d52aef3345407adb0a2488')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-08-31 19:30:48 UTC (rev 136732)
+++ extra-x86_64/PKGBUILD	2011-08-31 19:31:16 UTC (rev 136733)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: tobias <tobias at archlinux.org>
-
-pkgname=libmpd
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="Signal based wrapper around libmpdclient"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
-depends=('glib2')
-options=('!libtool')
-source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2f1c99e12c69f7d95cfd1e27368056ed')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: libmpd/repos/extra-x86_64/PKGBUILD (from rev 136732, libmpd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-08-31 19:31:16 UTC (rev 136733)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+
+pkgname=libmpd
+pkgver=11.8.17
+pkgrel=1
+pkgdesc="Signal based wrapper around libmpdclient"
+arch=('i686' 'x86_64')
+url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
+license=('GPL')
+depends=('glib2')
+options=('!libtool')
+source=(http://download.sarine.nl/Programs/gmpc/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5ae3d87467d52aef3345407adb0a2488')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list