diff --git a/xfce4-terminal.be0 b/xfce4-terminal.be0 index 3779cadd0..52dd4a3f5 100755 --- a/xfce4-terminal.be0 +++ b/xfce4-terminal.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-terminal-0.8.8-1 +# BEE_VERSION xfce4-terminal-0.9.0-0 -SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/d7d4fc1157a20dfc35b1ee3097ae4ccb/xfce4-terminal-0.9.0.tar.bz2" PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.patch") @@ -12,15 +13,14 @@ PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.p # 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 +33,3 @@ PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.p #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'