diff --git a/srcpkgs/mpc/template b/srcpkgs/mpc/template index 18b3821fa75..64e11488f1d 100644 --- a/srcpkgs/mpc/template +++ b/srcpkgs/mpc/template @@ -1,19 +1,19 @@ # Template file for 'mpc' pkgname=mpc -version=0.29 +version=0.30 revision=1 build_style=meson -hostmakedepends="pkg-config python3-Sphinx" -makedepends="libmpdclient-devel" +configure_args="-Dtest=true" +hostmakedepends="pkg-config" +makedepends="libmpdclient-devel check-devel" short_desc="Minimalist command line interface to MPD" maintainer="Juan RP " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://www.musicpd.org/clients/mpc/" +#changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/master/NEWS" distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz" -checksum=02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3 +checksum=65fc5b0a8430efe9acbe6e261127960682764b20ab994676371bdc797d867fce post_install() { 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 }