diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-01 00:23:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-01 00:23:57 +0000 |
| commit | 9c7ec90412754b36441871b6869ba582b10bb51a (patch) | |
| tree | f77e17eec5e2e0dbfea3f7c7b5c3f8db1638d182 /fltk.list.in | |
| parent | 0aa85c540cc0b440d6ae46720f3496ce3733d4db (diff) | |
Fix open-documents callback stuff.
Add open documents callback to FLUID.
Add FLUID application to fltk.list file for packaging.
Add FLUID application icon and data files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3020 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.list.in')
| -rw-r--r-- | fltk.list.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/fltk.list.in b/fltk.list.in index db1c2970f..5b564c8f3 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -1,5 +1,5 @@ # -# "$Id: fltk.list.in,v 1.1.2.9 2003/01/30 21:38:22 easysw Exp $" +# "$Id: fltk.list.in,v 1.1.2.10 2003/06/01 00:23:56 easysw Exp $" # # EPM product list file for the Fast Light Tool Kit (FLTK). # @@ -52,8 +52,18 @@ $GLLIBNAME=@GLLIBNAME@ $FLUID=@FLUID@ %system darwin -%postinstall $bindir/fltk-config -post $bindir/fluid f 0444 root sys $includedir/FL/mac.r FL/mac.r + +d 0555 root sys /Applications/fluid.app - +d 0555 root sys /Applications/fluid.app/Contents - +f 0444 root sys /Applications/fluid.app/Info.plist fluid/fluid.plist +f 0444 root sys /Applications/fluid.app/PkgInfo fluid/fluid.info +d 0555 root sys /Applications/fluid.app/Contents/MacOS - +l 0555 root sys /Applications/fluid.app/Contents/MacOS/fluid $bindir/fluid +d 0555 root sys /Applications/fluid.app/Contents/Resources - +f 0444 root sys /Applications/fluid.app/Contents/Resources/fluid.icns fluid/fluid.icns +%postinstall $bindir/fltk-config --post $bindir/fluid +%postremove /bin/rm -rf /Applications/fluid.app %system all # FLUID @@ -251,5 +261,5 @@ f 0444 root sys $datadir/doc/fltk/COPYING COPYING f 0444 root sys $datadir/doc/fltk/CHANGES CHANGES # -# End of "$Id: fltk.list.in,v 1.1.2.9 2003/01/30 21:38:22 easysw Exp $". +# End of "$Id: fltk.list.in,v 1.1.2.10 2003/06/01 00:23:56 easysw Exp $". # |
