[arch-commits] Commit in ncmpcpp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Apr 11 20:27:03 UTC 2018


    Date: Wednesday, April 11, 2018 @ 20:27:00
  Author: anthraxx
Revision: 315777

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 20:26:58 UTC (rev 315776)
+++ PKGBUILD	2018-04-11 20:27:00 UTC (rev 315777)
@@ -1,44 +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.8.1
-pkgrel=4
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('2b1b615672910f6b55d4a3e1842f677b8c72659a86dca74d9c306612038d7b765f622e4b8948f14d8a3f4fa913d413d128ed8726f70d7a09cfe95d3c1fe87d15')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # http://site.icu-project.org/download/61#TOC-Migration-Issues
-  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-  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 -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-x86_64/PKGBUILD (from rev 315775, ncmpcpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-11 20:27:00 UTC (rev 315777)
@@ -0,0 +1,44 @@
+# 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.8.2
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  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 -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list