mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/ncmpc: depend on py-sphinx to build the man page
Remove the HTML documentation though because I don't believe that this is useful at all for this kind of program.
This commit is contained in:
parent
e3b2306d46
commit
55e8c80ebd
@ -3,12 +3,12 @@
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=ncmpc
|
||||
pkgver=0.30
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Ncurses client for the Music Player Daemon (MPD)"
|
||||
url="https://www.musicpd.org/clients/ncmpc"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="glib-dev libmpdclient-dev meson ncurses-dev"
|
||||
makedepends="glib-dev libmpdclient-dev meson ncurses-dev py-sphinx"
|
||||
subpackages="$pkgname-doc $pkgname-lang $pkgname-dbg"
|
||||
source="http://www.musicpd.org/download/$pkgname/0/$pkgname-$pkgver.tar.xz
|
||||
0001-Fix-blank-progressbar-when-colors-are-not-in-use.patch"
|
||||
@ -41,6 +41,9 @@ package() {
|
||||
mkdir -p "$pkgdir"/usr/share/$pkgname/lyrics
|
||||
install -m755 lyrics/* \
|
||||
"$pkgdir"/usr/share/$pkgname/lyrics
|
||||
|
||||
# Remove HTML documentation
|
||||
rm -rf "$pkgdir"/usr/share/doc/$pkgname/html
|
||||
}
|
||||
|
||||
sha512sums="bc92c51c78f7919eb6b5cebaac8bda1231701fd9011fcadd6da8bbc5cc16e5dbe30d33d6e2f7d4cc07399299bcd3de572c9516f90d0376212771fd2c3af8afc7 ncmpc-0.30.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user