Added Linux desktop icon and .desktop file from chrysn

felipesanches-svg
Marius Kintel 2012-01-05 00:00:29 +01:00
parent 01103c44c0
commit 9495f11be0
6 changed files with 15 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

7
icons/openscad.desktop Normal file
View File

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=OpenSCAD
Icon=openscad
Exec=openscad %f
Categories=Graphics;3DGraphics;Engineering;

BIN
icons/openscad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -294,3 +294,11 @@ INSTALLS += examples
libraries.path = $$PREFIX/share/openscad/libraries/
libraries.files = libraries/*
INSTALLS += libraries
applications.path = $$PREFIX/share/applications
applications.files = icons/openscad.desktop
INSTALLS += applications
icons.path = $$PREFIX/share/pixmaps
icons.files = icons/openscad.png
INSTALLS += icons