Skip to content

Commit

Permalink
Merge pull request #3054 from mariux64/update-xfce4-whiskermenu-plugi…
Browse files Browse the repository at this point in the history
…n-from-0.5.3-to-0.8.3

Update xfce4 whiskermenu plugin from 0.5.3 to 0.8.3
  • Loading branch information
pmenzel authored Jan 17, 2024
2 parents c87408f + 6fac886 commit 7e44d5d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions xfce4-whiskermenu-plugin.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-whiskermenu-plugin-2.5.3-0
# BEE_VERSION xfce4-whiskermenu-plugin-2.8.3-0

SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${PKGVERSION[2]}/xfce4-whiskermenu-plugin-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${PKGVERSION[2]}/xfce4-whiskermenu-plugin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/fe60c0c93f72d1533f6fc972d3a80c99/xfce4-whiskermenu-plugin-2.8.3.tar.bz2"

# PATCHURL+=()

Expand All @@ -22,7 +23,9 @@ SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/$
#}

mee_configure() {
bee_configure -DCMAKE_BUILD_TYPE=Release
bee_configure \
-DENABLE_ACCOUNTS_SERVICE=OFF \
-DENABLE_GTK_LAYER_SHELL=OFF
}

#mee_build() {
Expand Down

0 comments on commit 7e44d5d

Please sign in to comment.