polybar: update to 3.5.3.
Add python3-Sphinx to hostmakedepends to build documentation.
This commit is contained in:
parent
9897785086
commit
0cc888d14b
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'polybar'
|
# Template file for 'polybar'
|
||||||
pkgname=polybar
|
pkgname=polybar
|
||||||
version=3.5.2
|
version=3.5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -11,7 +11,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 python3"
|
hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx"
|
||||||
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")
|
||||||
|
@ -25,7 +25,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.gz"
|
distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
|
||||||
checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110
|
checksum=d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680
|
||||||
|
|
||||||
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"
|
||||||
|
@ -51,5 +51,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/doc/polybar
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue