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

Angel Velásquez angvp at archlinux.org
Tue Feb 21 01:22:44 UTC 2012


    Date: Monday, February 20, 2012 @ 20:22:44
  Author: angvp
Revision: 150715

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-21 01:21:48 UTC (rev 150714)
+++ extra-i686/PKGBUILD	2012-02-21 01:22:44 UTC (rev 150715)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Daniel Bainton <dpb [at] backarrow.org>
-
-pkgname=ncmpc
-pkgver=0.19
-pkgrel=1
-pkgdesc="A ncurses (command line) interface for MPD"
-arch=("i686" "x86_64")
-url="http://mpd.wikia.com/wiki/Client:Ncmpc"
-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")
-md5sums=('d298ad1313ef3a522ef03367f8a1ffc0')
-
-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
-
-  install -d ${pkgdir}/usr/share/ncmpc/lyrics
-  install -m755 lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
-    ${pkgdir}/usr/share/ncmpc/lyrics
-}

Copied: ncmpc/repos/extra-i686/PKGBUILD (from rev 150714, ncmpc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-21 01:22:44 UTC (rev 150715)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Daniel Bainton <dpb [at] backarrow.org>
+
+pkgname=ncmpc
+pkgver=0.20
+pkgrel=1
+pkgdesc="A ncurses (command line) interface for MPD"
+arch=("i686" "x86_64")
+url="http://mpd.wikia.com/wiki/Client:Ncmpc"
+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")
+md5sums=('62b9df0263d9567babf7446c258acc5d')
+
+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
+
+  install -d ${pkgdir}/usr/share/ncmpc/lyrics
+  install -m755 lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
+    ${pkgdir}/usr/share/ncmpc/lyrics
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-21 01:21:48 UTC (rev 150714)
+++ extra-x86_64/PKGBUILD	2012-02-21 01:22:44 UTC (rev 150715)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Daniel Bainton <dpb [at] backarrow.org>
-
-pkgname=ncmpc
-pkgver=0.19
-pkgrel=1
-pkgdesc="A ncurses (command line) interface for MPD"
-arch=("i686" "x86_64")
-url="http://mpd.wikia.com/wiki/Client:Ncmpc"
-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")
-md5sums=('d298ad1313ef3a522ef03367f8a1ffc0')
-
-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
-
-  install -d ${pkgdir}/usr/share/ncmpc/lyrics
-  install -m755 lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
-    ${pkgdir}/usr/share/ncmpc/lyrics
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 150714, ncmpc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-21 01:22:44 UTC (rev 150715)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Daniel Bainton <dpb [at] backarrow.org>
+
+pkgname=ncmpc
+pkgver=0.20
+pkgrel=1
+pkgdesc="A ncurses (command line) interface for MPD"
+arch=("i686" "x86_64")
+url="http://mpd.wikia.com/wiki/Client:Ncmpc"
+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")
+md5sums=('62b9df0263d9567babf7446c258acc5d')
+
+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
+
+  install -d ${pkgdir}/usr/share/ncmpc/lyrics
+  install -m755 lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
+    ${pkgdir}/usr/share/ncmpc/lyrics
+}




More information about the arch-commits mailing list