diff --git a/xfce4-xkb-plugin.be0 b/xfce4-xkb-plugin.be0 index ee66da98d..dd2bdf323 100755 --- a/xfce4-xkb-plugin.be0 +++ b/xfce4-xkb-plugin.be0 @@ -1,23 +1,22 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-xkb-plugin-0.8.2-0 +# BEE_VERSION xfce4-xkb-plugin-0.8.2-1 -SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.bz2" +# SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/8e10f98a44082a2df6a997caab9a0b21/xfce4-xkb-plugin-0.8.2.tar.bz2" # PATCHURL+=() -# EXCLUDE+=() - # build_in_sourcedir - #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 --disable-debug @@ -30,4 +29,3 @@ mee_configure() { #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'