mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
polybar: update to 3.4.1.
Upstream drops Python2 for Python3.
This commit is contained in:
parent
c54df105b3
commit
af2aa20f0d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'polybar'
|
# Template file for 'polybar'
|
||||||
pkgname=polybar
|
pkgname=polybar
|
||||||
version=3.4.0
|
version=3.4.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,7 @@ configure_args="
|
||||||
-DENABLE_NETWORK=$(vopt_if network ON OFF)
|
-DENABLE_NETWORK=$(vopt_if network ON OFF)
|
||||||
-DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF)
|
-DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF)
|
||||||
-DWITH_XCOMPOSITE=ON"
|
-DWITH_XCOMPOSITE=ON"
|
||||||
hostmakedepends="pkg-config xcb-proto python"
|
hostmakedepends="pkg-config xcb-proto python3"
|
||||||
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
|
zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel
|
||||||
$(vopt_if alsa "alsa-lib-devel")
|
$(vopt_if alsa "alsa-lib-devel")
|
||||||
|
@ -26,7 +26,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaagr/polybar"
|
homepage="https://github.com/jaagr/polybar"
|
||||||
distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
|
distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar"
|
||||||
checksum=69a098f22d7a72eb594030aff687801252b18520b097c12f5c7894a99c4bcd1b
|
checksum=9e37fa48a1027881f14546f2b4f6ace4c91d09a20a293685f845da9cbaedc4eb
|
||||||
|
|
||||||
build_options="alsa curl i3 mpd network pulseaudio"
|
build_options="alsa curl i3 mpd network pulseaudio"
|
||||||
build_options_default="$build_options"
|
build_options_default="$build_options"
|
||||||
|
|
Loading…
Add table
Reference in a new issue