summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2000-04-06 22:38:19 +0000
committerjlam <jlam>2000-04-06 22:38:19 +0000
commit051e27df88efa26367a06cef4fdddb966cfd34b1 (patch)
tree2afa76e55d2087c87b8c0037dc8e41c9698e15cf
parentf7295119e989015f675858c6ad18d1669c020745 (diff)
downloadpkgsrc-051e27df88efa26367a06cef4fdddb966cfd34b1.tar.gz
Update windowmaker to 0.62.0. Unconditionally build and install with
internationalization. Changes from 0.61.1: Optimizations!! --------------- Code for converting wrlib images into X Pixmaps was optimized in many ways, both in the original C code and in assembly for Pentium(tm) processors (with and without MMX(tm)). Depending on the bit depth/color mode and CPU model, performance increases can go up to 150% Weendoze Window Cycling (alt-tab) --------------------------------- Window cycling was changed to weendoze style. NoBorder Window Attribute -------------------------- The NoBorder window attribute (to be put in ~/GNUstep/Defaults/WindowAttributes) was added and will remove the 1 pixel border around windows. Removed "Keep Attracted Icons" option from Clip's menu ------------------------------------------------------ Since this option brought more confusion than usefulness among users, and since it was usable only in a very limited context, being able to fill up the Clip very easily, it was removed. An alternative way of gaining the same functionality is to use the "Keep icon" entry in the Clip's main menu. Or select multiple icons before calling that entry, to make it apply to more than one icon. Note: "Keep icon", as the obsoleted "Keep Attracted Icons" had nothing to do with holding icons in Clip, while the application is running. Once they are attracted, they are kept until the application close. Using "Keep icon", will only assure that the icon will be kept, even after the application is closed. Please don't ask for this option back. It's error prone, and very unintuitive. Considering it's very restrictive usability, and it's very ambiguous topic, it does not need a special entry in the Clip's menu, taking in count that there are already better alternative ways of gaining the same functionality. Removed DisplayFont Option --------------------------- The font for the geometry size will be controlled by the default WINGs font (SystemFont in WMGLOBAL) now. Others ------ - added DONT_SCALE_ICONS compile time option - added --dont-restore cmd line option. When passed to wmaker, it wont restore the state saved previously.
-rw-r--r--x11/windowmaker/Makefile67
-rw-r--r--x11/windowmaker/files/md54
-rw-r--r--x11/windowmaker/files/patch-sum5
-rw-r--r--x11/windowmaker/patches/patch-ab51
-rw-r--r--x11/windowmaker/patches/patch-ac24
-rw-r--r--x11/windowmaker/pkg/MESSAGE4
-rw-r--r--x11/windowmaker/pkg/PLIST (renamed from x11/windowmaker/pkg/PLIST.nolinguas)95
7 files changed, 155 insertions, 95 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index a3e821b19e3..958b9cfee2c 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2000/03/21 22:40:59 tron Exp $
+# $NetBSD: Makefile,v 1.43 2000/04/06 22:38:19 jlam Exp $
-DISTNAME= WindowMaker-0.61.1
-PKGNAME= windowmaker-0.61.1
+DISTNAME= WindowMaker-0.62.0
+PKGNAME= windowmaker-0.62.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \
ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ \
@@ -12,7 +12,9 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.windowmaker.org/
-DEPENDS+= libproplist-0.9.*:../../devel/libproplist
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
+DEPENDS+= gettext-0.10.*:../../devel/gettext
+DEPENDS+= libproplist-0.10.*:../../devel/libproplist
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.6:../../graphics/png
@@ -24,14 +26,15 @@ USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-usermenu \
--with-nlsdir=${PREFIX}/share/locale \
- --with-incs-from="-I${LOCALBASE}/include"
-
-# The following ensures that `get-wraster-flags --ldflags' returns the
-# correct linker flags.
-#
-CONFIGURE_ARGS+= --with-libs-from=" \
+ --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"
# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options
# to support. Currently supported options:
@@ -43,61 +46,29 @@ CONFIGURE_ARGS+= --with-libs-from=" \
#
WINDOWMAKER_OPTIONS?= gnome kde
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC_WM
-
BUILD_DEFS+= WINDOWMAKER_OPTIONS
-.include "../../mk/bsd.prefs.mk"
-
.for OPTION in ${WINDOWMAKER_OPTIONS}
CONFIGURE_ARGS+= --enable-${OPTION}
.endfor
-# LINGUAS is a space-separated list of locales. If it is defined, then
-# i18n-support is compiled into Window Maker and the locales specified
-# are installed.
-#
-.if defined(LINGUAS)
-BUILD_DEPENDS+= gettext-0.10.*:../../devel/gettext
-CONFIGURE_ARGS+= --enable-modelock
-CONFIGURE_ENV+= LINGUAS="${LINGUAS}"
-LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib # -lintl
-.endif # LINGUAS
-
post-extract:
${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \
${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \
${WRKSRC}/WindowMaker/Defaults/WindowMaker
pre-configure:
-.if !defined(LINGUAS)
- @${ECHO} "To compile with i18n support, set the variable LINGUAS"
- @${ECHO} "to the list of locales to install."
-.else
- @${ECHO} "Compiling support for locales: ${LINGUAS}"
-.endif
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/SoundSets
${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/Sounds
- ${TOUCH} ${PREFIX}/share/WindowMaker/SoundSets/.keep_me
- ${TOUCH} ${PREFIX}/share/WindowMaker/Sounds/.keep_me
+ ${TOUCH} ${PREFIX}/share/WindowMaker/SoundSets/.directory
+ ${TOUCH} ${PREFIX}/share/WindowMaker/Sounds/.directory
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/WindowMaker
- ${INSTALL_DATA} \
- ${WRKSRC}/README \
- ${WRKSRC}/README.GNOME \
- ${WRKSRC}/README.KDE \
+ cd ${WRKSRC}; ${INSTALL_DATA} \
+ README README.GNOME README.KDE README.definable-cursor \
+ FAQ FAQ.I18N \
${PREFIX}/share/doc/WindowMaker
- @${CAT} ${PKGDIR}/PLIST.nolinguas >${PLIST_SRC}
-.if defined(LINGUAS)
- @(for lang in ${LINGUAS}; do \
- if [ -f ${WRKSRC}/po/$${lang}.mo ]; then \
- ${ECHO} share/locale/$${lang}/LC_MESSAGES/WindowMaker.mo; \
- fi; \
- if [ -f ${WRKSRC}/WPrefs.app/po/$${lang}.mo ]; then \
- ${ECHO} share/locale/$${lang}/LC_MESSAGES/WPrefs.mo; \
- fi; \
- done) >>${PLIST_SRC}
-.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/windowmaker/files/md5 b/x11/windowmaker/files/md5
index 3b85b38fed8..51fc9d2651b 100644
--- a/x11/windowmaker/files/md5
+++ b/x11/windowmaker/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.15 1999/10/05 20:46:55 tron Exp $
+$NetBSD: md5,v 1.16 2000/04/06 22:38:19 jlam Exp $
-MD5 (WindowMaker-0.61.1.tar.bz2) = 74c4f4b74feb3fc5def8f2cfc1dc9e65
+MD5 (WindowMaker-0.62.0.tar.bz2) = 104189babbc8640e81515896c26aa503
diff --git a/x11/windowmaker/files/patch-sum b/x11/windowmaker/files/patch-sum
index 0dad29f81be..380a35b39b5 100644
--- a/x11/windowmaker/files/patch-sum
+++ b/x11/windowmaker/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.4 1999/10/06 23:26:56 jlam Exp $
+$NetBSD: patch-sum,v 1.5 2000/04/06 22:38:19 jlam Exp $
MD5 (patch-aa) = 3f5b71a606eac91124110089f417e6b4
-MD5 (patch-ab) = b5519b03b96751986e50217621928ccd
+MD5 (patch-ab) = 21c8f42d0dc6949d321779b16c6f4ec7
+MD5 (patch-ac) = e9998a917f4ea4bd26eb95adab88e2a8
diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab
index 9f52fe5450d..438938ef042 100644
--- a/x11/windowmaker/patches/patch-ab
+++ b/x11/windowmaker/patches/patch-ab
@@ -1,20 +1,39 @@
-$NetBSD: patch-ab,v 1.11 1999/10/06 23:26:56 jlam Exp $
+$NetBSD: patch-ab,v 1.12 2000/04/06 22:38:19 jlam Exp $
---- configure.orig Sat Oct 2 18:17:29 1999
-+++ configure Wed Oct 6 02:43:35 1999
-@@ -1350,6 +1350,7 @@
- fi
+--- 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
-+if false; then
- # Check for any special flags to pass to ltconfig.
- libtool_flags="--cache-file=$cache_file"
- test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
-@@ -1507,6 +1508,7 @@
- # Redirect the config.log output again, so that the ltconfig log is not
- # clobbered by the next message.
- exec 5>>./config.log
-+fi
-
- # by Marcelo Magallon <mmagallo@efis.ucr.ac.cr>
diff --git a/x11/windowmaker/patches/patch-ac b/x11/windowmaker/patches/patch-ac
new file mode 100644
index 00000000000..8755d1e43e8
--- /dev/null
+++ b/x11/windowmaker/patches/patch-ac
@@ -0,0 +1,24 @@
+$NetBSD: patch-ac,v 1.7 2000/04/06 22:38:19 jlam Exp $
+
+--- aclocal.m4.orig Fri Mar 31 06:37:09 2000
++++ aclocal.m4 Sun Apr 2 11:59:58 2000
+@@ -366,7 +366,10 @@
+
+ # serial 40 AC_PROG_LIBTOOL
+ AC_DEFUN(AC_PROG_LIBTOOL,
+-[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
++[
++dnl Always use NetBSD's libtool
++if false; then
++AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
+
+ # Save cache, so that ltconfig can load it
+ AC_CACHE_SAVE
+@@ -393,6 +396,7 @@
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
++fi
+ ])
+
+ AC_DEFUN(AC_LIBTOOL_SETUP,
diff --git a/x11/windowmaker/pkg/MESSAGE b/x11/windowmaker/pkg/MESSAGE
index a8b5855bd2b..59eb3e9dd29 100644
--- a/x11/windowmaker/pkg/MESSAGE
+++ b/x11/windowmaker/pkg/MESSAGE
@@ -1,8 +1,8 @@
==========================================================================
-$NetBSD: MESSAGE,v 1.1 1999/06/21 05:13:57 jlam Exp $
+$NetBSD: MESSAGE,v 1.2 2000/04/06 22:38:20 jlam Exp $
If you'd like to display multibyte characters, e.g. kanji, set the
-MutliByteText option to YES in ~/GNUstep/Defaults/WindowMaker and in
+MultiByteText option to YES in ~/GNUstep/Defaults/WindowMaker and in
~/GNUstep/Defaults/WMGLOBAL.
==========================================================================
diff --git a/x11/windowmaker/pkg/PLIST.nolinguas b/x11/windowmaker/pkg/PLIST
index 5c4e671fea2..e59431db65e 100644
--- a/x11/windowmaker/pkg/PLIST.nolinguas
+++ b/x11/windowmaker/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.nolinguas,v 1.8 1999/10/05 20:46:55 tron Exp $
+@comment $NetBSD: PLIST,v 1.8 2000/04/06 22:38:20 jlam Exp $
GNUstep/Apps/WPrefs.app/WPrefs
GNUstep/Apps/WPrefs.app/WPrefs.tiff
GNUstep/Apps/WPrefs.app/WPrefs.xpm
@@ -11,7 +11,6 @@ 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
@@ -22,7 +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/miscprefs2.tiff
GNUstep/Apps/WPrefs.app/tiff/moreanim.tiff
GNUstep/Apps/WPrefs.app/tiff/mousesettings.tiff
GNUstep/Apps/WPrefs.app/tiff/mousespeed.tiff
@@ -48,7 +46,6 @@ 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/temp.tiff
GNUstep/Apps/WPrefs.app/tiff/textr.tiff
GNUstep/Apps/WPrefs.app/tiff/theme.tiff
GNUstep/Apps/WPrefs.app/tiff/timer0.tiff
@@ -67,6 +64,7 @@ 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
GNUstep/Apps/WPrefs.app/xpm/advancetonewworkspace.xpm
GNUstep/Apps/WPrefs.app/xpm/animations.xpm
@@ -77,7 +75,6 @@ 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
@@ -88,7 +85,6 @@ 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
@@ -114,7 +110,6 @@ 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
@@ -133,8 +128,11 @@ 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/workspacename.xpm
GNUstep/Apps/WPrefs.app/xpm/xis.xpm
+bin/get-wings-flags
bin/get-wraster-flags
+bin/get-wutil-flags
bin/geticonset
bin/getstyle
bin/seticons
@@ -162,7 +160,7 @@ lib/libWINGs.a
lib/libWMaker.a
lib/libWUtil.a
lib/libwraster.a
-lib/libwraster.so.3.0
+lib/libwraster.so.2.0
man/man1/geticonset.1
man/man1/getstyle.1
man/man1/seticons.1
@@ -190,10 +188,14 @@ 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/clip2.tiff
-share/WindowMaker/Icons/clip2.xpm
share/WindowMaker/Icons/defaultAppIcon.tiff
share/WindowMaker/Icons/defaultAppIcon.xpm
share/WindowMaker/Icons/defaultterm.tiff
@@ -232,8 +234,8 @@ share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
share/WindowMaker/README
share/WindowMaker/README.themes
-share/WindowMaker/SoundSets/.keep_me
-share/WindowMaker/Sounds/.keep_me
+share/WindowMaker/SoundSets/.directory
+share/WindowMaker/Sounds/.directory
share/WindowMaker/Styles/Autumn.style
share/WindowMaker/Styles/Black.style
share/WindowMaker/Styles/BlackTexture.style
@@ -246,6 +248,7 @@ 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
@@ -260,6 +263,7 @@ 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
@@ -301,26 +305,67 @@ share/WindowMaker/plmenu.de
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
-@dirrm GNUstep/Apps/WPrefs.app/tiff
+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
-@dirrm etc/WindowMaker
-@dirrm share/WINGs
-@dirrm share/WindowMaker/Backgrounds
-@dirrm share/WindowMaker/IconSets
-@dirrm share/WindowMaker/Icons
-@dirrm share/WindowMaker/Pixmaps
-@dirrm share/WindowMaker/SoundSets
-@dirrm share/WindowMaker/Sounds
-@dirrm share/WindowMaker/Styles
-@dirrm share/WindowMaker/Themes
-@dirrm share/WindowMaker
-@dirrm share/doc/WindowMaker