Ajusted to build debian packages

This commit is contained in:
NeoTheFox 2015-03-09 17:45:01 +03:00
parent 87a967e9fd
commit e8a062c0d3
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
Name=RepRaptor Name=RepRaptor
Comment=A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic. Comment=A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic.
Exec=/usr/local/bin/repraptor Exec=/usr/bin/RepRaptor
Icon=/usr/local/share/icons/repraptor.png Icon=/usr/share/icons/repraptor.png
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Utility;Application; Categories=Utility;Application;

View File

@ -16,14 +16,13 @@ CONFIG += static
unix unix
{ {
icon.files += icons/icon.png icon.files += icons/icon.png
icon.path = /usr/local/share/icons icon.path = /usr/share/icons
desktop.files += RepRaptor.desktop desktop.files += RepRaptor.desktop
desktop.path = /usr/local/share/applications desktop.path = /usr/share/applications
repraptor.files += RepRaptor repraptor.files += RepRaptor
repraptor.extra = cp RepRaptor repraptor repraptor.path = /usr/bin
repraptor.path = /usr/local/bin
INSTALLS+= icon desktop repraptor INSTALLS+= icon desktop repraptor
} }