[arch-commits] Commit in ncmpc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Fri Apr 12 17:27:41 UTC 2019


    Date: Friday, April 12, 2019 @ 17:27:40
  Author: bisson
Revision: 350618

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
    (from rev 350617, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 17:27:05 UTC (rev 350617)
+++ PKGBUILD	2019-04-12 17:27:40 UTC (rev 350618)
@@ -1,37 +0,0 @@
-# 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.33
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
-optdepends=('python2: to enable lyrics plugin'
-            'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx' 'boost')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
-            'SKIP')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed "s/curses == 'ncursesw'/false/g" -i meson.build
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	arch-meson . build -Dlyrics_screen=true --mandir /usr/share
-	ninja -C build
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 350617, ncmpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-12 17:27:40 UTC (rev 350618)
@@ -0,0 +1,37 @@
+# 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.34
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
+optdepends=('python2: to enable lyrics plugin'
+            'ruby: to enable lyrics plugin')
+makedepends=('meson' 'python-sphinx' 'boost')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('14c5b1dc78e83fa838fb049db76c00706686c98991600a87d2c57ec2b6c9e857'
+            'SKIP')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed "s/curses == 'ncursesw'/false/g" -i meson.build
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	arch-meson . build -Dlyrics_screen=true
+	ninja -C build
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list