From 464941d8d2b7531cf0794cbe6a90d3252d674fa1 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 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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() {