Re-add missing installed icons (for linux)

This commit is contained in:
Mystro256 2017-02-11 22:55:01 -05:00 committed by Rafael Kitover
parent a493e0f85a
commit 611bbd6707
11 changed files with 2542 additions and 1 deletions

View File

@ -716,11 +716,12 @@ IF( UNIX )
ENDIF( ENABLE_WX ) ENDIF( ENABLE_WX )
ENDIF( UNIX ) ENDIF( UNIX )
# linux data files # linux data and icon files
IF( NOT WIN32 AND NOT APPLE ) IF( NOT WIN32 AND NOT APPLE )
IF( ENABLE_WX ) IF( ENABLE_WX )
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/wx/wxvbam.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/wx/wxvbam.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/wx/wxvbam.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/appdata) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/wx/wxvbam.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/appdata)
INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/wx/icons/sizes/ DESTINATION share/icons/hicolor)
ENDIF( ENABLE_WX ) ENDIF( ENABLE_WX )
ENDIF( NOT WIN32 AND NOT APPLE ) ENDIF( NOT WIN32 AND NOT APPLE )

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 141 KiB