From de843aa197b587ad45fb476178c6d4b74275c477 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 1 Nov 2021 10:30:31 +0100 Subject: [PATCH] xfce4-screenshooter: update 1.9.5 to 1.9.9 fix via update: ``` (process:12410): xfce4-panel-wrapper-CRITICAL **: 09:58:10.099: Wrapper screenshooter-7: Failed to open plugin module "/usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so": /usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so: undefined symbol: xfce_create_panel_button. ``` --- xfce4-screenshooter.be0 | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/xfce4-screenshooter.be0 b/xfce4-screenshooter.be0 index a503d4c53..966895f09 100755 --- a/xfce4-screenshooter.be0 +++ b/xfce4-screenshooter.be0 @@ -1,26 +1,22 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-screenshooter-1.9.5-0 +# BEE_VERSION xfce4-screenshooter-1.9.9-0 -SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2" - -# https://bugzilla.xfce.org/show_bug.cgi?id=15792 -PATCHURL+=(/src/mariux/patches/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792.diff) - -# EXCLUDE+=() +# SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/33fdd71a8f403eb5a03c7172214c05f2/xfce4-screenshooter-1.9.9.tar.bz2" # build_in_sourcedir # sourcesubdir_append src - #mee_extract() { # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in +} #mee_configure() { # bee_configure @@ -33,4 +29,3 @@ PATCHURL+=(/src/mariux/patches/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792 #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'