Skip to content

Commit

Permalink
Merge pull request #2435 from mariux64/fix-srcurl-xfce4-screenshooter
Browse files Browse the repository at this point in the history
xfce4-screenshooter: fis SRCURL
  • Loading branch information
wwwutz authored Nov 1, 2021
2 parents de42d44 + dfe67ff commit b8fd0fe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions xfce4-screenshooter.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-screenshooter-1.9.5-0
# BEE_VERSION xfce4-screenshooter-1.9.5-1

SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/0354811cd2622d3de92e342c7eaa184d/xfce4-screenshooter-1.9.5.tar.bz2"

# https://bugzilla.xfce.org/show_bug.cgi?id=15792
PATCHURL+=(/src/mariux/patches/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792.diff)
PATCHURL+=(https://beehive.molgen.mpg.de/ebffe7058ddd2a941d9c91832581abd0/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792.diff)

# EXCLUDE+=()

Expand All @@ -18,9 +19,10 @@ PATCHURL+=(/src/mariux/patches/xfce4-screenshooter-fix-crash-in-libgtk-bug-15792
# 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 +35,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 b8fd0fe

Please sign in to comment.