mpc: update to 0.29.

This commit is contained in:
maxice8 2018-02-11 14:26:01 -02:00 committed by Toyam Cox
parent 7aac4cfd6e
commit 8589872695
1 changed files with 7 additions and 5 deletions

View File

@ -1,17 +1,19 @@
# Template file for 'mpc'
pkgname=mpc
version=0.28
version=0.29
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
build_style=meson
hostmakedepends="pkg-config python3-Sphinx"
makedepends="libmpdclient-devel"
short_desc="Minimalist command line interface to MPD"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://www.musicpd.org/clients/mpc/"
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
checksum=a4337d06c85dc81a638821d30fce8a137a58d13d510be34a11c1cce95cabc547
checksum=02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3
post_install() {
vinstall doc/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
vinstall contrib/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
# Manpages installed on wrong path
mv "${DESTDIR}"/usr/share/man/man1/man/mpc.1 "${DESTDIR}"/usr/share/man/man1/mpc.1
}