Skip to content

Commit

Permalink
xfce4-screenshooter: update 1.9.5 to 1.9.9
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
wwwutz committed Nov 1, 2021
1 parent ef4e52b commit de843aa
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions xfce4-screenshooter.be0
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}"'

0 comments on commit de843aa

Please sign in to comment.