From 61f5491d0eed865b696f1ade4c1e6fca6fbeb685 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 9 Nov 2021 10:00:49 +0100 Subject: [PATCH] xfce4-pulseaudio-plugin: fix SRCURL - fixed SRCURL - NLS=1 --- xfce4-pulseaudio-plugin.be0 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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}"'