From 9b12d18155d9e90dae0dc554d4100e00926d7c61 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 15 Jan 2006 20:05:11 +0000 Subject: Update EPM list file and OSX icon for FLUID. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4760 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fltk.list.in | 85 ++++++++++++++++++++++++-- fluid/fluid.app/Contents/Resources/fluid.icns | Bin 44080 -> 34579 bytes 2 files changed, 81 insertions(+), 4 deletions(-) diff --git a/fltk.list.in b/fltk.list.in index 00248a19a..599062184 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -52,6 +52,7 @@ $docdir=$(datadir)/doc/fltk $CAT1EXT=@CAT1EXT@ $CAT3EXT=@CAT3EXT@ +$CAT6EXT=@CAT6EXT@ $DSONAME=@DSONAME@ $FLDSONAME=@FLDSONAME@ @@ -59,6 +60,9 @@ $FLLIBNAME=@FLLIBNAME@ $GLDSONAME=@GLDSONAME@ $GLLIBNAME=@GLLIBNAME@ $FLUID=@FLUID@ +$JPEG=@JPEG@ +$PNG=@PNG@ +$ZLIB=@ZLIB@ %if DSONAME %system aix @@ -119,16 +123,16 @@ l 0444 root sys /usr/include/gcc/darwin/3.1/g++-v3/FL $includedir/FL 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 +f 0444 root sys /Applications/fluid.app/Contents/Info.plist fluid/fluid.app/Contents/Info.plist +f 0444 root sys /Applications/fluid.app/Contents/PkgInfo fluid/fluid.app/Contents/PkgInfo 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/icons/fluid.icns +f 0444 root sys /Applications/fluid.app/Contents/Resources/fluid.icns fluid/fluid.app/Contents/Resources/fluid.icns %postinstall $bindir/fltk-config --post $bindir/fluid %postremove /bin/rm -rf /Applications/fluid.app -%system linux +%system !darwin f 0444 root sys /usr/share/applnk/Development/fluid.desktop fluid/fluid.desktop f 0444 root sys /usr/share/icons/hicolor/16x16/apps/fluid.png fluid/icons/fluid-16.png f 0444 root sys /usr/share/icons/hicolor/32x32/apps/fluid.png fluid/icons/fluid-32.png @@ -159,6 +163,18 @@ f 0444 root sys $libdir/libfltk_images.a lib/libfltk_images.a f 0444 root sys $libdir/libfltk_gl.a lib/libfltk_gl.a %endif +%if JPEG +f 0444 root sys $libdir/libfltk_jpeg.a lib/libfltk_jpeg.a +%endif + +%if PNG +f 0444 root sys $libdir/libfltk_png.a lib/libfltk_png.a +%endif + +%if ZLIB +f 0444 root sys $libdir/libfltk_z.a lib/libfltk_z.a +%endif + %if DSONAME %system hpux l 0000 root sys $libdir/libfltk.sl libfltk.sl.@FL_API_VERSION@ @@ -198,6 +214,24 @@ l 0000 root sys $libdir/libfltk_gl.so libfltk_gl.so.@FL_API_VERSION@ # Header files f 0444 root sys $includedir/FL/ FL/*.[hH] +%if JPEG +f 0444 root sys $includedir/FL/images/jconfig.h jpeg/jconfig.h +f 0444 root sys $includedir/FL/images/jerror.h jpeg/jerror.h +f 0444 root sys $includedir/FL/images/jmorecfg.h jpeg/jmorecfg.h +f 0444 root sys $includedir/FL/images/jpeglib.h jpeg/jpeglib.h +%endif + +%if PNG +f 0444 root sys $includedir/FL/images/png.h png/png.h +f 0444 root sys $includedir/FL/images/pngconf.h png/pngconf.h +%endif + +%if ZLIB +f 0444 root sys $includedir/FL/images/zconf.h zlib/zconf.h +f 0444 root sys $includedir/FL/images/zlib.h zlib/zlib.h +f 0444 root sys $includedir/FL/images/zutil.h zlib/zutil.h +%endif + %system !darwin # Symlinks to handle common case problems... l 0000 root sys $includedir/Fl FL @@ -327,6 +361,49 @@ f 0444 root sys $docdir/examples/ test/*.cxx f 0444 root sys $docdir/examples/ test/*.fl f 0444 root sys $docdir/examples/ test/*.h +%subpackage games +%description <