polybar: update to 3.4.0.
This commit is contained in:
parent
222c8a7007
commit
2e1214a02c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'polybar'
|
||||
pkgname=polybar
|
||||
version=3.3.1
|
||||
version=3.4.0
|
||||
revision=1
|
||||
wrksrc="$pkgname"
|
||||
build_style=cmake
|
||||
|
@ -11,7 +11,6 @@ configure_args="
|
|||
-DENABLE_MPD=$(vopt_if mpd ON OFF)
|
||||
-DENABLE_NETWORK=$(vopt_if network ON OFF)
|
||||
-DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF)
|
||||
-DWITH_XRENDER=OFF -DWITH_XDAMAGE=ON -DWITH_XSYNC=ON
|
||||
-DWITH_XCOMPOSITE=ON"
|
||||
hostmakedepends="pkg-config xcb-proto python"
|
||||
makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
|
||||
|
@ -27,7 +26,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/jaagr/polybar"
|
||||
distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
|
||||
checksum=b0982a729f99f658d77969fd582d074843a57982b5e7c6b2b6efee5480b2a81c
|
||||
checksum=69a098f22d7a72eb594030aff687801252b18520b097c12f5c7894a99c4bcd1b
|
||||
|
||||
build_options="alsa curl i3 mpd network pulseaudio"
|
||||
build_options_default="$build_options"
|
||||
|
|
Loading…
Reference in New Issue