Update to 0.51.0

This commit is contained in:
jasoni 1999-02-07 02:32:37 +00:00
parent a50049b278
commit 59bfb37daa
7 changed files with 153 additions and 242 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.3 1998/12/28 22:51:48 jasoni Exp $
# $OpenBSD: Makefile,v 1.4 1999/02/07 02:32:37 jasoni Exp $
#
DISTNAME= WindowMaker-0.20.3
DISTNAME= WindowMaker-0.51.0
CATEGORIES= x11
MAINTAINER= jasoni@openbsd.org
@ -11,10 +11,12 @@ MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
DATAFILES= WindowMaker-data.tar.gz
LIB_DEPENDS= jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
LIB_DEPENDS= PropList\\.1\\.:${PORTSDIR}/devel/libproplist \
jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.4:${PORTSDIR}/graphics/tiff34 \
png\\.1\\.:${PORTSDIR}/graphics/png \
gif\\.3\\.:${PORTSDIR}/graphics/giflib
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \
--with-gfx-incs="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
@ -26,7 +28,7 @@ post-install:
${PREFIX}/share/WindowMaker/Pixmaps
@${LDCONFIG} -m ${PREFIX}/lib
@echo
@echo "Note: Every user must run /usr/local/bin/wmaker.inst"
@echo "Note: Every user must run /usr/X11R6/bin/wmaker.inst"
@echo " before running Window Maker"
@echo

View File

@ -1,2 +1,2 @@
MD5 (WindowMaker-0.20.3.tar.gz) = fb79baa4ae084a0747a5d3683eebc686
MD5 (WindowMaker-0.51.0.tar.gz) = c88b940437efe9a0c4f7535f836ce984
MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82

View File

@ -1,8 +1,8 @@
--- configure.orig Fri Nov 27 06:24:31 1998
+++ configure Fri Dec 25 10:00:52 1998
@@ -1270,65 +1270,7 @@
echo "$ac_t""no" 1>&6
fi
--- configure.orig Sat Feb 6 20:08:20 1999
+++ configure Sat Feb 6 20:09:14 1999
@@ -598,69 +598,7 @@
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
-# Find a good install program. We prefer a C program (faster),
-# so one script is as good as another. But avoid the broken or
@ -11,28 +11,30 @@
-# SunOS /usr/etc/install
-# IRIX /sbin/install
-# AIX /bin/install
-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-# ./install, which can be erroneously created by make from ./install.sh.
-echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:1285: checking for a BSD compatible install" >&5
-echo "configure:614: checking for a BSD compatible install" >&5
-if test -z "$INSTALL"; then
-if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-else
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
- for ac_dir in $PATH; do
- # Account for people who put trailing slashes in PATH elements.
- case "$ac_dir/" in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- for ac_prog in ginstall installbsd scoinst install; do
- # Don't use installbsd from OSF since it installs stuff as root
- # by default.
- for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
- if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
- # AIX install. It has an incompatible calling convention.
- # OSF/1 installbsd also uses dspmsg, but is usable.
- :
- else
- ac_cv_path_install="$ac_dir/$ac_prog -c"
@ -62,42 +64,10 @@
-# It thinks the first close brace ends the variable substitution.
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+# No need to check for BSD compatible install again. Is there?
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
echo "configure:1335: checking whether ln -s works" >&5
@@ -1912,7 +1854,8 @@
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
- for ac_dir in /lib:/usr/bin:/bin:/usr/lib:/usr/ccs/lib:$PATH$ac_dummy; do
+ # Remove apparent bash'ism: OpenBSD /bin/sh does NOT parse literals with IFS
+ for ac_dir in /lib /usr/bin /bin /usr/lib /usr/ccs/lib $PATH$ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_path_CPP_PATH="$ac_dir/$ac_word"
@@ -5068,7 +5011,22 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
- case "$ac_given_INSTALL" in
+ # Ensure that ac_given_INSTALL is non-empty!
+ #
+ # It WILL be empty during normal ./configure runs because
+ # it is set inside a 'cat > $CONFIG_STATUS <<EOF' construct
+ # and thus lost once the redirection ended.
+ #
+ # This is harmless in cases where $INSTALL is not an
+ # environment variable since this fiddling would not be passed
+ # along to the subshells doing configure's in subdirectories. BUT
+ # for BSD systems where this script is being run from a port
+ # Makefile that sets INSTALL in the environment it causes FAILURE
+ # when it comes time to actually install things!
+ if test -z "$ac_given_INSTALL"; then
+ ac_given_INSTALL="$INSTALL"
+ fi
+ case "$ac_given_INSTALL" in
[/$]*) INSTALL="$ac_given_INSTALL" ;;
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
echo "configure:667: checking whether build environment is sane" >&5

View File

@ -1,72 +0,0 @@
--- libPropList/filehandling.c.orig Sat Oct 17 15:58:37 1998
+++ libPropList/filehandling.c Fri Dec 25 15:04:44 1998
@@ -17,6 +17,10 @@
#include <string.h>
#include <unistd.h>
+#ifdef HAVE_MKSTEMP
+# include <limits.h>
+#endif
+
#define pl_scan_string(c) yy_scan_string(c)
#define plparse() yyparse()
#define pl_delete_buffer(b) yy_delete_buffer(b)
@@ -345,22 +349,34 @@
BOOL PLSave(proplist_t pl, BOOL atomically)
{
+#ifdef HAVE_MKSTEMP
+ char theFileName[ PATH_MAX+1 ] = "\0";
+ const char *tempmask = ".XXXXXXXXXX";
+#else
const char *theFileName;
- const char *theRealFileName = NULL;
char tmp_fileName[255];
char tmp_realFileName[255];
char dirname[255];
char *tmp_dirname, *tmp2_dirname;
char *basename, *tmp_basename;
+#endif
+ const char *theRealFileName = NULL;
FILE *theFile;
int c;
char *desc = NULL;
theRealFileName = PLGetString(PLGetFilename(pl));
if(!theRealFileName) return NO;
-
+
if (atomically)
{
+#ifdef HAVE_MKSTEMP
+ if (strlen( theRealFileName )+strlen( tempmask ) > PATH_MAX)
+ goto failure; /* path too long to create temporary file */
+ strncpy( theFileName, theRealFileName, PATH_MAX );
+ strncat( theFileName, tempmask, PATH_MAX - strlen( theFileName ) );
+ theFile = fdopen( mkstemp( theFileName ), "w" );
+#else
theFileName = tmpnam(NULL);
strcpy(tmp_fileName, theFileName);
@@ -389,14 +405,21 @@
}
theFileName = strcat(dirname, basename);
+#endif
}
else
{
+#ifdef HAVE_MKSTEMP
+ theFile = fopen( theRealFileName, "w" );
+#else
theFileName = theRealFileName;
+#endif
}
+#ifndef HAVE_MKSTEMP
/* Open the file (whether temp or real) for writing. */
theFile = fopen(theFileName, "w");
+#endif
if (theFile == NULL) /* Something went wrong; we weren't
* even able to open the file. */

View File

@ -1,43 +0,0 @@
--- libPropList/configure.orig Mon Nov 2 08:38:32 1998
+++ libPropList/configure Fri Dec 25 15:35:19 1998
@@ -1413,6 +1414,40 @@
echo "$ac_t""no" 1>&6
fi
done
+
+
+echo $ac_n "checking for mkstemp""... $ac_c" 1>&6
+echo "configure:?: checking for mkstemp" >&5
+if eval "test \"`echo '$''{'ac_cv_func_mkstemp'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ eval "ac_cv_func_mkstemp=yes"
+else
+ cat>conftest.$ac_ext<<EOF
+#include <unistd.h>
+int main(){
+int i;char doh[12]={"/tmp/wmt.X"};
+i=mkstemp(doh);close(i);
+return 0;}
+EOF
+if { (eval echo configure:1859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; test -s conftest;} then
+ rm -rf /tmp/wmt.*
+ eval "ac_cv_func_mkstemp=yes"
+else
+ echo "configure: failed program was:" >&5
+ ac_cv_func_mkstemp=-1
+fi
+rm conftest*
+fi
+
+echo "$ac_t""$ac_cv_func_mkstemp" 1>&6
+if test $ac_cv_func_mkstemp = yes; then
+ cat >> confdefs.h <<\EOF
+#define HAVE_MKSTEMP 1
+EOF
+
+fi
+
+
echo $ac_n "checking for working const""... $ac_c" 1>&6

View File

@ -1 +1 @@
Each use must run /usr/local/bin/wmaker.inst before running Window Maker.
Each use must run /usr/X11R6/bin/wmaker.inst before running Window Maker.

View File

@ -1,9 +1,21 @@
@cwd /usr/local
@name WindowMaker-0.20.3
@cwd /usr/X11R6
@name WindowMaker-0.51.0
@pkgdep giflib-3.0
@pkgdep jpeg-6b
@pkgdep libPropList-0.8.3
@pkgdep png-1.0.2
@pkgdep tiff-3.4
include/wraster.h
include/WINGs.h
include/WUtil.h
include/WINGsP.h
include/WMaker.h
lib/libwraster.so.1.2
lib/libwraster.la
lib/libwraster.a
lib/libWINGs.a
lib/libWMaker.a
bin/get-wraster-flags
bin/wmaker
bin/wxcopy
bin/wxpaste
@ -16,10 +28,6 @@ bin/wmsetbg
bin/wmaker.inst
bin/wm-oldmenu2new
bin/wsetfont
lib/libPropList.a
lib/libwraster.a
lib/libWINGs.a
lib/libWMaker.a
man/man1/geticonset.1x
man/man1/setstyle.1x
man/man1/wxpaste.1x
@ -29,64 +37,66 @@ man/man1/wmsetbg.1x
man/man1/seticons.1x
man/man1/wmaker.1x
man/man1/wxcopy.1x
include/proplist.h
include/wraster.h
include/WINGs.h
include/WUtil.h
include/WINGsP.h
include/WMaker.h
share/WINGs/Images.tiff
share/WINGs/Images.xpm
share/WINGs/defaultIcon.tiff
share/WINGs/defaultIcon.xpm
share/WindowMaker/Backgrounds/BlueImage.jpeg
share/WindowMaker/Defaults/WMRootMenu
share/WindowMaker/Defaults/WMWindowAttributes
share/WindowMaker/Defaults/WindowMaker
share/WindowMaker/Defaults/WMState
share/WindowMaker/Defaults/WMGLOBAL
share/WindowMaker/Styles/Autumn
share/WindowMaker/Styles/Black
share/WindowMaker/Styles/Blue
share/WindowMaker/Styles/BlueAluminum
share/WindowMaker/Styles/BlueDawn
share/WindowMaker/Styles/BlueishGreen
share/WindowMaker/Styles/Brown
share/WindowMaker/Styles/Chumbo
share/WindowMaker/Styles/Copper
share/WindowMaker/Styles/DarkBlue
share/WindowMaker/Styles/DarkRed
share/WindowMaker/Styles/Fire
share/WindowMaker/Styles/Food
share/WindowMaker/Styles/Golden
share/WindowMaker/Styles/Green
share/WindowMaker/Styles/GreyBlue
share/WindowMaker/Styles/Gtk
share/WindowMaker/Styles/LightBlue
share/WindowMaker/Styles/Pastel
share/WindowMaker/Styles/Pink
share/WindowMaker/Styles/Pumpkin
share/WindowMaker/Styles/Purple
share/WindowMaker/Styles/Red
share/WindowMaker/Styles/RednBlue
share/WindowMaker/Styles/ShinyBrown
share/WindowMaker/Styles/Summer
share/WindowMaker/Styles/Traditional
share/WindowMaker/Styles/VioletBlue
share/WindowMaker/Themes/Default
share/WindowMaker/Themes/Pastel
share/WindowMaker/Themes/OpenStep
share/WindowMaker/Themes/Night
share/WindowMaker/Themes/BlueWaves
share/WindowMaker/IconSets/Default.iconset
share/WindowMaker/Icons/BitchX.tiff
share/WindowMaker/Icons/DefaultAppIcon.tiff
share/WindowMaker/Icons/GNUstep.tiff
share/WindowMaker/Icons/GNUstep.xpm
share/WindowMaker/Icons/GNUstep3D.tiff
share/WindowMaker/Icons/GNUstep3D.xpm
share/WindowMaker/Icons/defaultAppIcon.tiff
share/WindowMaker/Icons/defaultAppIcon.xpm
share/WindowMaker/Icons/clip.tiff
share/WindowMaker/Icons/clip.xpm
share/WindowMaker/Icons/GNUstepGlow.tiff
share/WindowMaker/Icons/GNUterm.tiff
share/WindowMaker/Icons/clip.tiff
share/WindowMaker/Icons/clip2.tiff
share/WindowMaker/Icons/defaultAppIcon.tiff
share/WindowMaker/Icons/defaultterm.tiff
share/WindowMaker/Icons/draw.tiff
share/WindowMaker/Icons/linuxterm.tiff
share/WindowMaker/Icons/mixer.tiff
share/WindowMaker/Icons/notepad.tiff
share/WindowMaker/Icons/pdf.tiff
share/WindowMaker/Icons/ps.tiff
share/WindowMaker/Icons/real.tiff
share/WindowMaker/Icons/sgiterm.tiff
share/WindowMaker/Icons/sound.tiff
share/WindowMaker/Icons/staroffice2.tiff
share/WindowMaker/Icons/timer.tiff
share/WindowMaker/Icons/wilber.tiff
share/WindowMaker/Icons/write.tiff
share/WindowMaker/Icons/xdvi.tiff
share/WindowMaker/Icons/xv.tiff
share/WindowMaker/Icons/BitchX.xpm
share/WindowMaker/Icons/GNUstep.xpm
share/WindowMaker/Icons/GNUstep3D.xpm
share/WindowMaker/Icons/GNUstepGlow.xpm
share/WindowMaker/Icons/GNUterm.xpm
share/WindowMaker/Icons/clip.xpm
share/WindowMaker/Icons/clip2.xpm
share/WindowMaker/Icons/defaultAppIcon.xpm
share/WindowMaker/Icons/defaultterm.xpm
share/WindowMaker/Icons/draw.xpm
share/WindowMaker/Icons/linuxterm.xpm
share/WindowMaker/Icons/mixer.xpm
share/WindowMaker/Icons/notepad.xpm
share/WindowMaker/Icons/pdf.xpm
share/WindowMaker/Icons/ps.xpm
share/WindowMaker/Icons/real.xpm
share/WindowMaker/Icons/sgiterm.xpm
share/WindowMaker/Icons/sound.xpm
share/WindowMaker/Icons/staroffice2.xpm
share/WindowMaker/Icons/timer.xpm
share/WindowMaker/Icons/xv.xpm
share/WindowMaker/Icons/wilber.xpm
share/WindowMaker/Icons/write.xpm
share/WindowMaker/Icons/xdvi.xpm
share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
share/WindowMaker/Pixmaps/Ant.xpm
@ -150,36 +160,70 @@ share/WindowMaker/Pixmaps/tile.black.xpm
share/WindowMaker/Pixmaps/tile.snow.xpm
share/WindowMaker/Pixmaps/tile2.xpm
share/WindowMaker/Pixmaps/xv.xpm
share/WindowMaker/Backgrounds/BlueImage.jpeg
share/WindowMaker/Backgrounds/SeaNight.jpeg
share/WindowMaker/Backgrounds/BlueWaves.jpeg
share/WindowMaker/IconSets/Default
share/WindowMaker/wmmacros
share/WindowMaker/Styles/Autumn.style
share/WindowMaker/Styles/Black.style
share/WindowMaker/Styles/BlackTexture.style
share/WindowMaker/Styles/Blue.style
share/WindowMaker/Styles/BlueDawn.style
share/WindowMaker/Styles/BlueishGreen.style
share/WindowMaker/Styles/Brown.style
share/WindowMaker/Styles/Chumbo.style
share/WindowMaker/Styles/Copper.style
share/WindowMaker/Styles/DarkBlue.style
share/WindowMaker/Styles/DarkRed.style
share/WindowMaker/Styles/Fire.style
share/WindowMaker/Styles/Food.style
share/WindowMaker/Styles/Golden.style
share/WindowMaker/Styles/Green.style
share/WindowMaker/Styles/GreyBlue.style
share/WindowMaker/Styles/Gtk.style
share/WindowMaker/Styles/LightBlue.style
share/WindowMaker/Styles/Pastel.style
share/WindowMaker/Styles/Purple.style
share/WindowMaker/Styles/Red.style
share/WindowMaker/Styles/RednBlue.style
share/WindowMaker/Styles/Summer.style
share/WindowMaker/Styles/Traditional.style
share/WindowMaker/Styles/VioletBlue.style
share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
share/WindowMaker/Themes/Night.themed/style
share/WindowMaker/Themes/Checker.themed/checker.xpm
share/WindowMaker/Themes/Checker.themed/style
share/WindowMaker/Themes/Default.style
share/WindowMaker/Themes/OpenStep.style
share/WindowMaker/Themes/Pastel.style
share/WindowMaker/README
share/WindowMaker/menu
share/WindowMaker/plmenu
share/WindowMaker/README.themes
share/WindowMaker/autostart.sh
share/WindowMaker/exitscript.sh
share/WindowMaker/menu
share/WindowMaker/menu.ca
share/WindowMaker/menu.cz
share/WindowMaker/menu.de
share/WindowMaker/menu.dk
share/WindowMaker/menu.el
share/WindowMaker/menu.es
share/WindowMaker/menu.fi
share/WindowMaker/menu.fr
share/WindowMaker/menu.gl
share/WindowMaker/menu.he
share/WindowMaker/menu.hr
share/WindowMaker/menu.hu
share/WindowMaker/menu.it
share/WindowMaker/menu.ja
share/WindowMaker/menu.ko
share/WindowMaker/menu.nl
share/WindowMaker/menu.pt
share/WindowMaker/menu.it
share/WindowMaker/menu.no
share/WindowMaker/menu.he
share/WindowMaker/menu.es
share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.tr
share/WindowMaker/menu.el
share/WindowMaker/menu.se
share/WindowMaker/menu.fi
share/WindowMaker/menu.hr
share/WindowMaker/menu.dk
share/WindowMaker/menu.sl
share/WindowMaker/menu.tr
share/WindowMaker/plmenu
share/WindowMaker/plmenu.fr
share/WindowMaker/plmenu.hr
share/WindowMaker/wmmacros
share/WindowMaker/xtree.dat
GNUstep/Apps/WPrefs.app/xpm/advancetonewworkspace.xpm
GNUstep/Apps/WPrefs.app/xpm/animations.xpm
GNUstep/Apps/WPrefs.app/xpm/appearance.xpm
@ -189,6 +233,7 @@ GNUstep/Apps/WPrefs.app/xpm/cycleworkspaces.xpm
GNUstep/Apps/WPrefs.app/xpm/dock.xpm
GNUstep/Apps/WPrefs.app/xpm/dontlinkworkspaces.xpm
GNUstep/Apps/WPrefs.app/xpm/ergonomic.xpm
GNUstep/Apps/WPrefs.app/xpm/ergowood.xpm
GNUstep/Apps/WPrefs.app/xpm/expert.xpm
GNUstep/Apps/WPrefs.app/xpm/fonts.xpm
GNUstep/Apps/WPrefs.app/xpm/iconprefs.xpm
@ -199,10 +244,11 @@ GNUstep/Apps/WPrefs.app/xpm/menualign1.xpm
GNUstep/Apps/WPrefs.app/xpm/menualign2.xpm
GNUstep/Apps/WPrefs.app/xpm/menuprefs.xpm
GNUstep/Apps/WPrefs.app/xpm/menus.xpm
GNUstep/Apps/WPrefs.app/xpm/moreanim.xpm
GNUstep/Apps/WPrefs.app/xpm/minimouseleft.xpm
GNUstep/Apps/WPrefs.app/xpm/minimousemiddle.xpm
GNUstep/Apps/WPrefs.app/xpm/minimouseright.xpm
GNUstep/Apps/WPrefs.app/xpm/miscprefs2.xpm
GNUstep/Apps/WPrefs.app/xpm/moreanim.xpm
GNUstep/Apps/WPrefs.app/xpm/mousesettings.xpm
GNUstep/Apps/WPrefs.app/xpm/mousespeed.xpm
GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm
@ -220,7 +266,10 @@ GNUstep/Apps/WPrefs.app/xpm/speed2s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed3.xpm
GNUstep/Apps/WPrefs.app/xpm/speed3s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed4.xpm
GNUstep/Apps/WPrefs.app/xpm/xis.xpm
GNUstep/Apps/WPrefs.app/xpm/speed4s.xpm
GNUstep/Apps/WPrefs.app/xpm/temp.xpm
GNUstep/Apps/WPrefs.app/xpm/theme.xpm
GNUstep/Apps/WPrefs.app/xpm/timer0.xpm
GNUstep/Apps/WPrefs.app/xpm/timer0s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer1.xpm
@ -236,7 +285,6 @@ GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm
GNUstep/Apps/WPrefs.app/xpm/whandling.xpm
GNUstep/Apps/WPrefs.app/xpm/windowfocus.xpm
GNUstep/Apps/WPrefs.app/xpm/workspace.xpm
GNUstep/Apps/WPrefs.app/xpm/xis.xpm
GNUstep/Apps/WPrefs.app/tiff/advancetonewworkspace.tiff
GNUstep/Apps/WPrefs.app/tiff/animations.tiff
GNUstep/Apps/WPrefs.app/tiff/appearance.tiff
@ -246,6 +294,7 @@ GNUstep/Apps/WPrefs.app/tiff/cycleworkspaces.tiff
GNUstep/Apps/WPrefs.app/tiff/dock.tiff
GNUstep/Apps/WPrefs.app/tiff/dontlinkworkspaces.tiff
GNUstep/Apps/WPrefs.app/tiff/ergonomic.tiff
GNUstep/Apps/WPrefs.app/tiff/ergowood.tiff
GNUstep/Apps/WPrefs.app/tiff/expert.tiff
GNUstep/Apps/WPrefs.app/tiff/fonts.tiff
GNUstep/Apps/WPrefs.app/tiff/iconprefs.tiff
@ -259,6 +308,7 @@ GNUstep/Apps/WPrefs.app/tiff/menus.tiff
GNUstep/Apps/WPrefs.app/tiff/minimouseleft.tiff
GNUstep/Apps/WPrefs.app/tiff/minimousemiddle.tiff
GNUstep/Apps/WPrefs.app/tiff/minimouseright.tiff
GNUstep/Apps/WPrefs.app/tiff/miscprefs2.tiff
GNUstep/Apps/WPrefs.app/tiff/moreanim.tiff
GNUstep/Apps/WPrefs.app/tiff/mousesettings.tiff
GNUstep/Apps/WPrefs.app/tiff/mousespeed.tiff
@ -275,10 +325,12 @@ GNUstep/Apps/WPrefs.app/tiff/speed1s.tiff
GNUstep/Apps/WPrefs.app/tiff/speed2.tiff
GNUstep/Apps/WPrefs.app/tiff/speed2s.tiff
GNUstep/Apps/WPrefs.app/tiff/speed3.tiff
GNUstep/Apps/WPrefs.app/tiff/speed3s.tiff
GNUstep/Apps/WPrefs.app/tiff/speed4.tiff
GNUstep/Apps/WPrefs.app/tiff/timer0.tiff
GNUstep/Apps/WPrefs.app/tiff/speed3s.tiff
GNUstep/Apps/WPrefs.app/tiff/speed4s.tiff
GNUstep/Apps/WPrefs.app/tiff/temp.tiff
GNUstep/Apps/WPrefs.app/tiff/theme.tiff
GNUstep/Apps/WPrefs.app/tiff/timer0.tiff
GNUstep/Apps/WPrefs.app/tiff/timer0s.tiff
GNUstep/Apps/WPrefs.app/tiff/timer1.tiff
GNUstep/Apps/WPrefs.app/tiff/timer1s.tiff
@ -302,13 +354,15 @@ GNUstep/Apps/WPrefs.app/WPrefs.xpm
@dirrm GNUstep/Apps/WPrefs.app
@dirrm GNUstep/Apps
@dirrm GNUstep
@dirrm share/WindowMaker/IconSets
@dirrm share/WindowMaker/Backgrounds
@dirrm share/WindowMaker/Pixmaps
@dirrm share/WindowMaker/Icons
@dirrm share/WindowMaker/Themes/Checker.themed
@dirrm share/WindowMaker/Themes/Night.themed
@dirrm share/WindowMaker/Themes
@dirrm share/WindowMaker/Styles
@dirrm share/WindowMaker/Pixmaps
@dirrm share/WindowMaker/Icons
@dirrm share/WindowMaker/IconSets
@dirrm share/WindowMaker/Defaults
@dirrm share/WindowMaker/Backgrounds
@dirrm share/WindowMaker
@dirrm share/WINGs
@dirrm lib/locale
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/X11R6/lib