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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 18:25:14 UTC 2015


    Date: Sunday, September 6, 2015 @ 20:25:14
  Author: foutrelis
Revision: 245390

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

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

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: ncmpc/repos/staging-i686/PKGBUILD (from rev 245389, ncmpc/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-09-06 18:25:14 UTC (rev 245390)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: 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.24
+pkgrel=2
+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")
+sha1sums=('4fe581299aa1b2efdce3018b734f6cfc283bea07')
+
+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/staging-x86_64/PKGBUILD (from rev 245389, ncmpc/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-09-06 18:25:14 UTC (rev 245390)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: 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.24
+pkgrel=2
+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")
+sha1sums=('4fe581299aa1b2efdce3018b734f6cfc283bea07')
+
+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
+}



More information about the arch-commits mailing list