mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
ncmpc: update to 0.32.
This commit is contained in:
parent
78e8335c95
commit
06a855fff8
2 changed files with 3 additions and 18 deletions
|
@ -1,15 +0,0 @@
|
||||||
We don't include ncursesw.h header file, so use ncurses.h instead.
|
|
||||||
|
|
||||||
--- ./meson.build 2017-09-23 10:57:09.288877085 -0400
|
|
||||||
+++ ./meson.build 2017-09-23 10:58:40.263583716 -0400
|
|
||||||
@@ -83,6 +83,10 @@
|
|
||||||
conf.set('HAVE_NCURSESW_CURSES_H', true)
|
|
||||||
elif cc.has_header('ncursesw.h', dependencies: curses_dep)
|
|
||||||
conf.set('HAVE_NCURSESW_H', true)
|
|
||||||
+ elif cc.has_header('ncurses/curses.h', dependencies: curses_dep)
|
|
||||||
+ conf.set('HAVE_NCURSES_CURSES_H', true)
|
|
||||||
+ elif cc.has_header('ncurses.h', dependencies: curses_dep)
|
|
||||||
+ conf.set('HAVE_NCURSES_H', true)
|
|
||||||
else
|
|
||||||
error('No ncursesw header found')
|
|
||||||
endif
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ncmpc'
|
# Template file for 'ncmpc'
|
||||||
pkgname=ncmpc
|
pkgname=ncmpc
|
||||||
version=0.31
|
version=0.32
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="glib-devel libmpdclient-devel ncurses-devel"
|
makedepends="boost-devel libmpdclient-devel ncurses-devel pcre-devel"
|
||||||
short_desc="Ncurses-based mpd client"
|
short_desc="Ncurses-based mpd client"
|
||||||
maintainer="Getty Ritter <gettyritter@gmail.com>"
|
maintainer="Getty Ritter <gettyritter@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.musicpd.org/clients/ncmpc/"
|
homepage="https://www.musicpd.org/clients/ncmpc/"
|
||||||
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
|
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
|
||||||
checksum=8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc
|
checksum=085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/examples/ncmpc
|
vmkdir usr/share/examples/ncmpc
|
||||||
|
|
Loading…
Add table
Reference in a new issue