mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ncmpcpp: update to 0.7. Close #3040
This commit is contained in:
parent
c37b34cbcb
commit
5cd2bc2050
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'ncmpcpp'
|
# Template file for 'ncmpcpp'
|
||||||
pkgname=ncmpcpp
|
pkgname=ncmpcpp
|
||||||
version=0.6.8
|
version=0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode
|
BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode
|
||||||
--enable-visualizer --with-curl --with-taglib --with-fftw"
|
--enable-visualizer --with-curl --with-taglib --with-fftw"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel ncurses-devel readline-devel libmpdclient-devel
|
makedepends="boost-devel readline-devel libmpdclient-devel
|
||||||
libcurl-devel taglib-devel fftw-devel"
|
libcurl-devel taglib-devel fftw-devel icu55-devel"
|
||||||
short_desc="Ncurses mpd client inspired by ncmpc"
|
short_desc="Ncurses mpd client inspired by ncmpc"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://ncmpcpp.rybczak.net/"
|
homepage="http://ncmpcpp.rybczak.net/"
|
||||||
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
||||||
checksum=ee81f3fdb2a4b670b5e2617f6489f154e69a552e68fc550b1e20ad85f526e692
|
checksum=50924ff0502c9b90ce1b679638769122defd03bc85eb8a95924c62c8d303ff77
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/^docdir/d' {,doc/}Makefile.in
|
sed -i '/^docdir/d' {,doc/}Makefile.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue