From 6bea888436c0531394952efb40e0d78571a7ed66 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 17 Jan 2024 13:13:04 +0100 Subject: [PATCH] xfce4-whiskermenu-plugin: Explicitly disable building with AccountsService AccountsService was removed from MarIuX, and since Whisker Menu 0.8.0 AccountsService is not autodetected anymore, and building with it is enabled by default, causing the configuration to fail: -- Checking for module 'accountsservice>=0.6.45' -- No package 'accountsservice' found CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) panel-plugin/CMakeLists.txt:74 (pkg_check_modules) So, explicitly disable building with AccountsService. --- xfce4-whiskermenu-plugin.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xfce4-whiskermenu-plugin.be0 b/xfce4-whiskermenu-plugin.be0 index ccd746aff..1ac24225e 100755 --- a/xfce4-whiskermenu-plugin.be0 +++ b/xfce4-whiskermenu-plugin.be0 @@ -22,9 +22,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe60c0c93f72d1533f6fc972d3a80c99/xfce4- # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + -DENABLE_ACCOUNTS_SERVICE=OFF +} #mee_build() { # bee_build