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

David Runge dvzrv at archlinux.org
Tue Feb 2 15:05:11 UTC 2021


    Date: Tuesday, February 2, 2021 @ 15:05:11
  Author: dvzrv
Revision: 407067

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 15:04:57 UTC (rev 407066)
+++ PKGBUILD	2021-02-02 15:05:11 UTC (rev 407067)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: 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.43
-pkgrel=1
-pkgdesc="Fully featured MPD client which runs in a terminal"
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
-makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('2e33765a312e41766a1ce66b89bd1241c3e33bb04cb265296363c30f30ef97780d714638fa53e0a5be95177ed9228e6fc1f8be19aea1993a298f72bf72fbcf1f'
-            'SKIP')
-b2sums=('4f0d0dc5035b9bc6f7bfb94a54fb193aaa45e8b000061857a137e00f341d3ad55a96f0e25fd01cbdda5cb7b4f69bbd6104bd3d491f60bd8401ec892b78ef88ae'
-        'SKIP')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max at blarg.de>
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  meson --prefix /usr \
-        --libexecdir lib \
-        --sbindir bin \
-        --buildtype plain \
-        --auto-features enabled \
-        --wrap-mode nodownload \
-        -D b_lto=true \
-        -D b_pie=true \
-        -D lyrics_screen=true \
-        -D chat_screen=true \
-        build
-  ninja -C build
-}
-
-package() {
-  depends+=('libmpdclient.so' 'libncursesw.so')
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 407066, ncmpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-02 15:05:11 UTC (rev 407067)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: 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.44
+pkgrel=1
+pkgdesc="Fully featured MPD client which runs in a terminal"
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
+makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('f47dbf9c67c2f83d69f8434f864f37fb2dda8548a328007ba9fead9270c3531c0f17980850c21c98c80f661dcd5e5bbaaeba1d12da60c722be24774a87b9660d'
+            'SKIP')
+b2sums=('37e41046a312a2ebb1b753f5975e05b37896477bc83b09744b1d1540adf68fec5ccc7a337633afc7728b5b5a6a0404a6fd602dde7729ac712f26a13069ea4335'
+        'SKIP')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max at blarg.de>
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  meson --prefix /usr \
+        --libexecdir lib \
+        --sbindir bin \
+        --buildtype plain \
+        --auto-features enabled \
+        --wrap-mode nodownload \
+        -D b_lto=true \
+        -D b_pie=true \
+        -D lyrics_screen=true \
+        -D chat_screen=true \
+        build
+  ninja -C build
+}
+
+package() {
+  depends+=('libmpdclient.so' 'libncursesw.so')
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list