Skip to content

Commit

Permalink
xfce4-panel: Update to version 4.16.5
Browse files Browse the repository at this point in the history
disable gobject-introspection to avoid
"No such file ..."
  • Loading branch information
david committed Nov 15, 2022
1 parent 2d19268 commit 2b10cc6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xfce4-panel.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-panel-4.16.1-1
# BEE_VERSION xfce4-panel-4.16.5-0

#SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/4c29473654958e1d309fcf919fa9148d/xfce4-panel-4.16.1.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d55c4f8f6c31616361e75ef6953e023f/xfce4-panel-4.16.5.tar.bz2"

# build_in_sourcedir

Expand All @@ -18,7 +18,8 @@ mee_patch() {

mee_configure() {
bee_configure \
--disable-vala
--disable-vala \
--disable-introspection
}

#mee_build() {
Expand Down

0 comments on commit 2b10cc6

Please sign in to comment.