mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
polybar: update to 3.7.0.
This commit is contained in:
parent
84fcba09de
commit
1947ccc85b
1 changed files with 9 additions and 19 deletions
|
@ -1,32 +1,24 @@
|
||||||
# Template file for 'polybar'
|
# Template file for 'polybar'
|
||||||
pkgname=polybar
|
pkgname=polybar
|
||||||
version=3.6.3
|
version=3.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
|
configure_args="-DBUILD_DOC_HTML=OFF $(vopt_bool alsa ENABLE_ALSA)
|
||||||
$(vopt_bool alsa ENABLE_ALSA)
|
$(vopt_bool curl ENABLE_CURL) $(vopt_bool i3 ENABLE_I3) $(vopt_bool mpd ENABLE_MPD)
|
||||||
$(vopt_bool curl ENABLE_CURL)
|
$(vopt_bool network ENABLE_NETWORK) $(vopt_bool pulseaudio ENABLE_PULSEAUDIO)"
|
||||||
$(vopt_bool i3 ENABLE_I3)
|
|
||||||
$(vopt_bool mpd ENABLE_MPD)
|
|
||||||
$(vopt_bool network ENABLE_NETWORK)
|
|
||||||
$(vopt_bool pulseaudio ENABLE_PULSEAUDIO)"
|
|
||||||
hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx python3-packaging"
|
hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx python3-packaging"
|
||||||
makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
|
makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
|
||||||
zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel libuv-devel
|
zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel libuv-devel
|
||||||
xcb-proto
|
xcb-proto $(vopt_if alsa alsa-lib-devel) $(vopt_if curl libcurl-devel)
|
||||||
$(vopt_if alsa "alsa-lib-devel")
|
$(vopt_if i3 'i3-devel jsoncpp-devel') $(vopt_if mpd libmpdclient-devel)
|
||||||
$(vopt_if curl "libcurl-devel")
|
$(vopt_if network libnl3-devel) $(vopt_if pulseaudio pulseaudio-devel)"
|
||||||
$(vopt_if i3 "i3-devel jsoncpp-devel")
|
|
||||||
$(vopt_if mpd "libmpdclient-devel")
|
|
||||||
$(vopt_if network "libnl3-devel")
|
|
||||||
$(vopt_if pulseaudio "pulseaudio-devel")"
|
|
||||||
short_desc="Fast and easy-to-use status bar"
|
short_desc="Fast and easy-to-use status bar"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/polybar/polybar"
|
homepage="https://github.com/polybar/polybar"
|
||||||
changelog="https://raw.githubusercontent.com/polybar/polybar/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/polybar/polybar/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/polybar/polybar/releases/download/${version}/polybar-${version}.tar.gz"
|
distfiles="https://github.com/polybar/polybar/releases/download/${version}/polybar-${version}.tar.gz"
|
||||||
checksum=f25758573567208fc7b6f4d4115a6117a87389cbcc094cf605d079775be95fa5
|
checksum=b8e07aca94a013341b7d47ee548afe84f519113f202300565d4852885a11e91d
|
||||||
# tries to download and build unstable/unreleased googletest during configure
|
# tries to download and build unstable/unreleased googletest during configure
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
@ -39,7 +31,5 @@ desc_option_mpd="Enable support for MPD"
|
||||||
desc_option_network="Enable support for network"
|
desc_option_network="Enable support for network"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share/doc/polybar
|
|
||||||
vsconf doc/config.ini
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue