Date: Sunday, March 3, 2013 @ 08:52:15
  Author: bisson
Revision: 179083

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

Added:
  ncmpc/repos/staging-i686/
  ncmpc/repos/staging-i686/PKGBUILD
    (from rev 179082, ncmpc/trunk/PKGBUILD)
  ncmpc/repos/staging-x86_64/
  ncmpc/repos/staging-x86_64/PKGBUILD
    (from rev 179082, ncmpc/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: ncmpc/repos/staging-i686/PKGBUILD (from rev 179082, 
ncmpc/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-03-03 07:52:15 UTC (rev 179083)
@@ -0,0 +1,36 @@
+# $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/staging-x86_64/PKGBUILD (from rev 179082, 
ncmpc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-03-03 07:52:15 UTC (rev 179083)
@@ -0,0 +1,36 @@
+# $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
+}

Reply via email to