File fix-force-output-name.patch of Package sunshine

diff '--color=auto' -rub sunshine.orig/cmake/targets/common.cmake sunshine/cmake/targets/common.cmake
--- sunshine.orig/cmake/targets/common.cmake	2025-08-16 19:31:23.989714699 -0300
+++ sunshine/cmake/targets/common.cmake	2025-08-21 21:37:44.032890340 -0300
@@ -27,9 +27,9 @@
 
 target_link_libraries(sunshine ${SUNSHINE_EXTERNAL_LIBRARIES} ${EXTRA_LIBS})
 target_compile_definitions(sunshine PUBLIC ${SUNSHINE_DEFINITIONS})
-set_target_properties(sunshine PROPERTIES CXX_STANDARD 23
-        VERSION ${PROJECT_VERSION}
-        SOVERSION ${PROJECT_VERSION_MAJOR})
+set_target_properties(sunshine PROPERTIES
+        CXX_STANDARD 23
+        OUTPUT_NAME "sunshine")
 
 # CLion complains about unknown flags after running cmake, and cannot add symbols to the index for cuda files
 if(CUDA_INHERIT_COMPILE_OPTIONS)
Binary files sunshine.orig/.git/index and sunshine/.git/index differ
openSUSE Build Service is sponsored by