aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ncmpc/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/ncmpc/APKBUILD b/community/ncmpc/APKBUILD
index 1ada9256e1..102ad142d2 100644
--- a/community/ncmpc/APKBUILD
+++ b/community/ncmpc/APKBUILD
@@ -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