[arch-commits] Commit in ncmpcpp/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon May 25 21:28:58 UTC 2015


    Date: Monday, May 25, 2015 @ 23:28:58
  Author: anthraxx
Revision: 134082

upgpkg: ncmpcpp 0.6.4-1

upgpkg: namcap 0.6.4-1

Modified:
  ncmpcpp/trunk/PKGBUILD

----------+
 PKGBUILD |   33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-25 21:17:27 UTC (rev 134081)
+++ PKGBUILD	2015-05-25 21:28:58 UTC (rev 134082)
@@ -1,30 +1,24 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# 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.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-        missing-include.patch)
-md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
-         '14fa33349661c8e6c2a323970ef1e98c')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
+sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
     --enable-clock \
     --enable-outputs \
@@ -34,12 +28,13 @@
     --with-fftw \
     --with-taglib
   make
+  make -C extras
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
 
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
-}
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list