From 8f4a2c0a78f3997f297e9c22b4e8452190ddace5 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 22 Apr 2021 17:58:30 +0200 Subject: [PATCH] xfce4-xkb-plugin: Update to version 0.8.2 --- xfce4-xkb-plugin.be0 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xfce4-xkb-plugin.be0 b/xfce4-xkb-plugin.be0 index 22c6fb1bb..10c916ad1 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,13 @@ 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_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() {