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

David Runge dvzrv at archlinux.org
Wed Jan 27 16:45:19 UTC 2021


    Date: Wednesday, January 27, 2021 @ 16:45:19
  Author: dvzrv
Revision: 406825

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-27 16:45:12 UTC (rev 406824)
+++ PKGBUILD	2021-01-27 16:45:19 UTC (rev 406825)
@@ -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.42
-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=('fc232d501bea68d7a382eda7f532f62189233c49071f083dbc4f2fc188015c58dd247e84e998aef121f204059801cf09b0a2f1214deea785abea343217ce5798'
-            'SKIP')
-b2sums=('27e667d234bed1bfaf6a457748584f9d0a47edd5044e9e24039f7b1f4196dc9baec2b722387d20e9acb7c8127c5faa7df321bac64699c6541bb96ce22b8bc6cd'
-        '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 406824, ncmpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-27 16:45:19 UTC (rev 406825)
@@ -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.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
+}



More information about the arch-commits mailing list