summaryrefslogtreecommitdiff
path: root/wm/windowmaker
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-12 02:03:46 +0000
committerwiz <wiz>2000-12-12 02:03:46 +0000
commitbb2561710f2046c268f9fe79c0c82108e9afaa10 (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/windowmaker
parentc9ed6e4d4ccaa6b5b171c7d8baa0094aad0368bc (diff)
downloadpkgsrc-bb2561710f2046c268f9fe79c0c82108e9afaa10.tar.gz
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r--wm/windowmaker/Makefile84
-rw-r--r--wm/windowmaker/files/md53
-rw-r--r--wm/windowmaker/files/patch-sum6
-rw-r--r--wm/windowmaker/patches/patch-aa31
-rw-r--r--wm/windowmaker/patches/patch-ab39
-rw-r--r--wm/windowmaker/patches/patch-ac13
-rw-r--r--wm/windowmaker/patches/patch-ad40
-rw-r--r--wm/windowmaker/pkg/COMMENT1
-rw-r--r--wm/windowmaker/pkg/DESCR4
-rw-r--r--wm/windowmaker/pkg/MESSAGE8
-rw-r--r--wm/windowmaker/pkg/PLIST310
11 files changed, 539 insertions, 0 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
new file mode 100644
index 00000000000..e6894303e29
--- /dev/null
+++ b/wm/windowmaker/Makefile
@@ -0,0 +1,84 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+DISTNAME= WindowMaker-0.62.1
+PKGNAME= windowmaker-0.62.1
+CATEGORIES= x11 wm
+MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
+ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/WindowMaker/beta/srcs/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.windowmaker.org/
+
+BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
+BUILD_DEPENDS+= gettextize:../../devel/gettext
+DEPENDS+= libproplist-0.10.*:../../devel/libproplist
+DEPENDS+= libungif-*:../../graphics/libungif
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= tiff-*:../../graphics/tiff
+
+USE_LIBTOOL= YES
+USE_LIBINTL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_X11BASE= YES
+USE_XPM= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-usermenu \
+ --with-nlsdir=${PREFIX}/share/locale \
+ --with-incs-from="-I${LOCALBASE}/include" \
+ --with-libs-from=" \
+ -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib \
+ -Wl,-R${X11BASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV+= LINGUAS=yes
+
+INSTALL_TARGET= install-strip
+
+.include "../../mk/bsd.prefs.mk"
+
+# "egcs" has an optimizer problem on "arm32".
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
+CFLAGS=
+.endif
+
+# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options
+# to support. Currently supported options:
+#
+# kde enable support for kde/kwm window manager hints
+# gnome enable support for GNOME window manager hints
+# openlook enable support for OPEN LOOK(tm) window manager hints
+# lite remove Window Maker redundancies with KDE and GNOME
+#
+WINDOWMAKER_OPTIONS?= gnome kde
+
+BUILD_DEFS+= WINDOWMAKER_OPTIONS
+
+.for OPTION in ${WINDOWMAKER_OPTIONS}
+CONFIGURE_ARGS+= --enable-${OPTION}
+.endfor
+
+post-extract:
+ ${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \
+ ${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \
+ ${WRKSRC}/WindowMaker/Defaults/WindowMaker
+ for manfile in ${WRKSRC}/doc/*.1x; \
+ do \
+ ${MV} $${manfile} `${ECHO} $${manfile} | ${SED} "s/1x$$/1/"`; \
+ done;
+
+pre-configure:
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf; \
+ ${RM} doc/Makefile.in ; ${LOCALBASE}/bin/automake --no-force
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/SoundSets
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/Sounds
+ ${TOUCH} ${PREFIX}/share/WindowMaker/SoundSets/.directory
+ ${TOUCH} ${PREFIX}/share/WindowMaker/Sounds/.directory
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/WindowMaker
+ cd ${WRKSRC}; ${INSTALL_DATA} \
+ README README.GNOME README.KDE README.definable-cursor \
+ FAQ FAQ.I18N \
+ ${PREFIX}/share/doc/WindowMaker
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/windowmaker/files/md5 b/wm/windowmaker/files/md5
new file mode 100644
index 00000000000..3982419b7c5
--- /dev/null
+++ b/wm/windowmaker/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+MD5 (WindowMaker-0.62.1.tar.bz2) = 9d2deac6de78af0766392803cb414c62
diff --git a/wm/windowmaker/files/patch-sum b/wm/windowmaker/files/patch-sum
new file mode 100644
index 00000000000..04462323ba3
--- /dev/null
+++ b/wm/windowmaker/files/patch-sum
@@ -0,0 +1,6 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+MD5 (patch-aa) = 5c8487e3336d479ac46e42ad3fd54676
+MD5 (patch-ab) = 21c8f42d0dc6949d321779b16c6f4ec7
+MD5 (patch-ac) = a0c441e25d1063f0c04060fd9d24defc
+MD5 (patch-ad) = 5357725a353a8a95ed77e7e2548ff6a6
diff --git a/wm/windowmaker/patches/patch-aa b/wm/windowmaker/patches/patch-aa
new file mode 100644
index 00000000000..7d07d26b1a9
--- /dev/null
+++ b/wm/windowmaker/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- doc/Makefile.am.orig Sun May 2 23:23:10 1999
++++ doc/Makefile.am Sun Jun 4 02:00:27 2000
+@@ -1,16 +1,16 @@
+ ## Process this file with automake to produce Makefile.in
+
+ man_MANS = \
+- geticonset.1x \
+- setstyle.1x \
+- wxpaste.1x \
+- getstyle.1x \
+- wdwrite.1x \
+- wmsetbg.1x \
+- wsetfont.1x \
+- seticons.1x \
+- wmaker.1x \
+- wxcopy.1x
++ geticonset.1 \
++ setstyle.1 \
++ wxpaste.1 \
++ getstyle.1 \
++ wdwrite.1 \
++ wmsetbg.1 \
++ wsetfont.1 \
++ seticons.1 \
++ wmaker.1 \
++ wxcopy.1
+
+ EXTRA_DIST = $(man_MANS)
+
diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab
new file mode 100644
index 00000000000..92bc2c2afd5
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ab
@@ -0,0 +1,39 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- configure.in.orig Fri Mar 31 06:36:55 2000
++++ configure.in Sun Apr 2 12:03:24 2000
+@@ -256,29 +256,11 @@
+ supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro da zh_TW.Big5 zh_CN sk"
+ supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de"
+
+-for lang in $LINGUAS; do
+- ok=0
+- for l in $supported_locales; do
+- if test "$l" = "$lang"; then
+- ok=1
+- break
+- fi
+- done
+- if test "$ok" = 1; then
+- MOFILES="$MOFILES $lang.mo"
+- else
+- echo "Locale $lang is not supported."
+- fi
+- ok=0
+- for l in $supported_wprefs_locales; do
+- if test "$l" = "$lang"; then
+- ok=1
+- break
+- fi
+- done
+- if test "$ok" = 1; then
+- WPMOFILES="$WPMOFILES $lang.mo"
+- fi
++for lang in $supported_locales; do
++ MOFILES="$MOFILES $lang.mo"
++done
++for lang in $supported_wprefs_locales; do
++ WPMOFILES="$WPMOFILES $lang.mo"
+ done
+
+
diff --git a/wm/windowmaker/patches/patch-ac b/wm/windowmaker/patches/patch-ac
new file mode 100644
index 00000000000..17ec5c7eb23
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- wrlib/Makefile.am.orig Fri Mar 24 02:16:03 2000
++++ wrlib/Makefile.am Sun Jun 4 01:22:53 2000
+@@ -4,7 +4,7 @@
+
+ lib_LTLIBRARIES = libwraster.la
+
+-libwraster_la_LDFLAGS = -version-info 2:0:0
++libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:0:0
+
+ bin_SCRIPTS = get-wraster-flags
+
diff --git a/wm/windowmaker/patches/patch-ad b/wm/windowmaker/patches/patch-ad
new file mode 100644
index 00000000000..69cbdcb07bb
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ad
@@ -0,0 +1,40 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- wrlib/x86_specific.c.orig Wed Feb 16 19:22:46 2000
++++ wrlib/x86_specific.c Sat Apr 8 08:28:23 2000
+@@ -175,7 +175,11 @@
+ "movl 16(%ebp), %eax \n" //
+ "movl %eax, -32(%ebp) \n" // [-32] = eerr
+
++#ifdef __ELF__
+ ".align 16 \n"
++#else
++ ".align 4 \n"
++#endif
+ ".LoopXa: \n"
+
+ // calculate errors and pixel components
+@@ -382,7 +386,11 @@
+ "movl 16(%ebp), %eax \n" //
+ "movl %eax, -32(%ebp) \n" // [-32] = eerr
+
++#ifdef __ELF__
+ ".align 16 \n"
++#else
++ ".align 4 \n"
++#endif
+
+ "movl %eax, -4(%ebp) \n" // x = w1
+ ".LoopX_1c: \n"
+@@ -502,7 +510,11 @@
+ "movl $0, (%ecx) \n" // init error of nerr[0] to 0
+
+
++#ifdef __ELF__
+ ".align 16 \n"
++#else
++ ".align 4 \n"
++#endif
+ ".LoopXb: \n"
+
+
diff --git a/wm/windowmaker/pkg/COMMENT b/wm/windowmaker/pkg/COMMENT
new file mode 100644
index 00000000000..dfe74a130e3
--- /dev/null
+++ b/wm/windowmaker/pkg/COMMENT
@@ -0,0 +1 @@
+GNUStep-compliant NEXTSTEP(tm) window manager clone
diff --git a/wm/windowmaker/pkg/DESCR b/wm/windowmaker/pkg/DESCR
new file mode 100644
index 00000000000..225f39fafd5
--- /dev/null
+++ b/wm/windowmaker/pkg/DESCR
@@ -0,0 +1,4 @@
+Window Maker is a window manager designed to emulate the look
+and feel of part of the NEXTSTEP(tm) GUI. It's supposed to be fast,
+relatively small, feature rich and easy to configure, with
+a simple and elegant appearance borrowed from NEXTSTEP(tm).
diff --git a/wm/windowmaker/pkg/MESSAGE b/wm/windowmaker/pkg/MESSAGE
new file mode 100644
index 00000000000..a91d150613c
--- /dev/null
+++ b/wm/windowmaker/pkg/MESSAGE
@@ -0,0 +1,8 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+If you'd like to display multibyte characters, e.g. kanji, set the
+MultiByteText option to YES in ~/GNUstep/Defaults/WindowMaker and in
+~/GNUstep/Defaults/WMGLOBAL.
+
+==========================================================================
diff --git a/wm/windowmaker/pkg/PLIST b/wm/windowmaker/pkg/PLIST
new file mode 100644
index 00000000000..ad8d17d9e99
--- /dev/null
+++ b/wm/windowmaker/pkg/PLIST
@@ -0,0 +1,310 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+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
+GNUstep/Apps/WPrefs.app/tiff/clip.tiff
+GNUstep/Apps/WPrefs.app/tiff/configs.tiff
+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/expert.tiff
+GNUstep/Apps/WPrefs.app/tiff/fonts.tiff
+GNUstep/Apps/WPrefs.app/tiff/iconprefs.tiff
+GNUstep/Apps/WPrefs.app/tiff/keyboard.tiff
+GNUstep/Apps/WPrefs.app/tiff/keyboardprefs.tiff
+GNUstep/Apps/WPrefs.app/tiff/keyshortcuts.tiff
+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/moreanim.tiff
+GNUstep/Apps/WPrefs.app/tiff/mousesettings.tiff
+GNUstep/Apps/WPrefs.app/tiff/mousespeed.tiff
+GNUstep/Apps/WPrefs.app/tiff/msty1.tiff
+GNUstep/Apps/WPrefs.app/tiff/msty2.tiff
+GNUstep/Apps/WPrefs.app/tiff/msty3.tiff
+GNUstep/Apps/WPrefs.app/tiff/newstyle.tiff
+GNUstep/Apps/WPrefs.app/tiff/nonopaque.tiff
+GNUstep/Apps/WPrefs.app/tiff/oldstyle.tiff
+GNUstep/Apps/WPrefs.app/tiff/opaque.tiff
+GNUstep/Apps/WPrefs.app/tiff/paths.tiff
+GNUstep/Apps/WPrefs.app/tiff/smooth.tiff
+GNUstep/Apps/WPrefs.app/tiff/sound.tiff
+GNUstep/Apps/WPrefs.app/tiff/speed0.tiff
+GNUstep/Apps/WPrefs.app/tiff/speed0s.tiff
+GNUstep/Apps/WPrefs.app/tiff/speed1.tiff
+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/speed4s.tiff
+GNUstep/Apps/WPrefs.app/tiff/tdel.tiff
+GNUstep/Apps/WPrefs.app/tiff/tedit.tiff
+GNUstep/Apps/WPrefs.app/tiff/textr.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
+GNUstep/Apps/WPrefs.app/tiff/timer2.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer2s.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer3.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer3s.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer4.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer4s.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer5.tiff
+GNUstep/Apps/WPrefs.app/tiff/timer5s.tiff
+GNUstep/Apps/WPrefs.app/tiff/tnew.tiff
+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/workspacename.tiff
+GNUstep/Apps/WPrefs.app/tiff/xis.tiff
+@exec mkdir -p %D/GNUstep/Apps/WPrefs.app/xpm
+bin/get-wings-flags
+bin/get-wraster-flags
+bin/get-wutil-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
+etc/WindowMaker/WMGLOBAL
+etc/WindowMaker/WMRootMenu
+etc/WindowMaker/WMState
+etc/WindowMaker/WMWindowAttributes
+etc/WindowMaker/WindowMaker
+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.2.0
+man/man1/geticonset.1
+man/man1/getstyle.1
+man/man1/seticons.1
+man/man1/setstyle.1
+man/man1/wdwrite.1
+man/man1/wmaker.1
+man/man1/wmsetbg.1
+man/man1/wsetfont.1
+man/man1/wxcopy.1
+man/man1/wxpaste.1
+share/WINGs/Images.tiff
+share/WINGs/Images.xpm
+share/WINGs/defaultIcon.tiff
+share/WINGs/defaultIcon.xpm
+share/WindowMaker/Backgrounds/BlueImage.jpeg
+share/WindowMaker/IconSets/Default.iconset
+share/WindowMaker/Icons/BitchX.tiff
+share/WindowMaker/Icons/BitchX.xpm
+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/GNUstepGlow.tiff
+share/WindowMaker/Icons/GNUstepGlow.xpm
+share/WindowMaker/Icons/GNUterm.tiff
+share/WindowMaker/Icons/GNUterm.xpm
+share/WindowMaker/Icons/Terminal.tiff
+share/WindowMaker/Icons/Terminal.xpm
+share/WindowMaker/Icons/TerminalGNUstep.tiff
+share/WindowMaker/Icons/TerminalGNUstep.xpm
+share/WindowMaker/Icons/TerminalLinux.tiff
+share/WindowMaker/Icons/TerminalLinux.xpm
+share/WindowMaker/Icons/clip.tiff
+share/WindowMaker/Icons/clip.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/linuxterm.tiff
+share/WindowMaker/Icons/linuxterm.xpm
+share/WindowMaker/Icons/mixer.tiff
+share/WindowMaker/Icons/mixer.xpm
+share/WindowMaker/Icons/notepad.tiff
+share/WindowMaker/Icons/notepad.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/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/SoundSets/.directory
+share/WindowMaker/Sounds/.directory
+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/Emerald.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/Spring.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/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.pl
+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.fi
+share/WindowMaker/plmenu.fr
+share/WindowMaker/plmenu.hr
+share/WindowMaker/plmenu.it
+share/WindowMaker/plmenu.ko
+share/WindowMaker/plmenu.pl
+share/WindowMaker/plmenu.zh_CN
+share/WindowMaker/wmmacros
+share/WindowMaker/xtree.dat
+share/doc/WindowMaker/FAQ
+share/doc/WindowMaker/FAQ.I18N
+share/doc/WindowMaker/README
+share/doc/WindowMaker/README.GNOME
+share/doc/WindowMaker/README.KDE
+share/doc/WindowMaker/README.definable-cursor
+share/locale/cs/LC_MESSAGES/WPrefs.mo
+share/locale/cs/LC_MESSAGES/WindowMaker.mo
+share/locale/da/LC_MESSAGES/WindowMaker.mo
+share/locale/de/LC_MESSAGES/WPrefs.mo
+share/locale/de/LC_MESSAGES/WindowMaker.mo
+share/locale/el/LC_MESSAGES/WindowMaker.mo
+share/locale/es/LC_MESSAGES/WPrefs.mo
+share/locale/es/LC_MESSAGES/WindowMaker.mo
+share/locale/fi/LC_MESSAGES/WPrefs.mo
+share/locale/fi/LC_MESSAGES/WindowMaker.mo
+share/locale/fr/LC_MESSAGES/WPrefs.mo
+share/locale/fr/LC_MESSAGES/WindowMaker.mo
+share/locale/gl/LC_MESSAGES/WindowMaker.mo
+share/locale/hr/LC_MESSAGES/WPrefs.mo
+share/locale/hr/LC_MESSAGES/WindowMaker.mo
+share/locale/it/LC_MESSAGES/WPrefs.mo
+share/locale/it/LC_MESSAGES/WindowMaker.mo
+share/locale/ja/LC_MESSAGES/WPrefs.mo
+share/locale/ja/LC_MESSAGES/WindowMaker.mo
+share/locale/ko/LC_MESSAGES/WPrefs.mo
+share/locale/ko/LC_MESSAGES/WindowMaker.mo
+share/locale/nl/LC_MESSAGES/WindowMaker.mo
+share/locale/no/LC_MESSAGES/WindowMaker.mo
+share/locale/pl/LC_MESSAGES/WindowMaker.mo
+share/locale/pt/LC_MESSAGES/WPrefs.mo
+share/locale/pt/LC_MESSAGES/WindowMaker.mo
+share/locale/ro/LC_MESSAGES/WindowMaker.mo
+share/locale/ru/LC_MESSAGES/WPrefs.mo
+share/locale/ru/LC_MESSAGES/WindowMaker.mo
+share/locale/se/LC_MESSAGES/WindowMaker.mo
+share/locale/sk/LC_MESSAGES/WindowMaker.mo
+share/locale/tr/LC_MESSAGES/WindowMaker.mo
+share/locale/zh_CN/LC_MESSAGES/WPrefs.mo
+share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/WPrefs.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/WindowMaker.mo
+@dirrm share/doc/WindowMaker
+@dirrm share/WindowMaker/Themes
+@dirrm share/WindowMaker/Styles
+@dirrm share/WindowMaker/Sounds
+@dirrm share/WindowMaker/SoundSets
+@dirrm share/WindowMaker/Pixmaps
+@dirrm share/WindowMaker/Icons
+@dirrm share/WindowMaker/IconSets
+@dirrm share/WindowMaker/Backgrounds
+@dirrm share/WindowMaker
+@dirrm share/WINGs
+@dirrm etc/WindowMaker
+@dirrm GNUstep/Apps/WPrefs.app/xpm
+@dirrm GNUstep/Apps/WPrefs.app/tiff
+@dirrm GNUstep/Apps/WPrefs.app
+@dirrm GNUstep/Apps
+@dirrm GNUstep