diff --git a/xfce4-pulseaudio-plugin.be0 b/xfce4-pulseaudio-plugin.be0 index ae4b2c52d..fe269e677 100755 --- a/xfce4-pulseaudio-plugin.be0 +++ b/xfce4-pulseaudio-plugin.be0 @@ -1,25 +1,24 @@ #!/usr/bin/env beesh -#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-1 +#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-2 -SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/7df7280c19c2c8b8c5bc4f4f2136d1dd/xfce4-pulseaudio-plugin-0.4.1.tar.bz2" # PATCHURL+=() -# EXCLUDE+=() - # 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 @@ -32,4 +31,3 @@ SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${ #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'