SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
games/openxcom/patches/patch-CMakeLists_txt
Normal file
18
games/openxcom/patches/patch-CMakeLists_txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Commited upstream 2cb4623245258ac74aef6bca6380ec8bf3391a14
|
||||
|
||||
--- CMakeLists.txt.orig Fri Jun 13 23:35:59 2014
|
||||
+++ CMakeLists.txt Mon Sep 8 13:37:05 2014
|
||||
@@ -144,5 +144,12 @@ if ( BUILD_PACKAGE )
|
||||
)
|
||||
endif()
|
||||
|
||||
-add_subdirectory ( docs )
|
||||
+if ( NOT WIN32 )
|
||||
+ install(FILES "${CMAKE_SOURCE_DIR}/res/linux/openxcom.desktop" DESTINATION share/applications)
|
||||
+ install(FILES "${CMAKE_SOURCE_DIR}/res/linux/icons/openxcom_48x48.png" DESTINATION share/icons/hicolor/48x48/apps RENAME openxcom.png)
|
||||
+ install(FILES "${CMAKE_SOURCE_DIR}/res/linux/icons/openxcom_128x128.png" DESTINATION share/icons/hicolor/128x128/apps RENAME openxcom.png)
|
||||
+ install(FILES "${CMAKE_SOURCE_DIR}/res/linux/icons/openxcom.svg" DESTINATION share/icons/hicolor/scalable/apps)
|
||||
+endif ()
|
||||
+
|
||||
+
|
||||
add_subdirectory ( src )
|
Loading…
Add table
Add a link
Reference in a new issue