~jon-hill/spud/macos

« back to all changes in this revision

Viewing changes to diamond/macosx/diamond.bundle

  • Committer: Jon Hill
  • Date: 2013-10-31 10:02:53 UTC
  • Revision ID: jon.hill@imperial.ac.uk-20131031100253-k4t0mi1m4l7nk00k
Tweaking the install process.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    ${prefix}/lib/libglade* 
80
80
  </data>    
81
81
  <data dest="${bundle}/Contents/Resources/lib/">
82
 
    ${prefix}/lib/libxlst* 
 
82
    ${prefix}/lib/libxslt* 
83
83
  </data>     
84
84
  <data dest="${bundle}/Contents/Resources/lib/">
85
 
    ${prefix}/lib/libexlst* 
86
 
  </data>    
 
85
    ${prefix}/lib/libexslt* 
 
86
  </data>  
 
87
    
87
88
  <!-- We need to pack our own Python to avoid compatibility problems. -->
88
89
  <binary dest="${bundle}/Contents/MacOS">
89
90
    ${prefix}/bin/python
93
94
       in the bundle instead of in $prefix. Note that pygtk-demo.sh
94
95
       calls this instead of PyGtkDemo-bin as it usually would. >
95
96
  <data dest="${bundle}/Contents/MacOS/">
96
 
    ${project}/stk-gui
 
97
    ${project}/diamond
97
98
  </data>-->
98
99
 
99
100
  <!-- Copy in libpyglib, which will pull in other dependencies we need -->