diff --git a/xfce4-cpugraph-plugin.be0 b/xfce4-cpugraph-plugin.be0 index 4a541e51a..6ab60b2c3 100755 --- a/xfce4-cpugraph-plugin.be0 +++ b/xfce4-cpugraph-plugin.be0 @@ -1,23 +1,22 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-cpugraph-plugin-1.2.0-0 +# BEE_VERSION xfce4-cpugraph-plugin-1.2.5-0 -SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.bz2" +#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/7f01bfb7c3577899371fd2cbf432170b/xfce4-cpugraph-plugin-1.2.5.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 @@ -30,4 +29,3 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKG #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'