Date: Friday, April 12, 2013 @ 00:29:15
  Author: bisson
Revision: 182640

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

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

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 ---------------------
 extra-x86_64/PKGBUILD |   36 ---------------------
 3 files changed, 80 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-04-11 22:28:37 UTC (rev 182639)
+++ extra-i686/PKGBUILD 2013-04-11 22:29:15 UTC (rev 182640)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Angel Velasquez <[email protected]> 
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: damir <[email protected]>
-# Contributor: Daniel Bainton <dpb [at] backarrow.org>
-
-pkgname=ncmpc
-pkgver=0.20
-pkgrel=2
-pkgdesc='Fully featured MPD client using ncurses'
-url='http://mpd.wikia.com/wiki/Client:Ncmpc'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python2: to enable lyrics plugin'
-            'ruby: to enable lyrics plugin')
-source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('da106de4b11a48eb2d63619da1316713f95cc9cb')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       sed -i 's#python#python2#' lyrics/30-leoslyrics.py
-       ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc \
-               --enable-lyrics-screen \
-               --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
-}

Copied: ncmpc/repos/extra-i686/PKGBUILD (from rev 182639, ncmpc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2013-04-11 22:29:15 UTC (rev 182640)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Angel Velasquez <[email protected]> 
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Daniel Bainton <dpb [at] backarrow.org>
+
+pkgname=ncmpc
+pkgver=0.21
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='http://www.musicpd.org/clients/ncmpc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'glib2' 'libmpdclient')
+optdepends=('python2: to enable lyrics plugin'
+            'ruby: to enable lyrics plugin')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5')
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       sed -e 's#python#python2#' -i lyrics/30-leoslyrics.py
+}
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --enable-lyrics-screen \
+               --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2013-04-11 22:28:37 UTC (rev 182639)
+++ extra-x86_64/PKGBUILD       2013-04-11 22:29:15 UTC (rev 182640)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Angel Velasquez <[email protected]> 
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: damir <[email protected]>
-# Contributor: Daniel Bainton <dpb [at] backarrow.org>
-
-pkgname=ncmpc
-pkgver=0.20
-pkgrel=2
-pkgdesc='Fully featured MPD client using ncurses'
-url='http://mpd.wikia.com/wiki/Client:Ncmpc'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python2: to enable lyrics plugin'
-            'ruby: to enable lyrics plugin')
-source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('da106de4b11a48eb2d63619da1316713f95cc9cb')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       sed -i 's#python#python2#' lyrics/30-leoslyrics.py
-       ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc \
-               --enable-lyrics-screen \
-               --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 182639, 
ncmpc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2013-04-11 22:29:15 UTC (rev 182640)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Angel Velasquez <[email protected]> 
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Daniel Bainton <dpb [at] backarrow.org>
+
+pkgname=ncmpc
+pkgver=0.21
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='http://www.musicpd.org/clients/ncmpc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'glib2' 'libmpdclient')
+optdepends=('python2: to enable lyrics plugin'
+            'ruby: to enable lyrics plugin')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5')
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       sed -e 's#python#python2#' -i lyrics/30-leoslyrics.py
+}
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --enable-lyrics-screen \
+               --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
+}

Reply via email to