summaryrefslogtreecommitdiff
path: root/support/makeglossariesgui/src/installer/unix_shortcutSpec.xml
blob: 85ad9ae113d103b000d5e39e77a9e9be10691015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<izpack:shortcuts version="5.0" xmlns:izpack="http://izpack.org/schema/shortcuts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">

  <programGroup defaultName="DickimawBooks/MakeGlossariesGUI"
  location="applications"/>

  <shortcut
     name="MakeGlossariesGUI GUI"
     programGroup="yes"
     applications="no"
     desktop="yes"
     target="java"
     commandLine="-splash:&quot;$INSTALL_PATH/lib/makeglossariesgui-splash.png&quot; -jar &quot;$INSTALL_PATH/lib/makeglossariesgui.jar&quot;"
     workingDirectory=""
     description="GUI to accompany glossaries.sty"
     iconFile="$INSTALL_PATH/lib/icons/makeglossariesgui-logosmall.png"
     iconIndex="0"
     type="Application"
     encoding="UTF-8"
     terminal="false"
     KdeSubstUID="false"
     initialState="normal">
     <createForPack name="Base"/>
   </shortcut>

   <shortcut
     name="MakeGlossariesGUI Documentation"
     programGroup="yes"
     applications="no"
     desktop="no"
     workingDirectory=""
     target="evince"
     commandLine="$INSTALL_PATH/doc/makeglossariesgui-en.pdf"
     initialState="normal"
     url="$INSTALL_PATH/doc/makeglossariesgui-en.pdf"
     type="Application"
     mimetype="application/pdf"
     encoding="UTF-8"
     description="MakeGlossariesGUI user documentation (PDF format)">

     <createForPack name="Documentation"/>
   </shortcut>

   <shortcut
     name="MakeGlossariesGUI Uninstaller"
     programGroup="yes"
     applications="no"
     desktop="no"
     target="java"
     workingDirectory=""
     commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
     initialState="normal"
     type="Application"
     encoding="UTF-8"
     description="MakeGlossariesGUI uninstaller">
     <createForPack name="Base" />
   </shortcut>

</izpack:shortcuts>