Add a desktop file in the format understandable by Ubuntu.
This commit is contained in:
parent
2ce12155bf
commit
d3dbf23725
|
@ -254,6 +254,17 @@ endif()
|
||||||
install(TARGETS solvespace
|
install(TARGETS solvespace
|
||||||
RUNTIME DESTINATION bin)
|
RUNTIME DESTINATION bin)
|
||||||
|
|
||||||
|
install(FILES unix/solvespace.desktop
|
||||||
|
DESTINATION share/applications)
|
||||||
|
foreach(SIZE 16x16 24x24 32x32 48x48)
|
||||||
|
install(FILES unix/solvespace-${SIZE}.png
|
||||||
|
DESTINATION share/icons/hicolor/${SIZE}/apps
|
||||||
|
RENAME solvespace.png)
|
||||||
|
install(FILES unix/solvespace-${SIZE}.png
|
||||||
|
DESTINATION share/icons/hicolor/${SIZE}/mimetypes
|
||||||
|
RENAME application.x-solvespace.png)
|
||||||
|
endforeach()
|
||||||
|
|
||||||
# valgrind
|
# valgrind
|
||||||
|
|
||||||
add_custom_target(solvespace-valgrind
|
add_custom_target(solvespace-valgrind
|
||||||
|
|
BIN
src/unix/solvespace-16x16.png
Normal file
BIN
src/unix/solvespace-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 336 B |
BIN
src/unix/solvespace-24x24.png
Normal file
BIN
src/unix/solvespace-24x24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
BIN
src/unix/solvespace-32x32.png
Normal file
BIN
src/unix/solvespace-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 348 B |
BIN
src/unix/solvespace-48x48.png
Normal file
BIN
src/unix/solvespace-48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 B |
9
src/unix/solvespace.desktop
Normal file
9
src/unix/solvespace.desktop
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=SolveSpace
|
||||||
|
Comment=A parametric 2d/3d CAD
|
||||||
|
Exec=/usr/bin/solvespace
|
||||||
|
Icon=solvespace
|
||||||
|
Type=Application
|
||||||
|
Categories=Graphics
|
||||||
|
Keywords=parametric;cad;2d;3d;
|
Loading…
Reference in New Issue
Block a user