Skip to content

xfce4-screenshooter: fis SRCURL #2435

Merged
merged 1 commit into from
Nov 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"'