Packaging work
[ejpi] / data / template.desktop
1 [Desktop Entry]
2 Name=ejpi
3 GenericName=Calculator
4 Comment=RPN Calculator
5 #[[[cog
6 #       if VARIANT == "fremantle":
7 #               cog.outl("Exec=/usr/bin/run-standalone.sh /usr/bin/%s" % PROGRAM)
8 #       elif VARIANT == "harmattan":
9 #               cog.outl("Exec=/usr/bin/invoker --single-instance --type=e /usr/bin/%s" % PROGRAM)
10 #       elif VARIANT == "ubuntu":
11 #               cog.outl("Exec=/usr/bin/%s" % PROGRAM)
12 #       else:
13 #               raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM)
14 #]]]
15 Exec=/usr/bin/run-standalone.sh /opt/ejpi/bin/ejpi.py
16 #[[[end]]]
17 Icon=ejpi
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