Unfortunately, building the package fails for me since yesterday:
==> Making package: sunshine-git 2026.403.124357.r0.gba4db46-2 (Tue May 26 10:48:02 2026)
[...]
-- Could NOT find Qt6Svg (missing: Qt6Svg_DIR)
CMake Warning at cmake/macros/common.cmake:27 (_find_package):
Found package configuration file:
/usr/lib/cmake/Qt6/Qt6Config.cmake
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. Reason given by package:
Failed to find required Qt component "Svg".
Expected Config file at "/usr/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake" does NOT
exist
Configuring with --debug-find-pkg=Qt6Svg might reveal details why the
package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
of the path variables that find_package uses to try and find the package.
Call Stack (most recent call first):
third-party/tray/CMakeLists.txt:79 (find_package)
CMake Error at cmake/macros/common.cmake:27 (_find_package):
By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5.cps
qt5.cps
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
third-party/tray/CMakeLists.txt:83 (find_package)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'sunshine-git-2026.403.124357.r0.gba4db46-2':
Seems like it needs a dependency on qt6-svg
Pinned Comments
gerliczkowalczuk commented on 2026-04-10 15:50 (UTC)
This update reworks the PKGBUILD to better match Sunshine's current upstream build system and Arch packaging expectations.
Main changes:
Overall, the goal of this patch is to make the package more reproducible, easier to maintain, and closer to upstream while still fitting Arch/AUR conventions.