diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-04-14 13:56:35 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-04-14 14:00:46 +0200 |
commit | 55e8c80ebdae9265c59cdf3a55df3ec7f58a84c3 (patch) | |
tree | fc6a3742f0a461e2019ed76742ce93cd7208dc0e /community/ncmpc/APKBUILD | |
parent | e3b2306d4645de4d1aeb54b9a450c11d1c46068b (diff) | |
download | aports-55e8c80ebdae9265c59cdf3a55df3ec7f58a84c3.tar.bz2 aports-55e8c80ebdae9265c59cdf3a55df3ec7f58a84c3.tar.xz |
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.
Diffstat (limited to 'community/ncmpc/APKBUILD')
-rw-r--r-- | community/ncmpc/APKBUILD | 7 |
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 |