Fixing packaging
[gonvert] / data / template.desktop
1 [Desktop Entry]
2 Name=Gonvert
3 GenericName=Unit Converter
4 Comment=Unit Converter
5 #[[[cog
6 #       if VARIANT == "fremantle":
7 #               cog.outl("Exec=/usr/bin/run-standalone.sh /usr/local/bin/%s" % PROGRAM)
8 #       elif VARIANT == "harmattan":
9 #               cog.outl("Exec=/usr/bin/invoker --single-instance --type=e /usr/local/bin/%s" % PROGRAM)
10 #       elif VARIANT == "ubuntu":
11 #               cog.outl("Exec=/usr/local/bin/%s" % PROGRAM)
12 #       else:
13 #               raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM)
14 #]]]
15 Exec=/usr/local/bin/Gonvert
16 #[[[end]]]
17 Icon=gonvert
18 Categories=Engineering;Science;Education;Utility;Qt;
19 Type=Application
20 Encoding=UTF-8
21 Version=1.0
22 X-Osso-Type=application/x-executable