mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
+13
-3
@@ -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 $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user