mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ncmpc: enable lyrics screen
This commit is contained in:
parent
9dc520b2e8
commit
f5c9b13d45
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'ncmpc'
|
# Template file for 'ncmpc'
|
||||||
pkgname=ncmpc
|
pkgname=ncmpc
|
||||||
version=0.47
|
version=0.47
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dlirc=disabled -Dhtml_manual=false"
|
configure_args="-Dlirc=disabled -Dhtml_manual=false
|
||||||
|
-Dlyrics_screen=true -Dlyrics_plugin_dir=/usr/libexec/ncmpc/lyrics"
|
||||||
hostmakedepends="pkg-config python3-Sphinx gettext"
|
hostmakedepends="pkg-config python3-Sphinx gettext"
|
||||||
makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
|
makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
|
||||||
|
depends="python3-html5lib python3-requests python3-BeautifulSoup4"
|
||||||
short_desc="Ncurses-based mpd client"
|
short_desc="Ncurses-based mpd client"
|
||||||
maintainer="ologantr <mrphyber@protonmail.com>"
|
maintainer="ologantr <mrphyber@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue