Skip to content

xfce4-xkb-plugin: Update to version 0.8.2 #2102

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions xfce4-xkb-plugin.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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() {
Expand Down