From 6f632f666a94603a54cb4a3f88c0b90a03297bfb Mon Sep 17 00:00:00 2001 From: Carlos Henrique Lima Melara Date: Wed, 8 Jul 2020 20:47:19 +0200 Subject: Remove unneeded files installation and update appstream location Last-Update: 2020-06-27 Gbp-Pq: Name 040_fix-makefile.patch --- CMakeLists.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index be6e864..ad76b03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,10 +53,6 @@ FOREACH(subdir handbook) ENDFOREACH(ext) ENDFOREACH(subdir) -# Install manual page(s) -FILE(GLOB man doc/man/*) -INSTALL(FILES ${man} DESTINATION share/man/man1) - # Install demonstration project files FILE(GLOB demo demo/*) INSTALL(FILES ${demo} DESTINATION ${target_installation_directory}/demo) @@ -72,7 +68,7 @@ INSTALL(FILES ${translations} DESTINATION ${target_installation_directory}/trans # Install .desktop spec and application icon INSTALL(FILES mcu8051ide.png DESTINATION share/pixmaps/) INSTALL(FILES mcu8051ide.desktop DESTINATION share/applications/) -INSTALL(FILES mcu8051ide.appdata.xml DESTINATION share/appdata/) +INSTALL(FILES mcu8051ide.appdata.xml DESTINATION share/metainfo/) INSTALL(FILES application-x-mcu8051ide.xml DESTINATION share/mime/packages/) # Install launcher @@ -84,9 +80,3 @@ INSTALL( OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_EXECUTE GROUP_READ ) - -# Install misc. files -INSTALL( - FILES ChangeLog LICENSE - DESTINATION ${target_installation_directory} -) -- cgit v1.2.3