File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ Terminal=false
20
20
Path =/usr/bin
21
21
Exec =lemon
22
22
Icon =lemon-lime
23
+ MimeType =application/x-lemon-contest
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <mime-info xmlns =' http://www.freedesktop.org/standards/shared-mime-info' >
3
+ <mime-type type =" application/x-lemon-contest" >
4
+ <generic-icon name =" package-x-generic" />
5
+ <comment >Lemon Contest File</comment >
6
+ <glob pattern =" *.cdf" />
7
+ </mime-type >
8
+ </mime-info >
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include(GNUInstallDirs)
4
4
5
5
set (LEMON_LINUX_ICON_DIMENSIONS 16 22 24 32 36 44 48 64 72 96 128 150 192 256 310 512 1024)
6
6
install (FILES assets/lemon-lime.metainfo.xml.in DESTINATION "${CMAKE_INSTALL_DATADIR} /metainfo" RENAME lemon-lime.metainfo.xml)
7
+ install (FILES assets/x-lemon-contest.xml.in DESTINATION "${CMAKE_INSTALL_DATADIR} /mime/application" RENAME x-lemon-contest.xml)
7
8
install (FILES assets/lemon-lime.desktop.in DESTINATION "${CMAKE_INSTALL_DATADIR} /applications" RENAME lemon-lime.desktop)
8
9
#install(FILES assets/icons/lemon-lime.svg DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps")
9
10
foreach (LEMON_LINUX_ICON_DIMENSION ${LEMON_LINUX_ICON_DIMENSIONS} )
Original file line number Diff line number Diff line change 1
- 102
1
+ 104
You can’t perform that action at this time.
0 commit comments