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

David Runge dvzrv at gemini.archlinux.org
Sat Feb 19 10:56:52 UTC 2022


    Date: Saturday, February 19, 2022 @ 10:56:52
  Author: dvzrv
Revision: 437740

archrelease: copy trunk to testing-x86_64

Added:
  ncmpc/repos/testing-x86_64/
  ncmpc/repos/testing-x86_64/PKGBUILD
    (from rev 437739, ncmpc/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: ncmpc/repos/testing-x86_64/PKGBUILD (from rev 437739, ncmpc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-02-19 10:56:52 UTC (rev 437740)
@@ -0,0 +1,35 @@
+# 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.46
+pkgrel=2
+pkgdesc="Fully featured MPD client which runs in a terminal"
+arch=(x86_64)
+url=https://www.musicpd.org/clients/ncmpc/
+license=(GPL2)
+depends=(gcc-libs glibc lirc pcre2)
+makedepends=(boost libmpdclient meson ncurses python-sphinx)
+optdepends=('python-requests: for lyrics script')
+options=(debug)
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('34cbb9ff527bfa4d849069694b6d1a1e54c932b64538e799c9ef9b9ccc42ed24932b6bcbf3552af6ce846af6b7399916e1aabc6c79ac564f1c9fe56a33b6332f'
+            'SKIP')
+b2sums=('e57a931f5a512c543d48a9b6e532c7944e655d28d02fe9ec2b5b41563e2e6a5806924a668ae592f3fee58a2bb04a681fee0903b8046a61ce39a453092dfd8623'
+        'SKIP')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max at blarg.de>
+
+build() {
+  arch-meson -D lyrics_screen=true -D chat_screen=true build $pkgname-$pkgver
+  ninja -C build
+}
+
+package() {
+  depends+=(libmpdclient.so libncursesw.so)
+
+  DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list