wallpaper-engine-kde-plugin
wallpaper-engine-kde-plugin copied to clipboard
Failed build via AUR
Describe the bug
I tried to build the app from AUR but it gave me an error
System Information
- Kde: 6.3.4
- Qt: 6.9.0
- OS: Arch Linux
- Installation Source: AUR plasma6-wallpapers-wallpaper-engine-git
- Wallpaper Engine version: -
Additional context
Logs also here:
This is how I managed to compile it:
- Follow steps from the README (https://github.com/catsout/wallpaper-engine-kde-plugin?tab=readme-ov-file#build-and-install)
- you will get a CMAKE error after cmake -B build -S . -GNinja -DUSE_PLASMAPKG=ON
- edit the Cmake file to require something higher than what it tells you (I used 4.0)
- continue the steps until you get the error you sent with the missing cstdint import
- Open src/backend_scene/third_party/glslang/SPIRV/SpvBuilder.h
- add #include <cstdint> in line 64
- run all the cmake commands again