Skip to content

Update xfce4 whiskermenu plugin from 0.5.3 to 0.8.3 #3054

Merged
merged 5 commits into from
Jan 17, 2024
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: 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