[arch-commits] Commit in ncmpcpp/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Dec 1 11:32:10 UTC 2013


    Date: Sunday, December 1, 2013 @ 12:32:10
  Author: bpiotrowski
Revision: 101796

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
    (from rev 101795, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/ncmpcpp.install
    (from rev 101795, ncmpcpp/trunk/ncmpcpp.install)
  ncmpcpp/repos/community-x86_64/PKGBUILD
    (from rev 101795, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/ncmpcpp.install
    (from rev 101795, ncmpcpp/trunk/ncmpcpp.install)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/ncmpcpp.install
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/ncmpcpp.install

----------------------------------+
 /PKGBUILD                        |   76 +++++++++++++++++++++++++++++++++++++
 /ncmpcpp.install                 |   38 ++++++++++++++++++
 community-i686/PKGBUILD          |   38 ------------------
 community-i686/ncmpcpp.install   |   19 ---------
 community-x86_64/PKGBUILD        |   38 ------------------
 community-x86_64/ncmpcpp.install |   19 ---------
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-12-01 11:31:56 UTC (rev 101795)
+++ community-i686/PKGBUILD	2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: graysky <graysky AT archlinux DOT us>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
-
-pkgname=ncmpcpp
-pkgver=0.5.10
-pkgrel=4
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
-install=ncmpcpp.install
-source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('298ed66325bcfe358e37e186c7ea4861')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr    \
-              --enable-clock   \
-              --enable-outputs \
-              --enable-unicode \
-              --enable-visualizer \
-              --with-curl      \
-              --with-fftw      \
-              --with-taglib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras/
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 101795, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: graysky <graysky AT archlinux DOT us>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
+
+pkgname=ncmpcpp
+pkgver=0.5.10
+pkgrel=5
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
+install=ncmpcpp.install
+source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('298ed66325bcfe358e37e186c7ea4861')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-clock \
+    --enable-outputs \
+    --enable-unicode \
+    --enable-visualizer \
+    --with-curl \
+    --with-fftw \
+    --with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
+}

Deleted: community-i686/ncmpcpp.install
===================================================================
--- community-i686/ncmpcpp.install	2013-12-01 11:31:56 UTC (rev 101795)
+++ community-i686/ncmpcpp.install	2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,19 +0,0 @@
-pre_install() {
-	/bin/true
-}
-post_install() {
-	echo "Example configuration files can be found in"
-	echo "/usr/share/doc/ncmpcpp"
-}
-pre_upgrade() {
-	/bin/true
-}
-post_upgrade() {
-	/bin/true
-}
-pre_remove() {
-	/bin/true
-}
-post_remove() {
-	/bin/true
-}

Copied: ncmpcpp/repos/community-i686/ncmpcpp.install (from rev 101795, ncmpcpp/trunk/ncmpcpp.install)
===================================================================
--- community-i686/ncmpcpp.install	                        (rev 0)
+++ community-i686/ncmpcpp.install	2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,19 @@
+pre_install() {
+	/bin/true
+}
+post_install() {
+	echo "Example configuration files can be found in"
+	echo "/usr/share/doc/ncmpcpp"
+}
+pre_upgrade() {
+	/bin/true
+}
+post_upgrade() {
+	/bin/true
+}
+pre_remove() {
+	/bin/true
+}
+post_remove() {
+	/bin/true
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-12-01 11:31:56 UTC (rev 101795)
+++ community-x86_64/PKGBUILD	2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: graysky <graysky AT archlinux DOT us>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
-
-pkgname=ncmpcpp
-pkgver=0.5.10
-pkgrel=4
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
-install=ncmpcpp.install
-source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('298ed66325bcfe358e37e186c7ea4861')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr    \
-              --enable-clock   \
-              --enable-outputs \
-              --enable-unicode \
-              --enable-visualizer \
-              --with-curl      \
-              --with-fftw      \
-              --with-taglib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras/
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-x86_64/PKGBUILD (from rev 101795, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: graysky <graysky AT archlinux DOT us>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
+
+pkgname=ncmpcpp
+pkgver=0.5.10
+pkgrel=5
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
+install=ncmpcpp.install
+source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('298ed66325bcfe358e37e186c7ea4861')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-clock \
+    --enable-outputs \
+    --enable-unicode \
+    --enable-visualizer \
+    --with-curl \
+    --with-fftw \
+    --with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
+}

Deleted: community-x86_64/ncmpcpp.install
===================================================================
--- community-x86_64/ncmpcpp.install	2013-12-01 11:31:56 UTC (rev 101795)
+++ community-x86_64/ncmpcpp.install	2013-12-01 11:32:10 UTC (rev 101796)
@@ -1,19 +0,0 @@
-pre_install() {
-	/bin/true
-}
-post_install() {
-	echo "Example configuration files can be found in"
-	echo "/usr/share/doc/ncmpcpp"
-}
-pre_upgrade() {
-	/bin/true
-}
-post_upgrade() {
-	/bin/true
-}
-pre_remove() {
-	/bin/true
-}
-post_remove() {
-	/bin/true
-}

Copied: ncmpcpp/repos/community-x86_64/ncmpcpp.install (from rev 101795, ncmpcpp/trunk/ncmpcpp.install)
===================================================================
--- community-x86_64/ncmpcpp.install	                        (rev 0)
+++ community-x86_64/ncmpcpp.install	2013-12-01 11:32:10 UTC (rev 101796)
@@ -0,0 +1,19 @@
+pre_install() {
+	/bin/true
+}
+post_install() {
+	echo "Example configuration files can be found in"
+	echo "/usr/share/doc/ncmpcpp"
+}
+pre_upgrade() {
+	/bin/true
+}
+post_upgrade() {
+	/bin/true
+}
+pre_remove() {
+	/bin/true
+}
+post_remove() {
+	/bin/true
+}




More information about the arch-commits mailing list