Date: Friday, June 27, 2014 @ 14:04:47
  Author: bisson
Revision: 215504

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-27 12:03:24 UTC (rev 215503)
+++ extra-i686/PKGBUILD 2014-06-27 12:04:47 UTC (rev 215504)
@@ -1,40 +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.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
-}

Copied: ncmpc/repos/extra-i686/PKGBUILD (from rev 215503, ncmpc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2014-06-27 12:04:47 UTC (rev 215504)
@@ -0,0 +1,43 @@
+# $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.22
+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.xz";
+        
"po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1")
+makedepends=('git')
+sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4'
+          'SKIP')
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       cp -a ../po/po/*.po po
+}
+
+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       2014-06-27 12:03:24 UTC (rev 215503)
+++ extra-x86_64/PKGBUILD       2014-06-27 12:04:47 UTC (rev 215504)
@@ -1,40 +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.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
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 215503, 
ncmpc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2014-06-27 12:04:47 UTC (rev 215504)
@@ -0,0 +1,43 @@
+# $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.22
+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.xz";
+        
"po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1")
+makedepends=('git')
+sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4'
+          'SKIP')
+
+prepare() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       cp -a ../po/po/*.po po
+}
+
+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