Ajusted to build debian packages
This commit is contained in:
parent
87a967e9fd
commit
e8a062c0d3
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user