]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - unix/putty.bundle
first pass
[PuTTY.git] / unix / putty.bundle
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <app-bundle>
3
4   <meta>
5     <prefix name="default">${env:JHBUILD_PREFIX}</prefix>
6     <run-install-name-tool/>
7     <gtk>gtk+-3.0</gtk>
8     <!-- Optionally specify a launcher script to use. If the
9          application sets up everything needed itself, like
10          environment variable, linker paths, etc, a launcher script is
11          not needed. If the source path is left out, the default
12          script will be used.
13     -->
14     <launcher-script>${project}/../osxlaunch</launcher-script >
15   </meta>
16
17   <plist>${project}/putty.plist</plist>
18
19   <main-binary dest="${bundle}/Contents/MacOS">
20     ${project}/../puttyapp
21   </main-binary>
22
23   <binary>
24     ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so
25   </binary>
26
27   <binary>
28     ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
29   </binary>
30
31   <data>
32     ${prefix}/share/themes/Adwaita
33   </data>
34
35   <data dest="${bundle}/Contents/Resources">
36     ${project}/../icons/PuTTY.icns
37   </data>
38
39   <icon-theme icons="auto">
40     Adwaita
41   </icon-theme>
42
43 </app-bundle>