From 3a27cb5e62eacfe3ed9d036f59ba3c98b93af7df Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Mon, 14 Dec 2020 08:51:56 -0500 Subject: [PATCH] polybar: update to 3.5.2. Remove unneeded post_extract (tested cross-build). --- srcpkgs/polybar/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index 0854ced0eb0..1e90820de7b 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,6 +1,6 @@ # Template file for 'polybar' pkgname=polybar -version=3.5.1 +version=3.5.2 revision=1 build_style=cmake configure_args=" @@ -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=d342fdb1d37a475f3460e00e82445a3f7be812961fec6e455b33277af3cda719 +checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110 build_options="alsa curl i3 mpd network pulseaudio" build_options_default="$build_options" @@ -50,11 +50,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES='-latomic'" fi -post_extract() { - # Fixes compilation with musl - sed -i 's|strncpy(header->magic, g_i3_ipc_magic.c_str(),|memcpy(header->magic, g_i3_ipc_magic.c_str(),|g' lib/i3ipcpp/src/ipc-util.cpp -} - post_install() { vlicense LICENSE }