diff --git a/xfce4-xkb-plugin.be0 b/xfce4-xkb-plugin.be0 index 22c6fb1bb..ee66da98d 100755 --- a/xfce4-xkb-plugin.be0 +++ b/xfce4-xkb-plugin.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-xkb-plugin-0.8.1-0 +# BEE_VERSION xfce4-xkb-plugin-0.8.2-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.bz2" @@ -19,13 +19,8 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSI # bee_patch "${@}" #} -mee_configure_pre() { - sed -e 's|xfce4/panel-plugins|xfce4/panel/plugins|' \ - -i ${S}/panel-plugin/Makefile.in -} - mee_configure() { - bee_configure --libexecdir=${LIBDIR} + bee_configure --disable-debug } #mee_build() {