From c565c22b7946624752a6494e82a23f76d88011f6 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Wed, 23 Dec 2020 12:27:35 -0500 Subject: [PATCH] polybar: update to 3.5.3. Add python3-Sphinx to hostmakedepends to build documentation. --- srcpkgs/polybar/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index 1e90820de7b319..a5e685ca6658fd 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,6 +1,6 @@ # Template file for 'polybar' pkgname=polybar -version=3.5.2 +version=3.5.3 revision=1 build_style=cmake configure_args=" @@ -11,7 +11,7 @@ configure_args=" -DENABLE_NETWORK=$(vopt_if network ON OFF) -DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF) -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 zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel $(vopt_if alsa "alsa-lib-devel") @@ -25,7 +25,7 @@ maintainer="Michael Carlberg " license="MIT" homepage="https://github.com/jaagr/polybar" 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_default="$build_options" @@ -51,5 +51,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then fi post_install() { + rm -rf ${DESTDIR}/usr/share/doc/polybar vlicense LICENSE }