stefonarch / lxqt-labwc-session

Full configured LXQt Wayland session using labwc with some limitations
GNU General Public License v3.0
26 stars 1 forks source link

AUR build fails #3

Closed johanmalm closed 11 months ago

johanmalm commented 11 months ago

I get the following when trying to build the AUR package. Looks like we need some xdg package. Apologies, not investigated further.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find XdgUserDirs (missing: XdgUserDirsUpdate_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/lxqt-build-tools/find-modules/FindXdgUserDirs.cmake:49 (find_package_handle_standard_args)
  CMakeLists.txt:22 (find_package)

-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
stefonarch commented 11 months ago

Looks that line isn't necessary and only a leftover from the original CMake.txt. Please test again.

redtide commented 11 months ago

Looks a bit strange to me that xdg-user-dirs-update is not installed already with LXQt, so I wonder if it should be added as dependency?

stefonarch commented 11 months ago

On arch it's a dependency of lxqt-session, so here it hasn't to be listed.