Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions srcpkgs/ncmpcpp/patches/socket-inode.patch

This file was deleted.

20 changes: 10 additions & 10 deletions srcpkgs/ncmpcpp/template
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Template file for 'ncmpcpp'
pkgname=ncmpcpp
version=0.9.2
revision=11
version=0.10.1
revision=1
build_style=gnu-configure
configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
--enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"
hostmakedepends="pkg-config"
makedepends="boost-devel fftw-devel icu-devel libcurl-devel libmpdclient-devel
readline-devel taglib-devel"
configure_args=" --enable-clock --enable-outputs --enable-unicode
--enable-visualizer --with-curl --with-taglib --with-fftw"
hostmakedepends="automake libtool pkg-config"
makedepends="boost-devel fftw-devel icu-devel libcurl-devel libltdl-devel
libmpdclient-devel readline-devel taglib-devel"
short_desc="Ncurses mpd client inspired by ncmpc"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://rybczak.net/ncmpcpp"
distfiles="${homepage}/stable/ncmpcpp-${version}.tar.bz2"
checksum=faabf6157c8cb1b24a059af276e162fa9f9a3b9cd3810c43b9128860c9383a1b
distfiles="https://github.com/ncmpcpp/ncmpcpp/archive/refs/tags/${version}.tar.gz"
checksum=ddc89da86595d272282ae8726cc7913867b9517eec6e765e66e6da860b58e2f9

# Required by waddwstr() with ncurses on musl
CXXFLAGS="-D_XOPEN_SOURCE=600"

pre_configure() {
vsed -e '/^docdir/d' -i {,doc/}Makefile.in
autoreconf -fiv
}

post_install() {
Expand Down