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

Levente Polyak anthraxx at archlinux.org
Sun Nov 22 19:43:26 UTC 2015


    Date: Sunday, November 22, 2015 @ 20:43:26
  Author: anthraxx
Revision: 147397

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

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

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-22 19:43:16 UTC (rev 147396)
+++ community-i686/PKGBUILD	2015-11-22 19:43:26 UTC (rev 147397)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# 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.6.8
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
-    --enable-clock \
-    --enable-outputs \
-    --enable-unicode \
-    --enable-visualizer \
-    --with-curl \
-    --with-fftw \
-    --with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 147396, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-22 19:43:26 UTC (rev 147397)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# 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.6.8
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+    --enable-clock \
+    --enable-outputs \
+    --enable-unicode \
+    --enable-visualizer \
+    --with-curl \
+    --with-fftw \
+    --with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-22 19:43:16 UTC (rev 147396)
+++ community-x86_64/PKGBUILD	2015-11-22 19:43:26 UTC (rev 147397)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# 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.6.8
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
-    --enable-clock \
-    --enable-outputs \
-    --enable-unicode \
-    --enable-visualizer \
-    --with-curl \
-    --with-fftw \
-    --with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-x86_64/PKGBUILD (from rev 147396, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-22 19:43:26 UTC (rev 147397)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# 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.6.8
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+    --enable-clock \
+    --enable-outputs \
+    --enable-unicode \
+    --enable-visualizer \
+    --with-curl \
+    --with-fftw \
+    --with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list