Update to v0.61.0

This commit is contained in:
jasoni 1999-09-21 02:55:03 +00:00
parent 9677b4cb00
commit 8c96e3e1b8
5 changed files with 645 additions and 660 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.15 1999/06/08 02:52:52 jasoni Exp $
# $OpenBSD: Makefile,v 1.16 1999/09/21 02:55:03 jasoni Exp $
DISTNAME= WindowMaker-0.60.0
DISTNAME= WindowMaker-0.61.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/
@ -18,14 +18,14 @@ LIB_DEPENDS= PropList:${PORTSDIR}/devel/libproplist \
gif:${PORTSDIR}/graphics/giflib
# The files placed in $SYSCONFDIR are better placed in $PREFIX/share/WindowMaker
SYSCONFDIR= ${PREFIX}/share/WindowMaker/Defaults
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \
--with-incs-from="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
--with-libs-from="-L${PREFIX}/lib" --disable-debug
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
LDFLAGS="-L${PREFIX}/lib"
SYSCONFDIR= ${PREFIX}/share/WindowMaker/Defaults
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \
--with-incs-from="-I${PREFIX}/include -I${PREFIX}/include/giflib" \
--with-libs-from="-L${PREFIX}/lib" --disable-debug
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \
LDFLAGS="-L${PREFIX}/lib"
post-configure:
@cd ${WRKDIR}/WindowMaker-extra-0.1; \

View File

@ -1,6 +1,6 @@
MD5 (WindowMaker-0.60.0.tar.gz) = 50014a1a0c757b198ada763778122311
MD5 (WindowMaker-0.61.0.tar.gz) = b561529afde455ddfb0fe03d4d98c8c2
MD5 (WindowMaker-extra-0.1.tar.gz) = 07c7700daaaf232bc490f5abaabef085
RMD160 (WindowMaker-0.60.0.tar.gz) = f9f2e98af7e3384bfb103b3bf1f174a41e722334
RMD160 (WindowMaker-0.61.0.tar.gz) = 8740e2978c2e98045e88296f607aded3b07ed4b8
RMD160 (WindowMaker-extra-0.1.tar.gz) = 94334c2c12d20a8fd0cd2a70e54cd3689f043038
SHA1 (WindowMaker-0.60.0.tar.gz) = 1724c3e9da5554c8a9c26da4a5cf21207a3d61dd
SHA1 (WindowMaker-0.61.0.tar.gz) = 423d653a4975049003d789a2b8801930e939a883
SHA1 (WindowMaker-extra-0.1.tar.gz) = 80f34cb3af705ec0f79d727b82cef28ee50fc4e7

View File

@ -1,11 +0,0 @@
--- util/Makefile.in.orig Sat Jun 5 15:25:51 1999
+++ util/Makefile.in Sat Jun 5 15:26:38 1999
@@ -146,7 +146,7 @@
PROGRAMS = $(bin_PROGRAMS)
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
+DEFS = @DEFS@ -I. -I../WINGs -I$(srcdir) -I../src
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@

View File

@ -1,311 +1,6 @@
bin/get-wraster-flags
bin/wmaker
bin/wxcopy
bin/wxpaste
bin/wdwrite
bin/getstyle
bin/setstyle
bin/seticons
bin/geticonset
bin/wmsetbg
bin/wmaker.inst
bin/wsetfont
bin/wm-oldmenu2new
bin/wkdemenu.pl
lib/libwraster.so.3.0
lib/libwraster.la
lib/libwraster.a
lib/libWINGs.a
lib/libWMaker.a
@exec /sbin/ldconfig -m %B
man/man1/geticonset.1x
man/man1/setstyle.1x
man/man1/wxpaste.1x
man/man1/getstyle.1x
man/man1/wdwrite.1x
man/man1/wmsetbg.1x
man/man1/wsetfont.1x
man/man1/seticons.1x
man/man1/wmaker.1x
man/man1/wxcopy.1x
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/WindowMaker/WMRootMenu
share/WindowMaker/Defaults/WindowMaker/WMWindowAttributes
share/WindowMaker/Defaults/WindowMaker/WindowMaker
share/WindowMaker/Defaults/WindowMaker/WMState
share/WindowMaker/Defaults/WindowMaker/WMGLOBAL
share/WindowMaker/IconSets/Default.iconset
share/WindowMaker/Icons/BitchX.tiff
share/WindowMaker/Icons/DefaultAppIcon.tiff
share/WindowMaker/Icons/GNUstep.tiff
share/WindowMaker/Icons/GNUstep3D.tiff
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/Icons/Ant.xpm
share/WindowMaker/Icons/Antennae.xpm
share/WindowMaker/Icons/Bee48x48.xpm
share/WindowMaker/Icons/Beer.xpm
share/WindowMaker/Icons/Bird.xpm
share/WindowMaker/Icons/Book.xpm
share/WindowMaker/Icons/Bookshelf.xpm
share/WindowMaker/Icons/Brain.xpm
share/WindowMaker/Icons/BulletHole.xpm
share/WindowMaker/Icons/CashRegister.xpm
share/WindowMaker/Icons/Clipboard.xpm
share/WindowMaker/Icons/Cola.xpm
share/WindowMaker/Icons/ColorGNU.xpm
share/WindowMaker/Icons/Correspondence.dir.xpm
share/WindowMaker/Icons/CrystalSkull.dir.xpm
share/WindowMaker/Icons/Daemon.xpm
share/WindowMaker/Icons/Detergent.dir.xpm
share/WindowMaker/Icons/DoomII.xpm
share/WindowMaker/Icons/Draw.xpm
share/WindowMaker/Icons/EscherCube.xpm
share/WindowMaker/Icons/EscherTriangle.xpm
share/WindowMaker/Icons/Fish5.dir.xpm
share/WindowMaker/Icons/Football.xpm
share/WindowMaker/Icons/FootballUS.xpm
share/WindowMaker/Icons/Gear.xpm
share/WindowMaker/Icons/Ghost.xpm
share/WindowMaker/Icons/HP-16C-48.xpm
share/WindowMaker/Icons/HandOpen.xpm
share/WindowMaker/Icons/HandPointing.xpm
share/WindowMaker/Icons/HandPointingLeft.xpm
share/WindowMaker/Icons/HandPunch.xpm
share/WindowMaker/Icons/HandReach.xpm
share/WindowMaker/Icons/HeroSandwich.dir.xpm
share/WindowMaker/Icons/LadyBug48x48.xpm
share/WindowMaker/Icons/Microphone.xpm
share/WindowMaker/Icons/Netscape.xpm
share/WindowMaker/Icons/NewsAgent.xpm
share/WindowMaker/Icons/PDF.xpm
share/WindowMaker/Icons/Padlock.xpm
share/WindowMaker/Icons/Paint.xpm
share/WindowMaker/Icons/Pencils.24.xpm
share/WindowMaker/Icons/Penguin.xpm
share/WindowMaker/Icons/Radio.xpm
share/WindowMaker/Icons/Reference.xpm
share/WindowMaker/Icons/Rumi.xpm
share/WindowMaker/Icons/Snail.xpm
share/WindowMaker/Icons/T2-Film.xpm
share/WindowMaker/Icons/TagIcon.xpm
share/WindowMaker/Icons/TapeIcon1.xpm
share/WindowMaker/Icons/TrueDie48.xpm
share/WindowMaker/Icons/WheelbarrowFull.xpm
share/WindowMaker/Icons/WordEditor.xpm
share/WindowMaker/Icons/Wrench-12bit.xpm
share/WindowMaker/Icons/bomb2.xpm
share/WindowMaker/Icons/inspect.xpm
share/WindowMaker/Icons/monitor.xpm
share/WindowMaker/Icons/paint.xpm
share/WindowMaker/Icons/tile.black.xpm
share/WindowMaker/Icons/tile.snow.xpm
share/WindowMaker/Icons/tile.xpm
share/WindowMaker/Icons/tile2.xpm
share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
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/Pink.style
share/WindowMaker/Styles/Pumpkin.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/Default.style
share/WindowMaker/Themes/OpenStep.style
share/WindowMaker/Themes/Pastel.style
share/WindowMaker/Themes/SteelBlueSilk.style
share/WindowMaker/Themes/Checker.themed/checker.xpm
share/WindowMaker/Themes/Checker.themed/style
share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg
share/WindowMaker/Themes/LeetWM.themed/style
share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
share/WindowMaker/Themes/Night.themed/style
share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg
share/WindowMaker/Themes/STEP2000.themed/style
share/WindowMaker/README
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.da
share/WindowMaker/menu.de
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.no
share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.sl
share/WindowMaker/menu.tr
share/WindowMaker/menu.zh_CN
share/WindowMaker/menu.zh_TW.Big5
share/WindowMaker/plmenu
share/WindowMaker/plmenu.da
share/WindowMaker/plmenu.fr
share/WindowMaker/plmenu.hr
share/WindowMaker/plmenu.zh_CN
share/WindowMaker/plmenu.it
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
GNUstep/Apps/WPrefs.app/xpm/clip.xpm
GNUstep/Apps/WPrefs.app/xpm/configs.xpm
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
GNUstep/Apps/WPrefs.app/xpm/keyboard.xpm
GNUstep/Apps/WPrefs.app/xpm/keyboardprefs.xpm
GNUstep/Apps/WPrefs.app/xpm/keyshortcuts.xpm
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/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/msty1.xpm
GNUstep/Apps/WPrefs.app/xpm/msty2.xpm
GNUstep/Apps/WPrefs.app/xpm/msty3.xpm
GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/nonopaque.xpm
GNUstep/Apps/WPrefs.app/xpm/oldstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/opaque.xpm
GNUstep/Apps/WPrefs.app/xpm/paths.xpm
GNUstep/Apps/WPrefs.app/xpm/smooth.xpm
GNUstep/Apps/WPrefs.app/xpm/sound.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed2.xpm
GNUstep/Apps/WPrefs.app/xpm/xis.xpm
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/speed4s.xpm
GNUstep/Apps/WPrefs.app/xpm/tdel.xpm
GNUstep/Apps/WPrefs.app/xpm/tedit.xpm
GNUstep/Apps/WPrefs.app/xpm/temp.xpm
GNUstep/Apps/WPrefs.app/xpm/textr.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
GNUstep/Apps/WPrefs.app/xpm/timer1s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm
GNUstep/Apps/WPrefs.app/xpm/tnew.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/WPrefs
GNUstep/Apps/WPrefs.app/WPrefs.tiff
GNUstep/Apps/WPrefs.app/WPrefs.xpm
GNUstep/Apps/WPrefs.app/tiff/advancetonewworkspace.tiff
GNUstep/Apps/WPrefs.app/tiff/animations.tiff
GNUstep/Apps/WPrefs.app/tiff/appearance.tiff
@ -326,9 +21,6 @@ GNUstep/Apps/WPrefs.app/tiff/menualign1.tiff
GNUstep/Apps/WPrefs.app/tiff/menualign2.tiff
GNUstep/Apps/WPrefs.app/tiff/menuprefs.tiff
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
@ -375,14 +67,315 @@ GNUstep/Apps/WPrefs.app/tiff/whandling.tiff
GNUstep/Apps/WPrefs.app/tiff/windowfocus.tiff
GNUstep/Apps/WPrefs.app/tiff/workspace.tiff
GNUstep/Apps/WPrefs.app/tiff/xis.tiff
GNUstep/Apps/WPrefs.app/WPrefs
GNUstep/Apps/WPrefs.app/WPrefs.tiff
GNUstep/Apps/WPrefs.app/WPrefs.xpm
@dirrm GNUstep/Apps/WPrefs.app/tiff
@dirrm GNUstep/Apps/WPrefs.app/xpm
@dirrm GNUstep/Apps/WPrefs.app
@dirrm GNUstep/Apps
@dirrm GNUstep
GNUstep/Apps/WPrefs.app/xpm/advancetonewworkspace.xpm
GNUstep/Apps/WPrefs.app/xpm/animations.xpm
GNUstep/Apps/WPrefs.app/xpm/appearance.xpm
GNUstep/Apps/WPrefs.app/xpm/clip.xpm
GNUstep/Apps/WPrefs.app/xpm/configs.xpm
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
GNUstep/Apps/WPrefs.app/xpm/keyboard.xpm
GNUstep/Apps/WPrefs.app/xpm/keyboardprefs.xpm
GNUstep/Apps/WPrefs.app/xpm/keyshortcuts.xpm
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/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/msty1.xpm
GNUstep/Apps/WPrefs.app/xpm/msty2.xpm
GNUstep/Apps/WPrefs.app/xpm/msty3.xpm
GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/nonopaque.xpm
GNUstep/Apps/WPrefs.app/xpm/oldstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/opaque.xpm
GNUstep/Apps/WPrefs.app/xpm/paths.xpm
GNUstep/Apps/WPrefs.app/xpm/smooth.xpm
GNUstep/Apps/WPrefs.app/xpm/sound.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed2.xpm
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/speed4s.xpm
GNUstep/Apps/WPrefs.app/xpm/tdel.xpm
GNUstep/Apps/WPrefs.app/xpm/tedit.xpm
GNUstep/Apps/WPrefs.app/xpm/temp.xpm
GNUstep/Apps/WPrefs.app/xpm/textr.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
GNUstep/Apps/WPrefs.app/xpm/timer1s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm
GNUstep/Apps/WPrefs.app/xpm/tnew.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
bin/get-wraster-flags
bin/geticonset
bin/getstyle
bin/seticons
bin/setstyle
bin/wdwrite
bin/wkdemenu.pl
bin/wm-oldmenu2new
bin/wmaker
bin/wmaker.inst
bin/wmsetbg
bin/wsetfont
bin/wxcopy
bin/wxpaste
include/WINGs.h
include/WINGsP.h
include/WMaker.h
include/WUtil.h
include/wraster.h
lib/libWINGs.a
lib/libWMaker.a
lib/libWUtil.a
lib/libwraster.a
lib/libwraster.la
lib/libwraster.so.3.0
@exec /sbin/ldconfig -m %B
man/man1/geticonset.1x
man/man1/getstyle.1x
man/man1/seticons.1x
man/man1/setstyle.1x
man/man1/wdwrite.1x
man/man1/wmaker.1x
man/man1/wmsetbg.1x
man/man1/wsetfont.1x
man/man1/wxcopy.1x
man/man1/wxpaste.1x
share/WINGs/Images.tiff
share/WINGs/Images.xpm
share/WINGs/defaultIcon.tiff
share/WINGs/defaultIcon.xpm
share/WindowMaker/Backgrounds/BlueImage.jpeg
share/WindowMaker/Defaults/WindowMaker/WMGLOBAL
share/WindowMaker/Defaults/WindowMaker/WMRootMenu
share/WindowMaker/Defaults/WindowMaker/WMState
share/WindowMaker/Defaults/WindowMaker/WMWindowAttributes
share/WindowMaker/Defaults/WindowMaker/WindowMaker
share/WindowMaker/IconSets/Default.iconset
share/WindowMaker/Icons/Ant.xpm
share/WindowMaker/Icons/Antennae.xpm
share/WindowMaker/Icons/Bee48x48.xpm
share/WindowMaker/Icons/Beer.xpm
share/WindowMaker/Icons/Bird.xpm
share/WindowMaker/Icons/BitchX.tiff
share/WindowMaker/Icons/BitchX.xpm
share/WindowMaker/Icons/Book.xpm
share/WindowMaker/Icons/Bookshelf.xpm
share/WindowMaker/Icons/Brain.xpm
share/WindowMaker/Icons/BulletHole.xpm
share/WindowMaker/Icons/CashRegister.xpm
share/WindowMaker/Icons/Clipboard.xpm
share/WindowMaker/Icons/Cola.xpm
share/WindowMaker/Icons/ColorGNU.xpm
share/WindowMaker/Icons/Correspondence.dir.xpm
share/WindowMaker/Icons/CrystalSkull.dir.xpm
share/WindowMaker/Icons/Daemon.xpm
share/WindowMaker/Icons/DefaultAppIcon.tiff
share/WindowMaker/Icons/Detergent.dir.xpm
share/WindowMaker/Icons/DoomII.xpm
share/WindowMaker/Icons/Draw.xpm
share/WindowMaker/Icons/EscherCube.xpm
share/WindowMaker/Icons/EscherTriangle.xpm
share/WindowMaker/Icons/Fish5.dir.xpm
share/WindowMaker/Icons/Football.xpm
share/WindowMaker/Icons/FootballUS.xpm
share/WindowMaker/Icons/GNUstep.tiff
share/WindowMaker/Icons/GNUstep.xpm
share/WindowMaker/Icons/GNUstep3D.tiff
share/WindowMaker/Icons/GNUstep3D.xpm
share/WindowMaker/Icons/GNUstepGlow.tiff
share/WindowMaker/Icons/GNUstepGlow.xpm
share/WindowMaker/Icons/GNUterm.tiff
share/WindowMaker/Icons/GNUterm.xpm
share/WindowMaker/Icons/Gear.xpm
share/WindowMaker/Icons/Ghost.xpm
share/WindowMaker/Icons/HP-16C-48.xpm
share/WindowMaker/Icons/HandOpen.xpm
share/WindowMaker/Icons/HandPointing.xpm
share/WindowMaker/Icons/HandPointingLeft.xpm
share/WindowMaker/Icons/HandPunch.xpm
share/WindowMaker/Icons/HandReach.xpm
share/WindowMaker/Icons/HeroSandwich.dir.xpm
share/WindowMaker/Icons/LadyBug48x48.xpm
share/WindowMaker/Icons/Microphone.xpm
share/WindowMaker/Icons/Netscape.xpm
share/WindowMaker/Icons/NewsAgent.xpm
share/WindowMaker/Icons/PDF.xpm
share/WindowMaker/Icons/Padlock.xpm
share/WindowMaker/Icons/Paint.xpm
share/WindowMaker/Icons/Pencils.24.xpm
share/WindowMaker/Icons/Penguin.xpm
share/WindowMaker/Icons/Radio.xpm
share/WindowMaker/Icons/Reference.xpm
share/WindowMaker/Icons/Rumi.xpm
share/WindowMaker/Icons/Snail.xpm
share/WindowMaker/Icons/T2-Film.xpm
share/WindowMaker/Icons/TagIcon.xpm
share/WindowMaker/Icons/TapeIcon1.xpm
share/WindowMaker/Icons/TrueDie48.xpm
share/WindowMaker/Icons/WheelbarrowFull.xpm
share/WindowMaker/Icons/WordEditor.xpm
share/WindowMaker/Icons/Wrench-12bit.xpm
share/WindowMaker/Icons/bomb2.xpm
share/WindowMaker/Icons/clip.tiff
share/WindowMaker/Icons/clip.xpm
share/WindowMaker/Icons/clip2.tiff
share/WindowMaker/Icons/clip2.xpm
share/WindowMaker/Icons/defaultAppIcon.tiff
share/WindowMaker/Icons/defaultAppIcon.xpm
share/WindowMaker/Icons/defaultterm.tiff
share/WindowMaker/Icons/defaultterm.xpm
share/WindowMaker/Icons/draw.tiff
share/WindowMaker/Icons/draw.xpm
share/WindowMaker/Icons/inspect.xpm
share/WindowMaker/Icons/linuxterm.tiff
share/WindowMaker/Icons/linuxterm.xpm
share/WindowMaker/Icons/mixer.tiff
share/WindowMaker/Icons/mixer.xpm
share/WindowMaker/Icons/monitor.xpm
share/WindowMaker/Icons/notepad.tiff
share/WindowMaker/Icons/notepad.xpm
share/WindowMaker/Icons/paint.xpm
share/WindowMaker/Icons/pdf.tiff
share/WindowMaker/Icons/pdf.xpm
share/WindowMaker/Icons/ps.tiff
share/WindowMaker/Icons/ps.xpm
share/WindowMaker/Icons/real.tiff
share/WindowMaker/Icons/real.xpm
share/WindowMaker/Icons/sgiterm.tiff
share/WindowMaker/Icons/sgiterm.xpm
share/WindowMaker/Icons/sound.tiff
share/WindowMaker/Icons/sound.xpm
share/WindowMaker/Icons/staroffice2.tiff
share/WindowMaker/Icons/staroffice2.xpm
share/WindowMaker/Icons/tile.black.xpm
share/WindowMaker/Icons/tile.snow.xpm
share/WindowMaker/Icons/tile.xpm
share/WindowMaker/Icons/tile2.xpm
share/WindowMaker/Icons/timer.tiff
share/WindowMaker/Icons/timer.xpm
share/WindowMaker/Icons/wilber.tiff
share/WindowMaker/Icons/wilber.xpm
share/WindowMaker/Icons/write.tiff
share/WindowMaker/Icons/write.xpm
share/WindowMaker/Icons/xdvi.tiff
share/WindowMaker/Icons/xdvi.xpm
share/WindowMaker/Icons/xv.tiff
share/WindowMaker/Icons/xv.xpm
share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
share/WindowMaker/README
share/WindowMaker/README.themes
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/Brownish.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/Pink.style
share/WindowMaker/Styles/Pumpkin.style
share/WindowMaker/Styles/Purple.style
share/WindowMaker/Styles/Purplish.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/Checker.themed/checker.xpm
share/WindowMaker/Themes/Checker.themed/style
share/WindowMaker/Themes/Default.style
share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg
share/WindowMaker/Themes/LeetWM.themed/style
share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
share/WindowMaker/Themes/Night.themed/style
share/WindowMaker/Themes/OpenStep.style
share/WindowMaker/Themes/Pastel.style
share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg
share/WindowMaker/Themes/STEP2000.themed/style
share/WindowMaker/Themes/SteelBlueSilk.style
share/WindowMaker/autostart.sh
share/WindowMaker/exitscript.sh
share/WindowMaker/menu
share/WindowMaker/menu.ca
share/WindowMaker/menu.cz
share/WindowMaker/menu.da
share/WindowMaker/menu.de
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.no
share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.sl
share/WindowMaker/menu.tr
share/WindowMaker/menu.zh_CN
share/WindowMaker/menu.zh_TW.Big5
share/WindowMaker/plmenu
share/WindowMaker/plmenu.da
share/WindowMaker/plmenu.de
share/WindowMaker/plmenu.fr
share/WindowMaker/plmenu.hr
share/WindowMaker/plmenu.it
share/WindowMaker/plmenu.zh_CN
share/WindowMaker/wmmacros
share/WindowMaker/xtree.dat
@dirrm share/WindowMaker/Themes/STEP2000.themed
@dirrm share/WindowMaker/Themes/Night.themed
@dirrm share/WindowMaker/Themes/LeetWM.themed
@ -398,3 +391,8 @@ GNUstep/Apps/WPrefs.app/WPrefs.xpm
@dirrm share/WindowMaker
@dirrm share/WINGs
@dirrm lib/locale
@dirrm GNUstep/Apps/WPrefs.app/xpm
@dirrm GNUstep/Apps/WPrefs.app/tiff
@dirrm GNUstep/Apps/WPrefs.app
@dirrm GNUstep/Apps
@dirrm GNUstep

View File

@ -1,309 +1,6 @@
bin/get-wraster-flags
bin/wmaker
bin/wxcopy
bin/wxpaste
bin/wdwrite
bin/getstyle
bin/setstyle
bin/seticons
bin/geticonset
bin/wmsetbg
bin/wmaker.inst
bin/wsetfont
bin/wm-oldmenu2new
bin/wkdemenu.pl
lib/libwraster.la
lib/libwraster.a
lib/libWINGs.a
lib/libWMaker.a
man/man1/geticonset.1x
man/man1/setstyle.1x
man/man1/wxpaste.1x
man/man1/getstyle.1x
man/man1/wdwrite.1x
man/man1/wmsetbg.1x
man/man1/wsetfont.1x
man/man1/seticons.1x
man/man1/wmaker.1x
man/man1/wxcopy.1x
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/WindowMaker/WMRootMenu
share/WindowMaker/Defaults/WindowMaker/WMWindowAttributes
share/WindowMaker/Defaults/WindowMaker/WindowMaker
share/WindowMaker/Defaults/WindowMaker/WMState
share/WindowMaker/Defaults/WindowMaker/WMGLOBAL
share/WindowMaker/IconSets/Default.iconset
share/WindowMaker/Icons/BitchX.tiff
share/WindowMaker/Icons/DefaultAppIcon.tiff
share/WindowMaker/Icons/GNUstep.tiff
share/WindowMaker/Icons/GNUstep3D.tiff
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/Icons/Ant.xpm
share/WindowMaker/Icons/Antennae.xpm
share/WindowMaker/Icons/Bee48x48.xpm
share/WindowMaker/Icons/Beer.xpm
share/WindowMaker/Icons/Bird.xpm
share/WindowMaker/Icons/Book.xpm
share/WindowMaker/Icons/Bookshelf.xpm
share/WindowMaker/Icons/Brain.xpm
share/WindowMaker/Icons/BulletHole.xpm
share/WindowMaker/Icons/CashRegister.xpm
share/WindowMaker/Icons/Clipboard.xpm
share/WindowMaker/Icons/Cola.xpm
share/WindowMaker/Icons/ColorGNU.xpm
share/WindowMaker/Icons/Correspondence.dir.xpm
share/WindowMaker/Icons/CrystalSkull.dir.xpm
share/WindowMaker/Icons/Daemon.xpm
share/WindowMaker/Icons/Detergent.dir.xpm
share/WindowMaker/Icons/DoomII.xpm
share/WindowMaker/Icons/Draw.xpm
share/WindowMaker/Icons/EscherCube.xpm
share/WindowMaker/Icons/EscherTriangle.xpm
share/WindowMaker/Icons/Fish5.dir.xpm
share/WindowMaker/Icons/Football.xpm
share/WindowMaker/Icons/FootballUS.xpm
share/WindowMaker/Icons/Gear.xpm
share/WindowMaker/Icons/Ghost.xpm
share/WindowMaker/Icons/HP-16C-48.xpm
share/WindowMaker/Icons/HandOpen.xpm
share/WindowMaker/Icons/HandPointing.xpm
share/WindowMaker/Icons/HandPointingLeft.xpm
share/WindowMaker/Icons/HandPunch.xpm
share/WindowMaker/Icons/HandReach.xpm
share/WindowMaker/Icons/HeroSandwich.dir.xpm
share/WindowMaker/Icons/LadyBug48x48.xpm
share/WindowMaker/Icons/Microphone.xpm
share/WindowMaker/Icons/Netscape.xpm
share/WindowMaker/Icons/NewsAgent.xpm
share/WindowMaker/Icons/PDF.xpm
share/WindowMaker/Icons/Padlock.xpm
share/WindowMaker/Icons/Paint.xpm
share/WindowMaker/Icons/Pencils.24.xpm
share/WindowMaker/Icons/Penguin.xpm
share/WindowMaker/Icons/Radio.xpm
share/WindowMaker/Icons/Reference.xpm
share/WindowMaker/Icons/Rumi.xpm
share/WindowMaker/Icons/Snail.xpm
share/WindowMaker/Icons/T2-Film.xpm
share/WindowMaker/Icons/TagIcon.xpm
share/WindowMaker/Icons/TapeIcon1.xpm
share/WindowMaker/Icons/TrueDie48.xpm
share/WindowMaker/Icons/WheelbarrowFull.xpm
share/WindowMaker/Icons/WordEditor.xpm
share/WindowMaker/Icons/Wrench-12bit.xpm
share/WindowMaker/Icons/bomb2.xpm
share/WindowMaker/Icons/inspect.xpm
share/WindowMaker/Icons/monitor.xpm
share/WindowMaker/Icons/paint.xpm
share/WindowMaker/Icons/tile.black.xpm
share/WindowMaker/Icons/tile.snow.xpm
share/WindowMaker/Icons/tile.xpm
share/WindowMaker/Icons/tile2.xpm
share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
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/Pink.style
share/WindowMaker/Styles/Pumpkin.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/Default.style
share/WindowMaker/Themes/OpenStep.style
share/WindowMaker/Themes/Pastel.style
share/WindowMaker/Themes/SteelBlueSilk.style
share/WindowMaker/Themes/Checker.themed/checker.xpm
share/WindowMaker/Themes/Checker.themed/style
share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg
share/WindowMaker/Themes/LeetWM.themed/style
share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
share/WindowMaker/Themes/Night.themed/style
share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg
share/WindowMaker/Themes/STEP2000.themed/style
share/WindowMaker/README
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.da
share/WindowMaker/menu.de
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.no
share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.sl
share/WindowMaker/menu.tr
share/WindowMaker/menu.zh_CN
share/WindowMaker/menu.zh_TW.Big5
share/WindowMaker/plmenu
share/WindowMaker/plmenu.da
share/WindowMaker/plmenu.fr
share/WindowMaker/plmenu.hr
share/WindowMaker/plmenu.zh_CN
share/WindowMaker/plmenu.it
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
GNUstep/Apps/WPrefs.app/xpm/clip.xpm
GNUstep/Apps/WPrefs.app/xpm/configs.xpm
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
GNUstep/Apps/WPrefs.app/xpm/keyboard.xpm
GNUstep/Apps/WPrefs.app/xpm/keyboardprefs.xpm
GNUstep/Apps/WPrefs.app/xpm/keyshortcuts.xpm
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/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/msty1.xpm
GNUstep/Apps/WPrefs.app/xpm/msty2.xpm
GNUstep/Apps/WPrefs.app/xpm/msty3.xpm
GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/nonopaque.xpm
GNUstep/Apps/WPrefs.app/xpm/oldstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/opaque.xpm
GNUstep/Apps/WPrefs.app/xpm/paths.xpm
GNUstep/Apps/WPrefs.app/xpm/smooth.xpm
GNUstep/Apps/WPrefs.app/xpm/sound.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed2.xpm
GNUstep/Apps/WPrefs.app/xpm/xis.xpm
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/speed4s.xpm
GNUstep/Apps/WPrefs.app/xpm/tdel.xpm
GNUstep/Apps/WPrefs.app/xpm/tedit.xpm
GNUstep/Apps/WPrefs.app/xpm/temp.xpm
GNUstep/Apps/WPrefs.app/xpm/textr.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
GNUstep/Apps/WPrefs.app/xpm/timer1s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm
GNUstep/Apps/WPrefs.app/xpm/tnew.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/WPrefs
GNUstep/Apps/WPrefs.app/WPrefs.tiff
GNUstep/Apps/WPrefs.app/WPrefs.xpm
GNUstep/Apps/WPrefs.app/tiff/advancetonewworkspace.tiff
GNUstep/Apps/WPrefs.app/tiff/animations.tiff
GNUstep/Apps/WPrefs.app/tiff/appearance.tiff
@ -324,9 +21,6 @@ GNUstep/Apps/WPrefs.app/tiff/menualign1.tiff
GNUstep/Apps/WPrefs.app/tiff/menualign2.tiff
GNUstep/Apps/WPrefs.app/tiff/menuprefs.tiff
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
@ -373,14 +67,313 @@ GNUstep/Apps/WPrefs.app/tiff/whandling.tiff
GNUstep/Apps/WPrefs.app/tiff/windowfocus.tiff
GNUstep/Apps/WPrefs.app/tiff/workspace.tiff
GNUstep/Apps/WPrefs.app/tiff/xis.tiff
GNUstep/Apps/WPrefs.app/WPrefs
GNUstep/Apps/WPrefs.app/WPrefs.tiff
GNUstep/Apps/WPrefs.app/WPrefs.xpm
@dirrm GNUstep/Apps/WPrefs.app/tiff
@dirrm GNUstep/Apps/WPrefs.app/xpm
@dirrm GNUstep/Apps/WPrefs.app
@dirrm GNUstep/Apps
@dirrm GNUstep
GNUstep/Apps/WPrefs.app/xpm/advancetonewworkspace.xpm
GNUstep/Apps/WPrefs.app/xpm/animations.xpm
GNUstep/Apps/WPrefs.app/xpm/appearance.xpm
GNUstep/Apps/WPrefs.app/xpm/clip.xpm
GNUstep/Apps/WPrefs.app/xpm/configs.xpm
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
GNUstep/Apps/WPrefs.app/xpm/keyboard.xpm
GNUstep/Apps/WPrefs.app/xpm/keyboardprefs.xpm
GNUstep/Apps/WPrefs.app/xpm/keyshortcuts.xpm
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/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/msty1.xpm
GNUstep/Apps/WPrefs.app/xpm/msty2.xpm
GNUstep/Apps/WPrefs.app/xpm/msty3.xpm
GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/nonopaque.xpm
GNUstep/Apps/WPrefs.app/xpm/oldstyle.xpm
GNUstep/Apps/WPrefs.app/xpm/opaque.xpm
GNUstep/Apps/WPrefs.app/xpm/paths.xpm
GNUstep/Apps/WPrefs.app/xpm/smooth.xpm
GNUstep/Apps/WPrefs.app/xpm/sound.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0.xpm
GNUstep/Apps/WPrefs.app/xpm/speed0s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1.xpm
GNUstep/Apps/WPrefs.app/xpm/speed1s.xpm
GNUstep/Apps/WPrefs.app/xpm/speed2.xpm
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/speed4s.xpm
GNUstep/Apps/WPrefs.app/xpm/tdel.xpm
GNUstep/Apps/WPrefs.app/xpm/tedit.xpm
GNUstep/Apps/WPrefs.app/xpm/temp.xpm
GNUstep/Apps/WPrefs.app/xpm/textr.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
GNUstep/Apps/WPrefs.app/xpm/timer1s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2.xpm
GNUstep/Apps/WPrefs.app/xpm/timer2s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3.xpm
GNUstep/Apps/WPrefs.app/xpm/timer3s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4.xpm
GNUstep/Apps/WPrefs.app/xpm/timer4s.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5.xpm
GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm
GNUstep/Apps/WPrefs.app/xpm/tnew.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
bin/get-wraster-flags
bin/geticonset
bin/getstyle
bin/seticons
bin/setstyle
bin/wdwrite
bin/wkdemenu.pl
bin/wm-oldmenu2new
bin/wmaker
bin/wmaker.inst
bin/wmsetbg
bin/wsetfont
bin/wxcopy
bin/wxpaste
include/WINGs.h
include/WINGsP.h
include/WMaker.h
include/WUtil.h
include/wraster.h
lib/libWINGs.a
lib/libWMaker.a
lib/libWUtil.a
lib/libwraster.a
lib/libwraster.la
man/man1/geticonset.1x
man/man1/getstyle.1x
man/man1/seticons.1x
man/man1/setstyle.1x
man/man1/wdwrite.1x
man/man1/wmaker.1x
man/man1/wmsetbg.1x
man/man1/wsetfont.1x
man/man1/wxcopy.1x
man/man1/wxpaste.1x
share/WINGs/Images.tiff
share/WINGs/Images.xpm
share/WINGs/defaultIcon.tiff
share/WINGs/defaultIcon.xpm
share/WindowMaker/Backgrounds/BlueImage.jpeg
share/WindowMaker/Defaults/WindowMaker/WMGLOBAL
share/WindowMaker/Defaults/WindowMaker/WMRootMenu
share/WindowMaker/Defaults/WindowMaker/WMState
share/WindowMaker/Defaults/WindowMaker/WMWindowAttributes
share/WindowMaker/Defaults/WindowMaker/WindowMaker
share/WindowMaker/IconSets/Default.iconset
share/WindowMaker/Icons/Ant.xpm
share/WindowMaker/Icons/Antennae.xpm
share/WindowMaker/Icons/Bee48x48.xpm
share/WindowMaker/Icons/Beer.xpm
share/WindowMaker/Icons/Bird.xpm
share/WindowMaker/Icons/BitchX.tiff
share/WindowMaker/Icons/BitchX.xpm
share/WindowMaker/Icons/Book.xpm
share/WindowMaker/Icons/Bookshelf.xpm
share/WindowMaker/Icons/Brain.xpm
share/WindowMaker/Icons/BulletHole.xpm
share/WindowMaker/Icons/CashRegister.xpm
share/WindowMaker/Icons/Clipboard.xpm
share/WindowMaker/Icons/Cola.xpm
share/WindowMaker/Icons/ColorGNU.xpm
share/WindowMaker/Icons/Correspondence.dir.xpm
share/WindowMaker/Icons/CrystalSkull.dir.xpm
share/WindowMaker/Icons/Daemon.xpm
share/WindowMaker/Icons/DefaultAppIcon.tiff
share/WindowMaker/Icons/Detergent.dir.xpm
share/WindowMaker/Icons/DoomII.xpm
share/WindowMaker/Icons/Draw.xpm
share/WindowMaker/Icons/EscherCube.xpm
share/WindowMaker/Icons/EscherTriangle.xpm
share/WindowMaker/Icons/Fish5.dir.xpm
share/WindowMaker/Icons/Football.xpm
share/WindowMaker/Icons/FootballUS.xpm
share/WindowMaker/Icons/GNUstep.tiff
share/WindowMaker/Icons/GNUstep.xpm
share/WindowMaker/Icons/GNUstep3D.tiff
share/WindowMaker/Icons/GNUstep3D.xpm
share/WindowMaker/Icons/GNUstepGlow.tiff
share/WindowMaker/Icons/GNUstepGlow.xpm
share/WindowMaker/Icons/GNUterm.tiff
share/WindowMaker/Icons/GNUterm.xpm
share/WindowMaker/Icons/Gear.xpm
share/WindowMaker/Icons/Ghost.xpm
share/WindowMaker/Icons/HP-16C-48.xpm
share/WindowMaker/Icons/HandOpen.xpm
share/WindowMaker/Icons/HandPointing.xpm
share/WindowMaker/Icons/HandPointingLeft.xpm
share/WindowMaker/Icons/HandPunch.xpm
share/WindowMaker/Icons/HandReach.xpm
share/WindowMaker/Icons/HeroSandwich.dir.xpm
share/WindowMaker/Icons/LadyBug48x48.xpm
share/WindowMaker/Icons/Microphone.xpm
share/WindowMaker/Icons/Netscape.xpm
share/WindowMaker/Icons/NewsAgent.xpm
share/WindowMaker/Icons/PDF.xpm
share/WindowMaker/Icons/Padlock.xpm
share/WindowMaker/Icons/Paint.xpm
share/WindowMaker/Icons/Pencils.24.xpm
share/WindowMaker/Icons/Penguin.xpm
share/WindowMaker/Icons/Radio.xpm
share/WindowMaker/Icons/Reference.xpm
share/WindowMaker/Icons/Rumi.xpm
share/WindowMaker/Icons/Snail.xpm
share/WindowMaker/Icons/T2-Film.xpm
share/WindowMaker/Icons/TagIcon.xpm
share/WindowMaker/Icons/TapeIcon1.xpm
share/WindowMaker/Icons/TrueDie48.xpm
share/WindowMaker/Icons/WheelbarrowFull.xpm
share/WindowMaker/Icons/WordEditor.xpm
share/WindowMaker/Icons/Wrench-12bit.xpm
share/WindowMaker/Icons/bomb2.xpm
share/WindowMaker/Icons/clip.tiff
share/WindowMaker/Icons/clip.xpm
share/WindowMaker/Icons/clip2.tiff
share/WindowMaker/Icons/clip2.xpm
share/WindowMaker/Icons/defaultAppIcon.tiff
share/WindowMaker/Icons/defaultAppIcon.xpm
share/WindowMaker/Icons/defaultterm.tiff
share/WindowMaker/Icons/defaultterm.xpm
share/WindowMaker/Icons/draw.tiff
share/WindowMaker/Icons/draw.xpm
share/WindowMaker/Icons/inspect.xpm
share/WindowMaker/Icons/linuxterm.tiff
share/WindowMaker/Icons/linuxterm.xpm
share/WindowMaker/Icons/mixer.tiff
share/WindowMaker/Icons/mixer.xpm
share/WindowMaker/Icons/monitor.xpm
share/WindowMaker/Icons/notepad.tiff
share/WindowMaker/Icons/notepad.xpm
share/WindowMaker/Icons/paint.xpm
share/WindowMaker/Icons/pdf.tiff
share/WindowMaker/Icons/pdf.xpm
share/WindowMaker/Icons/ps.tiff
share/WindowMaker/Icons/ps.xpm
share/WindowMaker/Icons/real.tiff
share/WindowMaker/Icons/real.xpm
share/WindowMaker/Icons/sgiterm.tiff
share/WindowMaker/Icons/sgiterm.xpm
share/WindowMaker/Icons/sound.tiff
share/WindowMaker/Icons/sound.xpm
share/WindowMaker/Icons/staroffice2.tiff
share/WindowMaker/Icons/staroffice2.xpm
share/WindowMaker/Icons/tile.black.xpm
share/WindowMaker/Icons/tile.snow.xpm
share/WindowMaker/Icons/tile.xpm
share/WindowMaker/Icons/tile2.xpm
share/WindowMaker/Icons/timer.tiff
share/WindowMaker/Icons/timer.xpm
share/WindowMaker/Icons/wilber.tiff
share/WindowMaker/Icons/wilber.xpm
share/WindowMaker/Icons/write.tiff
share/WindowMaker/Icons/write.xpm
share/WindowMaker/Icons/xdvi.tiff
share/WindowMaker/Icons/xdvi.xpm
share/WindowMaker/Icons/xv.tiff
share/WindowMaker/Icons/xv.xpm
share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
share/WindowMaker/README
share/WindowMaker/README.themes
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/Brownish.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/Pink.style
share/WindowMaker/Styles/Pumpkin.style
share/WindowMaker/Styles/Purple.style
share/WindowMaker/Styles/Purplish.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/Checker.themed/checker.xpm
share/WindowMaker/Themes/Checker.themed/style
share/WindowMaker/Themes/Default.style
share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg
share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg
share/WindowMaker/Themes/LeetWM.themed/style
share/WindowMaker/Themes/Night.themed/SeaNight.jpeg
share/WindowMaker/Themes/Night.themed/style
share/WindowMaker/Themes/OpenStep.style
share/WindowMaker/Themes/Pastel.style
share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg
share/WindowMaker/Themes/STEP2000.themed/style
share/WindowMaker/Themes/SteelBlueSilk.style
share/WindowMaker/autostart.sh
share/WindowMaker/exitscript.sh
share/WindowMaker/menu
share/WindowMaker/menu.ca
share/WindowMaker/menu.cz
share/WindowMaker/menu.da
share/WindowMaker/menu.de
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.no
share/WindowMaker/menu.pt
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.sl
share/WindowMaker/menu.tr
share/WindowMaker/menu.zh_CN
share/WindowMaker/menu.zh_TW.Big5
share/WindowMaker/plmenu
share/WindowMaker/plmenu.da
share/WindowMaker/plmenu.de
share/WindowMaker/plmenu.fr
share/WindowMaker/plmenu.hr
share/WindowMaker/plmenu.it
share/WindowMaker/plmenu.zh_CN
share/WindowMaker/wmmacros
share/WindowMaker/xtree.dat
@dirrm share/WindowMaker/Themes/STEP2000.themed
@dirrm share/WindowMaker/Themes/Night.themed
@dirrm share/WindowMaker/Themes/LeetWM.themed
@ -396,3 +389,8 @@ GNUstep/Apps/WPrefs.app/WPrefs.xpm
@dirrm share/WindowMaker
@dirrm share/WINGs
@dirrm lib/locale
@dirrm GNUstep/Apps/WPrefs.app/xpm
@dirrm GNUstep/Apps/WPrefs.app/tiff
@dirrm GNUstep/Apps/WPrefs.app
@dirrm GNUstep/Apps
@dirrm GNUstep