polybar: mark conf file
This commit is contained in:
parent
3582f7da6e
commit
2ff9113099
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'polybar'
|
||||
pkgname=polybar
|
||||
version=3.7.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_DOC_HTML=OFF $(vopt_bool alsa ENABLE_ALSA)
|
||||
$(vopt_bool curl ENABLE_CURL) $(vopt_bool i3 ENABLE_I3) $(vopt_bool mpd ENABLE_MPD)
|
||||
|
@ -21,6 +21,7 @@ distfiles="https://github.com/polybar/polybar/releases/download/${version}/polyb
|
|||
checksum=e2feacbd02e7c94baed7f50b13bcbf307d95df0325c3ecae443289ba5b56af29
|
||||
# tries to download and build unstable/unreleased googletest during configure
|
||||
make_check=no
|
||||
conf_files="/etc/polybar/config.ini"
|
||||
|
||||
build_options="alsa curl i3 mpd network pulseaudio"
|
||||
build_options_default="$build_options"
|
||||
|
|
Loading…
Reference in New Issue