Remove mimelnk files
Mimelnk files are not used by anything since KDE 3. Clean this up to reduce confusion.
This commit is contained in:
parent
bf62997f3c
commit
2b00008109
|
@ -721,17 +721,10 @@ if( UNIX AND NOT APPLE )
|
|||
|
||||
# Set paths
|
||||
set( UNIX_MIME_DIR resources/linux/mime )
|
||||
set( UNIX_MIMELNK_FILES ${UNIX_MIME_DIR}/mimelnk )
|
||||
set( UNIX_MIME_FILES ${UNIX_MIME_DIR}/mime )
|
||||
set( UNIX_ICON_FILES ${UNIX_MIME_DIR}/icons )
|
||||
set( UNIX_APPLICATIONS_FILES ${UNIX_MIME_DIR}/applications )
|
||||
|
||||
# Install Mimelnk directory
|
||||
install( DIRECTORY ${UNIX_MIMELNK_FILES}
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share
|
||||
COMPONENT resources
|
||||
)
|
||||
|
||||
# Install Mime directory
|
||||
install( DIRECTORY ${UNIX_ICON_FILES}
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=MimeType
|
||||
MimeType=application/x-kicad-pcb
|
||||
Icon=pcbnew
|
||||
Patterns=*.kicad_pcb
|
||||
|
||||
Comment=KiCad Printed Circuit Board
|
||||
#Comment[fr]=Schéma électronique KiCad
|
|
@ -1,7 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=MimeType
|
||||
MimeType=application/x-kicad-project
|
||||
Icon=kicad
|
||||
Patterns=*.pro
|
||||
Comment=KiCad Project
|
||||
Comment[fr]=Projet KiCad
|
|
@ -1,7 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=MimeType
|
||||
MimeType=application/x-kicad-schematic
|
||||
Icon=eeschema
|
||||
Patterns=*.sch
|
||||
Comment=KiCad Schematic
|
||||
Comment[fr]=Schéma électronique KiCad
|
Loading…
Reference in New Issue