Accepting request 883399 from home:mnhauke:games
- Add patch: * fix icons - Update to version 2.7.9 * Add appdata - Update to version 2.7.8 * More logging. Code cleanups OBS-URL: https://build.opensuse.org/request/show/883399 OBS-URL: https://build.opensuse.org/package/show/games/commandergenius?expand=0&rev=47
This commit is contained in:
13
fix-icons.patch
Normal file
13
fix-icons.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/install.cmake b/src/install.cmake
|
||||
index 2e6daeb..5783f8b 100644
|
||||
--- a/src/install.cmake
|
||||
+++ b/src/install.cmake
|
||||
@@ -11,7 +11,7 @@ ELSE(WIN32)
|
||||
# Install desktop icon and file
|
||||
foreach(X IN ITEMS 16 32 48 64 128 256 512)
|
||||
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../share/cg.${X}.png
|
||||
- DESTINATION "${ICONDIR}/${X}x${X}/apps")
|
||||
+ DESTINATION "${ICONDIR}/${X}x${X}/apps/" RENAME cg.png)
|
||||
endforeach()
|
||||
|
||||
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../share/cgenius.desktop
|
Reference in New Issue
Block a user