From 1947ccc85be80caee79eeafca2bc01c9196cb1fc Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 5 Nov 2023 20:35:32 -0500 Subject: [PATCH] polybar: update to 3.7.0. --- srcpkgs/polybar/template | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index 41ccd797de0..2a785104b2b 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,32 +1,24 @@ # Template file for 'polybar' pkgname=polybar -version=3.6.3 -revision=2 +version=3.7.0 +revision=1 build_style=cmake -configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF - $(vopt_bool alsa ENABLE_ALSA) - $(vopt_bool curl ENABLE_CURL) - $(vopt_bool i3 ENABLE_I3) - $(vopt_bool mpd ENABLE_MPD) - $(vopt_bool network ENABLE_NETWORK) - $(vopt_bool pulseaudio ENABLE_PULSEAUDIO)" +configure_args="-DBUILD_DOC_HTML=OFF $(vopt_bool alsa ENABLE_ALSA) + $(vopt_bool curl ENABLE_CURL) $(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" 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 - xcb-proto - $(vopt_if alsa "alsa-lib-devel") - $(vopt_if curl "libcurl-devel") - $(vopt_if i3 "i3-devel jsoncpp-devel") - $(vopt_if mpd "libmpdclient-devel") - $(vopt_if network "libnl3-devel") - $(vopt_if pulseaudio "pulseaudio-devel")" + xcb-proto $(vopt_if alsa alsa-lib-devel) $(vopt_if curl libcurl-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" maintainer="classabbyamp " license="MIT" homepage="https://github.com/polybar/polybar" changelog="https://raw.githubusercontent.com/polybar/polybar/master/CHANGELOG.md" 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 make_check=no @@ -39,7 +31,5 @@ desc_option_mpd="Enable support for MPD" desc_option_network="Enable support for network" post_install() { - rm -r ${DESTDIR}/usr/share/doc/polybar - vsconf doc/config.ini vlicense LICENSE }