does this package require KDE?
-- Found exiv2, version 0.28.3
CMake Error at CMakeLists.txt:49 (find_package):
By not providing "FindKF6WindowSystem.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"KF6WindowSystem", but CMake did not find one.
Could not find a package configuration file provided by "KF6WindowSystem"
with any of the following names:
KF6WindowSystemConfig.cmake
kf6windowsystem-config.cmake
Add the installation prefix of "KF6WindowSystem" to CMAKE_PREFIX_PATH or
set "KF6WindowSystem_DIR" to a directory containing one of the above files.
If "KF6WindowSystem" provides a separate development package or SDK, be
sure it has been installed.
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
Pinned Comments
Gigas002 commented on 2024-07-23 10:26 (UTC)
Finally fixed the plasma6 stuff and proposed the pr upstream: https://github.com/easymodo/qimgv/pull/556 Hope it'll be merged. For the time being, using the patch. Improved the build process for a bit, by adding
ccache
to speed up re-compile times. After (if) pr's merged, I think this package will become obsolete, and we'll be able to move toqimgv-git
Also, an interesting thing I noticed while fixing the kde blur is that it works with other compositors too (hyprland in my case), I guess you just have to have the kde libs installed on your system also?