ncmpc: enable lyrics screen

This commit is contained in:
Karel Balej 2023-01-11 12:10:57 +01:00 committed by Michal Vasilek
parent 9dc520b2e8
commit f5c9b13d45

View file

@ -1,11 +1,13 @@
# Template file for 'ncmpc'
pkgname=ncmpc
version=0.47
revision=1
revision=2
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"
makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
depends="python3-html5lib python3-requests python3-BeautifulSoup4"
short_desc="Ncurses-based mpd client"
maintainer="ologantr <mrphyber@protonmail.com>"
license="GPL-2.0-or-later"