Fri Jan 17 08:48:06 2014 UTC ()
Changes 0.95.5:
* Window Maker can now maximize windows to the top/bottom halves of the screen as well as to the corners (top left, top right etc). The keyboard shortcuts to do that can be configured via WPrefs
* Support for drawers in the dock has been added
* Keyboard shortcuts to move windows between workspaces
* Window border colours and width are now configurable
* The menu is now able to parse command-generated proplist style menus. WPrefs support for this has been added too
* Plus a few other new features and a lot of bug fixes and code cleanups by various people.


(adam)
diff -r1.104 -r1.105 pkgsrc/wm/windowmaker/Makefile
diff -r1.18 -r1.19 pkgsrc/wm/windowmaker/PLIST
diff -r1.35 -r1.36 pkgsrc/wm/windowmaker/distinfo
diff -r1.1 -r0 pkgsrc/wm/windowmaker/patches/patch-WINGs_proplist.c
diff -r1.14 -r1.15 pkgsrc/wm/windowmaker/patches/patch-ab
diff -r1.5 -r1.6 pkgsrc/wm/windowmaker/patches/patch-ak

cvs diff -r1.104 -r1.105 pkgsrc/wm/windowmaker/Makefile (switch to unified diff)

--- pkgsrc/wm/windowmaker/Makefile 2013/07/05 13:29:43 1.104
+++ pkgsrc/wm/windowmaker/Makefile 2014/01/17 08:48:06 1.105
@@ -1,110 +1,110 @@ @@ -1,110 +1,110 @@
1# $NetBSD: Makefile,v 1.104 2013/07/05 13:29:43 ryoon Exp $ 1# $NetBSD: Makefile,v 1.105 2014/01/17 08:48:06 adam Exp $
2 2
3DISTNAME= WindowMaker-0.95.4 3DISTNAME= WindowMaker-0.95.5
4PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} 4PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/}
5PKGREVISION= 5 
6CATEGORIES= x11 wm windowmaker 5CATEGORIES= x11 wm windowmaker
7MASTER_SITES= http://windowmaker.info/pub/source/release/ 6MASTER_SITES= http://windowmaker.info/pub/source/release/
8EXTRACT_SUFX= .tar.gz 
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.windowmaker.info/ 9HOMEPAGE= http://www.windowmaker.info/
12COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone 10COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone
 11LICENSE= gnu-gpl-v2
13 12
14BROKEN_GETTEXT_DETECTION= yes 13BROKEN_GETTEXT_DETECTION= yes
15 14
16USE_TOOLS+= msgfmt pkg-config xgettext 15USE_TOOLS+= msgfmt pkg-config xgettext
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
19GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --enable-usermenu 19CONFIGURE_ARGS+= --enable-usermenu
21CONFIGURE_ARGS+= --enable-xinerama 20CONFIGURE_ARGS+= --enable-xinerama
22CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} 21CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
23CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX}/share/GNUstep 22CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX}/share/GNUstep
24CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale 23CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
25CONFIGURE_ENV+= LINGUAS="bg ca cs cz da de el es et fi fr gl he hr hu it ja ko nl ms no pl pt ro ru se sk sl sv tr zh_CN zh_TW" 24CONFIGURE_ENV+= LINGUAS="bg ca cs cz da de el es et fi fr gl he hr hu it ja ko nl ms no pl pt ro ru se sk sl sv tr zh_CN zh_TW"
26CONFIGURE_ENV+= CPP_PATH=${CPP:Q} 25CONFIGURE_ENV+= CPP_PATH=${CPP:Q}
27USE_TOOLS+= perl:run 26USE_TOOLS+= perl:run
28REPLACE_PERL+= util/wkdemenu.pl 27REPLACE_PERL+= util/wkdemenu.pl
29 28
30INSTALLATION_DIRS= share/WindowMaker/SoundSets 29INSTALLATION_DIRS= share/WindowMaker/SoundSets
31INSTALLATION_DIRS+= share/WindowMaker/Sounds 30INSTALLATION_DIRS+= share/WindowMaker/Sounds
32INSTALLATION_DIRS+= share/doc/WindowMaker 31INSTALLATION_DIRS+= share/doc/WindowMaker
33 32
34.include "../../mk/compiler.mk" 33.include "../../mk/compiler.mk"
35 34
36.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*) 35.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
37CONFIGURE_ENV+= ac_cv_lib_Xext_XineramaGetInfo=no 36CONFIGURE_ENV+= ac_cv_lib_Xext_XineramaGetInfo=no
38.endif 37.endif
39 38
40.if ${MACHINE_ARCH} != "i386" 39.if ${MACHINE_ARCH} != "i386"
41CONFIGURE_ENV+= ac_cv_c_inline_asm=no 40CONFIGURE_ENV+= ac_cv_c_inline_asm=no
42.endif 41.endif
43 42
44.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" 43.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
45GCC_REQD+= 3.0 44GCC_REQD+= 3.0
46.endif 45.endif
47 46
48PKG_SYSCONFSUBDIR= WindowMaker 47PKG_SYSCONFSUBDIR= WindowMaker
49EGDIR= ${PREFIX}/share/examples/WindowMaker 48EGDIR= ${PREFIX}/share/examples/WindowMaker
50CONF_FILES= 49CONF_FILES=
51.for f in WMGLOBAL WMRootMenu WMState WMWindowAttributes WindowMaker 50.for f in WMGLOBAL WMRootMenu WMState WMWindowAttributes WindowMaker
52CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} 51CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
53.endfor 52.endfor
54 53
55# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options 54# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options
56# to support. Currently supported options: 55# to support. Currently supported options:
57# 56#
58# vdesktop enable support for virtual desktop. 57# vdesktop enable support for virtual desktop.
59 58
60WINDOWMAKER_OPTIONS?= vdesktop 59WINDOWMAKER_OPTIONS?= vdesktop
61 60
62BUILD_DEFS+= WINDOWMAKER_OPTIONS 61BUILD_DEFS+= WINDOWMAKER_OPTIONS
63 62
64.for option in ${WINDOWMAKER_OPTIONS} 63.for option in ${WINDOWMAKER_OPTIONS}
65CONFIGURE_ARGS+= --enable-${option} 64CONFIGURE_ARGS+= --enable-${option}
66.endfor 65.endfor
67 66
68post-extract: 67SUBST_CLASSES+= fix-path
 68SUBST_STAGE.fix-path= pre-configure
 69SUBST_MESSAGE.fix-path= Fixing absolute paths.
 70SUBST_FILES.fix-path= WINGs/wapplication.c
 71SUBST_FILES.fix-path+= WindowMaker/Defaults/WindowMaker.in
 72SUBST_FILES.fix-path+= WPrefs.app/Paths.c
 73SUBST_FILES.fix-path+= WindowMaker/menu*
 74SUBST_FILES.fix-path+= WindowMaker/plmenu*
 75SUBST_SED.fix-path= -e 's,/usr/local,${PREFIX},g'
 76SUBST_SED.fix-path+= -e 's,${PREFIX}/GNUstep,${PREFIX}/share/GNUstep,g'
 77
 78pre-configure:
69 ${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \ 79 ${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \
70 ${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \ 80 ${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \
71 ${WRKSRC}/WindowMaker/Defaults/WindowMaker \ 81 ${WRKSRC}/WindowMaker/Defaults/WindowMaker \
72 ${WRKSRC}/po/zh_TW.Big5.po 82 ${WRKSRC}/po/zh_TW.Big5.po
73 set -e; \ 83 set -e; \
74 for manfile in ${WRKSRC}/doc/*.1x ${WRKSRC}/doc/*/*.1x; \ 84 for manfile in ${WRKSRC}/doc/*.1x ${WRKSRC}/doc/*/*.1x; \
75 do \ 85 do \
76 ${MV} "$$manfile" `${ECHO} "$$manfile" | ${SED} "s/1x$$/1/"`; \ 86 ${MV} "$$manfile" `${ECHO} "$$manfile" | ${SED} "s/1x$$/1/"`; \
77 done; 87 done;
78 set -e; \ 
79 cd ${WRKSRC} && \ 
80 for f in WINGs/wapplication.c WindowMaker/Defaults/WindowMaker.in \ 
81 WPrefs.app/Paths.c WindowMaker/menu* WindowMaker/plmenu*; do \ 
82 ${SED} -e "s|/usr/local|${PREFIX}|g" \ 
83 -e "s|${PREFIX}/GNUstep|${PREFIX}/share/GNUstep|g" \ 
84 "$$f" > "$$f".new && \ 
85 ${MV} "$$f".new "$$f"; \ 
86 done 
87 88
88post-install: 89post-install:
89 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/SoundSets/.directory 90 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/SoundSets/.directory
90 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/Sounds/.directory 91 ${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/Sounds/.directory
91 cd ${WRKSRC} && \ 92 cd ${WRKSRC} && \
92 ${INSTALL_DATA} \ 93 ${INSTALL_DATA} README README.definable-cursor FAQ FAQ.I18N \
93 README README.definable-cursor FAQ FAQ.I18N \ 
94 ${DESTDIR}${PREFIX}/share/doc/WindowMaker 94 ${DESTDIR}${PREFIX}/share/doc/WindowMaker
95 95
96.include "../../converters/libiconv/buildlink3.mk" 96.include "../../converters/libiconv/buildlink3.mk"
97.include "../../devel/gettext-lib/buildlink3.mk" 97.include "../../devel/gettext-lib/buildlink3.mk"
98.include "../../mk/giflib.buildlink3.mk" 98.include "../../mk/giflib.buildlink3.mk"
99.include "../../mk/jpeg.buildlink3.mk" 99.include "../../mk/jpeg.buildlink3.mk"
100.include "../../graphics/png/buildlink3.mk" 100.include "../../graphics/png/buildlink3.mk"
101.include "../../graphics/tiff/buildlink3.mk" 101.include "../../graphics/tiff/buildlink3.mk"
102.include "../../x11/libX11/buildlink3.mk" 102.include "../../x11/libX11/buildlink3.mk"
103.include "../../x11/libXext/buildlink3.mk" 103.include "../../x11/libXext/buildlink3.mk"
104.include "../../x11/libXft/buildlink3.mk" 104.include "../../x11/libXft/buildlink3.mk"
105.include "../../x11/libXinerama/buildlink3.mk" 105.include "../../x11/libXinerama/buildlink3.mk"
106.include "../../x11/libXmu/buildlink3.mk" 106.include "../../x11/libXmu/buildlink3.mk"
107.include "../../x11/libXpm/buildlink3.mk" 107.include "../../x11/libXpm/buildlink3.mk"
108BUILDLINK_DEPMETHOD.libXt?= build 108BUILDLINK_DEPMETHOD.libXt?= build
109.include "../../x11/libXt/buildlink3.mk" 109.include "../../x11/libXt/buildlink3.mk"
110.include "../../mk/bsd.pkg.mk" 110.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.19 pkgsrc/wm/windowmaker/PLIST (switch to unified diff)

--- pkgsrc/wm/windowmaker/PLIST 2013/05/21 14:38:40 1.18
+++ pkgsrc/wm/windowmaker/PLIST 2014/01/17 08:48:06 1.19
@@ -1,391 +1,390 @@ @@ -1,391 +1,390 @@
1@comment $NetBSD: PLIST,v 1.18 2013/05/21 14:38:40 hans Exp $ 1@comment $NetBSD: PLIST,v 1.19 2014/01/17 08:48:06 adam Exp $
2bin/convertfonts 2bin/convertfonts
3bin/get-wings-flags 3bin/get-wings-flags
4bin/get-wraster-flags 4bin/get-wraster-flags
5bin/get-wutil-flags 5bin/get-wutil-flags
6bin/geticonset 6bin/geticonset
7bin/getstyle 7bin/getstyle
8bin/seticons 8bin/seticons
9bin/setstyle 9bin/setstyle
10bin/wdread 10bin/wdread
11bin/wdwrite 11bin/wdwrite
12bin/wkdemenu.pl 12bin/wkdemenu.pl
13bin/wm-oldmenu2new 13bin/wm-oldmenu2new
14bin/wmagnify 14bin/wmagnify
15bin/wmaker 15bin/wmaker
16bin/wmaker.inst 16bin/wmaker.inst
17bin/wmgenmenu 17bin/wmgenmenu
18bin/wmmenugen 18bin/wmmenugen
19bin/wmsetbg 19bin/wmsetbg
20bin/wxcopy 20bin/wxcopy
21bin/wxpaste 21bin/wxpaste
22include/WINGs/WINGs.h 22include/WINGs/WINGs.h
23include/WINGs/WINGsP.h 23include/WINGs/WINGsP.h
24include/WINGs/WUtil.h 24include/WINGs/WUtil.h
25include/WMaker.h 25include/WMaker.h
26include/wraster.h 26include/wraster.h
27lib/libWINGs.la 27lib/libWINGs.la
28lib/libWINGs.a 
29lib/libWMaker.a 
30lib/libWMaker.la 28lib/libWMaker.la
31lib/libWUtil.a 
32lib/libWUtil.la 29lib/libWUtil.la
33lib/libwraster.la 30lib/libwraster.la
34lib/pkgconfig/WINGs.pc 31lib/pkgconfig/WINGs.pc
35lib/pkgconfig/wrlib.pc 32lib/pkgconfig/wrlib.pc
 33man/cs/man1/geticonset.1
 34man/cs/man1/getstyle.1
 35man/cs/man1/seticons.1
 36man/cs/man1/setstyle.1
 37man/cs/man1/wdwrite.1
 38man/cs/man1/wmaker.1
 39man/cs/man1/wmsetbg.1
 40man/cs/man1/wxcopy.1
 41man/cs/man1/wxpaste.1
36man/man1/WPrefs.1 42man/man1/WPrefs.1
37man/man1/WindowMaker.1 43man/man1/WindowMaker.1
38man/man1/get-wings-flags.1 44man/man1/get-wings-flags.1
39man/man1/get-wraster-flags.1 45man/man1/get-wraster-flags.1
40man/man1/get-wutil-flags.1 46man/man1/get-wutil-flags.1
41man/man1/geticonset.1 47man/man1/geticonset.1
42man/man1/getstyle.1 48man/man1/getstyle.1
43man/man1/seticons.1 49man/man1/seticons.1
44man/man1/setstyle.1 50man/man1/setstyle.1
45man/man1/wdwrite.1 
46man/man1/wdread.1 51man/man1/wdread.1
 52man/man1/wdwrite.1
47man/man1/wmagnify.1 53man/man1/wmagnify.1
48man/man1/wmaker.1 54man/man1/wmaker.1
49man/man1/wmgenmenu.1 55man/man1/wmgenmenu.1
50man/man1/wmmenugen.1 56man/man1/wmmenugen.1
51man/man1/wmsetbg.1 57man/man1/wmsetbg.1
52man/man1/wxcopy.1 58man/man1/wxcopy.1
53man/man1/wxpaste.1 59man/man1/wxpaste.1
54man/man8/upgrade-windowmaker-defaults.8 60man/man8/upgrade-windowmaker-defaults.8
55man/cs/man1/geticonset.1 
56man/cs/man1/getstyle.1 
57man/cs/man1/seticons.1 
58man/cs/man1/setstyle.1 
59man/cs/man1/wdwrite.1 
60man/cs/man1/wmaker.1 
61man/cs/man1/wmaker.1 
62man/cs/man1/wmsetbg.1 
63man/cs/man1/wxcopy.1 
64man/cs/man1/wxpaste.1 
65man/ru/man1/geticonset.1 61man/ru/man1/geticonset.1
66man/ru/man1/getstyle.1 62man/ru/man1/getstyle.1
67man/ru/man1/seticons.1 63man/ru/man1/seticons.1
68man/ru/man1/setstyle.1 64man/ru/man1/setstyle.1
69man/ru/man1/wdwrite.1 65man/ru/man1/wdwrite.1
70man/ru/man1/wmaker.1 66man/ru/man1/wmaker.1
71man/ru/man1/wmsetbg.1 67man/ru/man1/wmsetbg.1
72man/ru/man1/wxcopy.1 68man/ru/man1/wxcopy.1
73man/ru/man1/wxpaste.1 69man/ru/man1/wxpaste.1
74man/sk/man1/geticonset.1 70man/sk/man1/geticonset.1
75man/sk/man1/getstyle.1 71man/sk/man1/getstyle.1
76man/sk/man1/seticons.1 72man/sk/man1/seticons.1
77man/sk/man1/setstyle.1 73man/sk/man1/setstyle.1
78man/sk/man1/wdwrite.1 74man/sk/man1/wdwrite.1
79man/sk/man1/wmaker.1 75man/sk/man1/wmaker.1
80man/sk/man1/wmsetbg.1 76man/sk/man1/wmsetbg.1
81man/sk/man1/wxcopy.1 77man/sk/man1/wxcopy.1
82man/sk/man1/wxpaste.1 78man/sk/man1/wxpaste.1
83share/GNUstep/Applications/WPrefs.app/WPrefs 79share/GNUstep/Applications/WPrefs.app/WPrefs
84share/GNUstep/Applications/WPrefs.app/WPrefs.tiff 80share/GNUstep/Applications/WPrefs.app/WPrefs.tiff
85share/GNUstep/Applications/WPrefs.app/WPrefs.xpm 81share/GNUstep/Applications/WPrefs.app/WPrefs.xpm
86share/GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff 82share/GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff
87share/GNUstep/Applications/WPrefs.app/tiff/animations.tiff 83share/GNUstep/Applications/WPrefs.app/tiff/animations.tiff
88share/GNUstep/Applications/WPrefs.app/tiff/appearance.tiff 84share/GNUstep/Applications/WPrefs.app/tiff/appearance.tiff
89share/GNUstep/Applications/WPrefs.app/tiff/clip.tiff 85share/GNUstep/Applications/WPrefs.app/tiff/clip.tiff
90share/GNUstep/Applications/WPrefs.app/tiff/configs.tiff 86share/GNUstep/Applications/WPrefs.app/tiff/configs.tiff
91share/GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff 87share/GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff
92share/GNUstep/Applications/WPrefs.app/tiff/dock.tiff 88share/GNUstep/Applications/WPrefs.app/tiff/dock.tiff
 89share/GNUstep/Applications/WPrefs.app/tiff/dockclipdrawersection.tiff
93share/GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff 90share/GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff
 91share/GNUstep/Applications/WPrefs.app/tiff/drawer.tiff
94share/GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff 92share/GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff
95share/GNUstep/Applications/WPrefs.app/tiff/expert.tiff 93share/GNUstep/Applications/WPrefs.app/tiff/expert.tiff
96share/GNUstep/Applications/WPrefs.app/tiff/fonts.tiff 94share/GNUstep/Applications/WPrefs.app/tiff/fonts.tiff
97share/GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff 95share/GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff
98share/GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff 96share/GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff
99share/GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff 97share/GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff
100share/GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff 98share/GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff
101share/GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff 99share/GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff
102share/GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff 100share/GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff
103share/GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff 101share/GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff
104share/GNUstep/Applications/WPrefs.app/tiff/menus.tiff 102share/GNUstep/Applications/WPrefs.app/tiff/menus.tiff
105share/GNUstep/Applications/WPrefs.app/tiff/miscprefs2.tiff 103share/GNUstep/Applications/WPrefs.app/tiff/miscprefs2.tiff
106share/GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff 104share/GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff
107share/GNUstep/Applications/WPrefs.app/tiff/mousesettings.tiff 105share/GNUstep/Applications/WPrefs.app/tiff/mousesettings.tiff
108share/GNUstep/Applications/WPrefs.app/tiff/mousespeed.tiff 106share/GNUstep/Applications/WPrefs.app/tiff/mousespeed.tiff
109share/GNUstep/Applications/WPrefs.app/tiff/msty1.tiff 107share/GNUstep/Applications/WPrefs.app/tiff/msty1.tiff
110share/GNUstep/Applications/WPrefs.app/tiff/msty2.tiff 108share/GNUstep/Applications/WPrefs.app/tiff/msty2.tiff
111share/GNUstep/Applications/WPrefs.app/tiff/msty3.tiff 109share/GNUstep/Applications/WPrefs.app/tiff/msty3.tiff
112share/GNUstep/Applications/WPrefs.app/tiff/newstyle.tiff 110share/GNUstep/Applications/WPrefs.app/tiff/newstyle.tiff
113share/GNUstep/Applications/WPrefs.app/tiff/nextstyle.tiff 111share/GNUstep/Applications/WPrefs.app/tiff/nextstyle.tiff
114share/GNUstep/Applications/WPrefs.app/tiff/nonopaque.tiff 112share/GNUstep/Applications/WPrefs.app/tiff/nonopaque.tiff
115share/GNUstep/Applications/WPrefs.app/tiff/noopaqueresize.tiff 113share/GNUstep/Applications/WPrefs.app/tiff/noopaqueresize.tiff
116share/GNUstep/Applications/WPrefs.app/tiff/oldstyle.tiff 114share/GNUstep/Applications/WPrefs.app/tiff/oldstyle.tiff
117share/GNUstep/Applications/WPrefs.app/tiff/opaque.tiff 115share/GNUstep/Applications/WPrefs.app/tiff/opaque.tiff
118share/GNUstep/Applications/WPrefs.app/tiff/opaqueresize.tiff 116share/GNUstep/Applications/WPrefs.app/tiff/opaqueresize.tiff
119share/GNUstep/Applications/WPrefs.app/tiff/paths.tiff 117share/GNUstep/Applications/WPrefs.app/tiff/paths.tiff
120share/GNUstep/Applications/WPrefs.app/tiff/smooth.tiff 118share/GNUstep/Applications/WPrefs.app/tiff/smooth.tiff
121share/GNUstep/Applications/WPrefs.app/tiff/sound.tiff 119share/GNUstep/Applications/WPrefs.app/tiff/sound.tiff
122share/GNUstep/Applications/WPrefs.app/tiff/speed0.tiff 120share/GNUstep/Applications/WPrefs.app/tiff/speed0.tiff
123share/GNUstep/Applications/WPrefs.app/tiff/speed0s.tiff 121share/GNUstep/Applications/WPrefs.app/tiff/speed0s.tiff
124share/GNUstep/Applications/WPrefs.app/tiff/speed1.tiff 122share/GNUstep/Applications/WPrefs.app/tiff/speed1.tiff
125share/GNUstep/Applications/WPrefs.app/tiff/speed1s.tiff 123share/GNUstep/Applications/WPrefs.app/tiff/speed1s.tiff
126share/GNUstep/Applications/WPrefs.app/tiff/speed2.tiff 124share/GNUstep/Applications/WPrefs.app/tiff/speed2.tiff
127share/GNUstep/Applications/WPrefs.app/tiff/speed2s.tiff 125share/GNUstep/Applications/WPrefs.app/tiff/speed2s.tiff
128share/GNUstep/Applications/WPrefs.app/tiff/speed3.tiff 126share/GNUstep/Applications/WPrefs.app/tiff/speed3.tiff
129share/GNUstep/Applications/WPrefs.app/tiff/speed3s.tiff 127share/GNUstep/Applications/WPrefs.app/tiff/speed3s.tiff
130share/GNUstep/Applications/WPrefs.app/tiff/speed4.tiff 128share/GNUstep/Applications/WPrefs.app/tiff/speed4.tiff
131share/GNUstep/Applications/WPrefs.app/tiff/speed4s.tiff 129share/GNUstep/Applications/WPrefs.app/tiff/speed4s.tiff
132share/GNUstep/Applications/WPrefs.app/tiff/tdel.tiff 130share/GNUstep/Applications/WPrefs.app/tiff/tdel.tiff
133share/GNUstep/Applications/WPrefs.app/tiff/tedit.tiff 131share/GNUstep/Applications/WPrefs.app/tiff/tedit.tiff
134share/GNUstep/Applications/WPrefs.app/tiff/temp.tiff 132share/GNUstep/Applications/WPrefs.app/tiff/temp.tiff
135share/GNUstep/Applications/WPrefs.app/tiff/textr.tiff 133share/GNUstep/Applications/WPrefs.app/tiff/textr.tiff
136share/GNUstep/Applications/WPrefs.app/tiff/theme.tiff 134share/GNUstep/Applications/WPrefs.app/tiff/theme.tiff
137share/GNUstep/Applications/WPrefs.app/tiff/timer0.tiff 135share/GNUstep/Applications/WPrefs.app/tiff/timer0.tiff
138share/GNUstep/Applications/WPrefs.app/tiff/timer0s.tiff 136share/GNUstep/Applications/WPrefs.app/tiff/timer0s.tiff
139share/GNUstep/Applications/WPrefs.app/tiff/timer1.tiff 137share/GNUstep/Applications/WPrefs.app/tiff/timer1.tiff
140share/GNUstep/Applications/WPrefs.app/tiff/timer1s.tiff 138share/GNUstep/Applications/WPrefs.app/tiff/timer1s.tiff
141share/GNUstep/Applications/WPrefs.app/tiff/timer2.tiff 139share/GNUstep/Applications/WPrefs.app/tiff/timer2.tiff
142share/GNUstep/Applications/WPrefs.app/tiff/timer2s.tiff 140share/GNUstep/Applications/WPrefs.app/tiff/timer2s.tiff
143share/GNUstep/Applications/WPrefs.app/tiff/timer3.tiff 141share/GNUstep/Applications/WPrefs.app/tiff/timer3.tiff
144share/GNUstep/Applications/WPrefs.app/tiff/timer3s.tiff 142share/GNUstep/Applications/WPrefs.app/tiff/timer3s.tiff
145share/GNUstep/Applications/WPrefs.app/tiff/timer4.tiff 143share/GNUstep/Applications/WPrefs.app/tiff/timer4.tiff
146share/GNUstep/Applications/WPrefs.app/tiff/timer4s.tiff 144share/GNUstep/Applications/WPrefs.app/tiff/timer4s.tiff
147share/GNUstep/Applications/WPrefs.app/tiff/timer5.tiff 145share/GNUstep/Applications/WPrefs.app/tiff/timer5.tiff
148share/GNUstep/Applications/WPrefs.app/tiff/timer5s.tiff 146share/GNUstep/Applications/WPrefs.app/tiff/timer5s.tiff
149share/GNUstep/Applications/WPrefs.app/tiff/tnew.tiff 147share/GNUstep/Applications/WPrefs.app/tiff/tnew.tiff
150share/GNUstep/Applications/WPrefs.app/tiff/whandling.tiff 148share/GNUstep/Applications/WPrefs.app/tiff/whandling.tiff
151share/GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff 149share/GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff
152share/GNUstep/Applications/WPrefs.app/tiff/workspace.tiff 150share/GNUstep/Applications/WPrefs.app/tiff/workspace.tiff
153share/GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff 151share/GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff
154share/GNUstep/Applications/WPrefs.app/tiff/xis.tiff 152share/GNUstep/Applications/WPrefs.app/tiff/xis.tiff
155share/WINGs/Images.tiff 153share/WINGs/Images.tiff
156share/WINGs/Images.xpm 154share/WINGs/Images.xpm
157share/WINGs/defaultIcon.tiff 155share/WINGs/defaultIcon.tiff
158share/WINGs/defaultIcon.xpm 156share/WINGs/defaultIcon.xpm
159share/WindowMaker/Backgrounds/BlueImage.jpeg 157share/WindowMaker/Backgrounds/BlueImage.jpeg
160share/WindowMaker/IconSets/Default.iconset 158share/WindowMaker/IconSets/Default.iconset
161share/WindowMaker/Icons/BitchX.tiff 159share/WindowMaker/Icons/BitchX.tiff
162share/WindowMaker/Icons/BitchX.xpm 160share/WindowMaker/Icons/BitchX.xpm
 161share/WindowMaker/Icons/Drawer.png
163share/WindowMaker/Icons/Ear.png 162share/WindowMaker/Icons/Ear.png
164share/WindowMaker/Icons/Ftp.png 163share/WindowMaker/Icons/Ftp.png
165share/WindowMaker/Icons/GNUstep.tiff 164share/WindowMaker/Icons/GNUstep.tiff
166share/WindowMaker/Icons/GNUstep.xpm 165share/WindowMaker/Icons/GNUstep.xpm
167share/WindowMaker/Icons/GNUstep3D.tiff 166share/WindowMaker/Icons/GNUstep3D.tiff
168share/WindowMaker/Icons/GNUstep3D.xpm 167share/WindowMaker/Icons/GNUstep3D.xpm
169share/WindowMaker/Icons/GNUstepGlow.tiff 168share/WindowMaker/Icons/GNUstepGlow.tiff
170share/WindowMaker/Icons/GNUstepGlow.xpm 169share/WindowMaker/Icons/GNUstepGlow.xpm
171share/WindowMaker/Icons/GNUterm.tiff 170share/WindowMaker/Icons/GNUterm.tiff
172share/WindowMaker/Icons/GNUterm.xpm 171share/WindowMaker/Icons/GNUterm.xpm
173share/WindowMaker/Icons/GreenWilber.png 172share/WindowMaker/Icons/GreenWilber.png
174share/WindowMaker/Icons/ICQ.png 173share/WindowMaker/Icons/ICQ.png
175share/WindowMaker/Icons/Jabber.png 174share/WindowMaker/Icons/Jabber.png
176share/WindowMaker/Icons/Magnify.tiff 175share/WindowMaker/Icons/Magnify.tiff
177share/WindowMaker/Icons/Magnify.xpm 176share/WindowMaker/Icons/Magnify.xpm
178share/WindowMaker/Icons/Mouth.png 177share/WindowMaker/Icons/Mouth.png
179share/WindowMaker/Icons/Mozilla.png 178share/WindowMaker/Icons/Mozilla.png
180share/WindowMaker/Icons/Pen.png 179share/WindowMaker/Icons/Pen.png
181share/WindowMaker/Icons/Pencil.png 180share/WindowMaker/Icons/Pencil.png
182share/WindowMaker/Icons/README 181share/WindowMaker/Icons/README
183share/WindowMaker/Icons/Real.png 182share/WindowMaker/Icons/Real.png
184share/WindowMaker/Icons/Shell.png 183share/WindowMaker/Icons/Shell.png
185share/WindowMaker/Icons/Speaker.png 184share/WindowMaker/Icons/Speaker.png
186share/WindowMaker/Icons/Terminal.tiff 185share/WindowMaker/Icons/Terminal.tiff
187share/WindowMaker/Icons/Terminal.xpm 186share/WindowMaker/Icons/Terminal.xpm
188share/WindowMaker/Icons/TerminalGNUstep.tiff 187share/WindowMaker/Icons/TerminalGNUstep.tiff
189share/WindowMaker/Icons/TerminalGNUstep.xpm 188share/WindowMaker/Icons/TerminalGNUstep.xpm
190share/WindowMaker/Icons/TerminalLinux.tiff 189share/WindowMaker/Icons/TerminalLinux.tiff
191share/WindowMaker/Icons/TerminalLinux.xpm 190share/WindowMaker/Icons/TerminalLinux.xpm
192share/WindowMaker/Icons/Wine.png 191share/WindowMaker/Icons/Wine.png
193share/WindowMaker/Icons/XChat.png 192share/WindowMaker/Icons/XChat.png
194share/WindowMaker/Icons/clip.tiff 193share/WindowMaker/Icons/clip.tiff
195share/WindowMaker/Icons/clip.xpm 194share/WindowMaker/Icons/clip.xpm
196share/WindowMaker/Icons/defaultAppIcon.tiff 195share/WindowMaker/Icons/defaultAppIcon.tiff
197share/WindowMaker/Icons/defaultAppIcon.xpm 196share/WindowMaker/Icons/defaultAppIcon.xpm
198share/WindowMaker/Icons/defaultterm.tiff 197share/WindowMaker/Icons/defaultterm.tiff
199share/WindowMaker/Icons/defaultterm.xpm 198share/WindowMaker/Icons/defaultterm.xpm
200share/WindowMaker/Icons/draw.tiff 199share/WindowMaker/Icons/draw.tiff
201share/WindowMaker/Icons/draw.xpm 200share/WindowMaker/Icons/draw.xpm
202share/WindowMaker/Icons/linuxterm.tiff 201share/WindowMaker/Icons/linuxterm.tiff
203share/WindowMaker/Icons/linuxterm.xpm 202share/WindowMaker/Icons/linuxterm.xpm
204share/WindowMaker/Icons/mixer.tiff 203share/WindowMaker/Icons/mixer.tiff
205share/WindowMaker/Icons/mixer.xpm 204share/WindowMaker/Icons/mixer.xpm
206share/WindowMaker/Icons/notepad.tiff 205share/WindowMaker/Icons/notepad.tiff
207share/WindowMaker/Icons/notepad.xpm 206share/WindowMaker/Icons/notepad.xpm
208share/WindowMaker/Icons/pdf.tiff 207share/WindowMaker/Icons/pdf.tiff
209share/WindowMaker/Icons/pdf.xpm 208share/WindowMaker/Icons/pdf.xpm
210share/WindowMaker/Icons/ps.tiff 209share/WindowMaker/Icons/ps.tiff
211share/WindowMaker/Icons/ps.xpm 210share/WindowMaker/Icons/ps.xpm
212share/WindowMaker/Icons/real.tiff 211share/WindowMaker/Icons/real.tiff
213share/WindowMaker/Icons/real.xpm 212share/WindowMaker/Icons/real.xpm
214share/WindowMaker/Icons/sgiterm.tiff 213share/WindowMaker/Icons/sgiterm.tiff
215share/WindowMaker/Icons/sgiterm.xpm 214share/WindowMaker/Icons/sgiterm.xpm
216share/WindowMaker/Icons/staroffice2.tiff 215share/WindowMaker/Icons/staroffice2.tiff
217share/WindowMaker/Icons/staroffice2.xpm 216share/WindowMaker/Icons/staroffice2.xpm
218share/WindowMaker/Icons/timer.tiff 217share/WindowMaker/Icons/timer.tiff
219share/WindowMaker/Icons/timer.xpm 218share/WindowMaker/Icons/timer.xpm
220share/WindowMaker/Icons/wilber.tiff 219share/WindowMaker/Icons/wilber.tiff
221share/WindowMaker/Icons/wilber.xpm 220share/WindowMaker/Icons/wilber.xpm
222share/WindowMaker/Icons/write.tiff 221share/WindowMaker/Icons/write.tiff
223share/WindowMaker/Icons/write.xpm 222share/WindowMaker/Icons/write.xpm
224share/WindowMaker/Icons/xdvi.tiff 223share/WindowMaker/Icons/xdvi.tiff
225share/WindowMaker/Icons/xdvi.xpm 224share/WindowMaker/Icons/xdvi.xpm
226share/WindowMaker/Icons/xv.tiff 225share/WindowMaker/Icons/xv.tiff
227share/WindowMaker/Icons/xv.xpm 226share/WindowMaker/Icons/xv.xpm
228share/WindowMaker/Pixmaps/swback.png 227share/WindowMaker/Pixmaps/swback.png
229share/WindowMaker/Pixmaps/swback2.png 228share/WindowMaker/Pixmaps/swback2.png
230share/WindowMaker/Pixmaps/swtile.png 229share/WindowMaker/Pixmaps/swtile.png
231share/WindowMaker/Pixmaps/tile.tiff 230share/WindowMaker/Pixmaps/tile.tiff
232share/WindowMaker/Pixmaps/tile.xpm 231share/WindowMaker/Pixmaps/tile.xpm
233share/WindowMaker/README 232share/WindowMaker/README
234share/WindowMaker/README.themes 233share/WindowMaker/README.themes
235share/WindowMaker/SoundSets/.directory 234share/WindowMaker/SoundSets/.directory
236share/WindowMaker/Sounds/.directory 235share/WindowMaker/Sounds/.directory
237share/WindowMaker/Styles/Autumn.style 236share/WindowMaker/Styles/Autumn.style
238share/WindowMaker/Styles/Black.style 237share/WindowMaker/Styles/Black.style
239share/WindowMaker/Styles/BlackTexture.style 238share/WindowMaker/Styles/BlackTexture.style
240share/WindowMaker/Styles/Blue.style 239share/WindowMaker/Styles/Blue.style
241share/WindowMaker/Styles/BlueDawn.style 240share/WindowMaker/Styles/BlueDawn.style
242share/WindowMaker/Styles/BlueishGreen.style 241share/WindowMaker/Styles/BlueishGreen.style
243share/WindowMaker/Styles/Brown.style 242share/WindowMaker/Styles/Brown.style
244share/WindowMaker/Styles/Brownish.style 243share/WindowMaker/Styles/Brownish.style
245share/WindowMaker/Styles/Chumbo.style 244share/WindowMaker/Styles/Chumbo.style
246share/WindowMaker/Styles/Copper.style 245share/WindowMaker/Styles/Copper.style
247share/WindowMaker/Styles/DarkBlue.style 246share/WindowMaker/Styles/DarkBlue.style
248share/WindowMaker/Styles/DarkRed.style 247share/WindowMaker/Styles/DarkRed.style
249share/WindowMaker/Styles/Emerald.style 248share/WindowMaker/Styles/Emerald.style
250share/WindowMaker/Styles/Fire.style 249share/WindowMaker/Styles/Fire.style
251share/WindowMaker/Styles/Food.style 250share/WindowMaker/Styles/Food.style
252share/WindowMaker/Styles/Golden.style 251share/WindowMaker/Styles/Golden.style
253share/WindowMaker/Styles/Green.style 252share/WindowMaker/Styles/Green.style
254share/WindowMaker/Styles/GreyBlue.style 253share/WindowMaker/Styles/GreyBlue.style
255share/WindowMaker/Styles/Gtk.style 254share/WindowMaker/Styles/Gtk.style
256share/WindowMaker/Styles/IRednBlue.style 255share/WindowMaker/Styles/IRednBlue.style
257share/WindowMaker/Styles/Interlace.style 256share/WindowMaker/Styles/Interlace.style
258share/WindowMaker/Styles/LightBlue.style 257share/WindowMaker/Styles/LightBlue.style
259share/WindowMaker/Styles/NewBlue.style 258share/WindowMaker/Styles/NewBlue.style
260share/WindowMaker/Styles/NightSky.style 259share/WindowMaker/Styles/NightSky.style
261share/WindowMaker/Styles/Pastel.style 260share/WindowMaker/Styles/Pastel.style
262share/WindowMaker/Styles/Pink.style 261share/WindowMaker/Styles/Pink.style
263share/WindowMaker/Styles/Pumpkin.style 262share/WindowMaker/Styles/Pumpkin.style
264share/WindowMaker/Styles/Purple.style 263share/WindowMaker/Styles/Purple.style
265share/WindowMaker/Styles/Purplish.style 264share/WindowMaker/Styles/Purplish.style
266share/WindowMaker/Styles/Red.style 265share/WindowMaker/Styles/Red.style
267share/WindowMaker/Styles/RednBlue.style 266share/WindowMaker/Styles/RednBlue.style
268share/WindowMaker/Styles/Spring.style 267share/WindowMaker/Styles/Spring.style
269share/WindowMaker/Styles/Summer.style 268share/WindowMaker/Styles/Summer.style
270share/WindowMaker/Styles/Traditional.style 269share/WindowMaker/Styles/Traditional.style
271share/WindowMaker/Styles/VioletBlue.style 270share/WindowMaker/Styles/VioletBlue.style
272share/WindowMaker/Themes/Blau.style 271share/WindowMaker/Themes/Blau.style
273share/WindowMaker/Themes/Default.style 272share/WindowMaker/Themes/Default.style
274share/WindowMaker/Themes/OpenStep.style 273share/WindowMaker/Themes/OpenStep.style
275share/WindowMaker/Themes/Pastel.style 274share/WindowMaker/Themes/Pastel.style
276share/WindowMaker/Themes/SteelBlueSilk.style 275share/WindowMaker/Themes/SteelBlueSilk.style
277share/WindowMaker/appearance.menu 276share/WindowMaker/appearance.menu
278share/WindowMaker/autostart.sh 277share/WindowMaker/autostart.sh
279share/WindowMaker/background.menu 278share/WindowMaker/background.menu
280share/WindowMaker/exitscript.sh 279share/WindowMaker/exitscript.sh
281share/WindowMaker/menu 280share/WindowMaker/menu
282share/WindowMaker/menu.bg 281share/WindowMaker/menu.bg
283share/WindowMaker/menu.ca 282share/WindowMaker/menu.ca
284share/WindowMaker/menu.cz 283share/WindowMaker/menu.cz
285share/WindowMaker/menu.da 284share/WindowMaker/menu.da
286share/WindowMaker/menu.de 285share/WindowMaker/menu.de
287share/WindowMaker/menu.el 286share/WindowMaker/menu.el
288share/WindowMaker/menu.es 287share/WindowMaker/menu.es
289share/WindowMaker/menu.fi 288share/WindowMaker/menu.fi
290share/WindowMaker/menu.fr 289share/WindowMaker/menu.fr
291share/WindowMaker/menu.gl 290share/WindowMaker/menu.gl
292share/WindowMaker/menu.he 291share/WindowMaker/menu.he
293share/WindowMaker/menu.hr 292share/WindowMaker/menu.hr
294share/WindowMaker/menu.hu 293share/WindowMaker/menu.hu
295share/WindowMaker/menu.it 294share/WindowMaker/menu.it
296share/WindowMaker/menu.ja 295share/WindowMaker/menu.ja
297share/WindowMaker/menu.ko 296share/WindowMaker/menu.ko
298share/WindowMaker/menu.nl 297share/WindowMaker/menu.nl
299share/WindowMaker/menu.no 298share/WindowMaker/menu.no
300share/WindowMaker/menu.pl 299share/WindowMaker/menu.pl
301share/WindowMaker/menu.pt 300share/WindowMaker/menu.pt
302share/WindowMaker/menu.ro 301share/WindowMaker/menu.ro
303share/WindowMaker/menu.ru 302share/WindowMaker/menu.ru
304share/WindowMaker/menu.se 303share/WindowMaker/menu.se
305share/WindowMaker/menu.sk 304share/WindowMaker/menu.sk
306share/WindowMaker/menu.sl 305share/WindowMaker/menu.sl
307share/WindowMaker/menu.tr 306share/WindowMaker/menu.tr
308share/WindowMaker/menu.zh_CN 307share/WindowMaker/menu.zh_CN
309share/WindowMaker/menu.zh_TW 308share/WindowMaker/menu.zh_TW
310share/WindowMaker/plmenu 309share/WindowMaker/plmenu
311share/WindowMaker/plmenu.bg 310share/WindowMaker/plmenu.bg
312share/WindowMaker/plmenu.da 311share/WindowMaker/plmenu.da
313share/WindowMaker/plmenu.de 312share/WindowMaker/plmenu.de
314share/WindowMaker/plmenu.es 313share/WindowMaker/plmenu.es
315share/WindowMaker/plmenu.fi 314share/WindowMaker/plmenu.fi
316share/WindowMaker/plmenu.fr 315share/WindowMaker/plmenu.fr
317share/WindowMaker/plmenu.hr 316share/WindowMaker/plmenu.hr
318share/WindowMaker/plmenu.it 317share/WindowMaker/plmenu.it
319share/WindowMaker/plmenu.ja 318share/WindowMaker/plmenu.ja
320share/WindowMaker/plmenu.ko 319share/WindowMaker/plmenu.ko
321share/WindowMaker/plmenu.pl 320share/WindowMaker/plmenu.pl
322share/WindowMaker/plmenu.ro 321share/WindowMaker/plmenu.ro
323share/WindowMaker/plmenu.sk 322share/WindowMaker/plmenu.sk
324share/WindowMaker/plmenu.zh_CN 323share/WindowMaker/plmenu.zh_CN
325share/WindowMaker/plmenu.zh_TW 324share/WindowMaker/plmenu.zh_TW
326share/WindowMaker/wmmacros 325share/WindowMaker/wmmacros
327share/doc/WindowMaker/FAQ 326share/doc/WindowMaker/FAQ
328share/doc/WindowMaker/FAQ.I18N 327share/doc/WindowMaker/FAQ.I18N
329share/doc/WindowMaker/README 328share/doc/WindowMaker/README
330share/doc/WindowMaker/README.definable-cursor 329share/doc/WindowMaker/README.definable-cursor
331share/examples/WindowMaker/WMGLOBAL 330share/examples/WindowMaker/WMGLOBAL
332share/examples/WindowMaker/WMRootMenu 331share/examples/WindowMaker/WMRootMenu
333share/examples/WindowMaker/WMState 332share/examples/WindowMaker/WMState
334share/examples/WindowMaker/WMWindowAttributes 333share/examples/WindowMaker/WMWindowAttributes
335share/examples/WindowMaker/WindowMaker 334share/examples/WindowMaker/WindowMaker
336share/locale/bg/LC_MESSAGES/WINGs.mo 335share/locale/bg/LC_MESSAGES/WINGs.mo
337share/locale/bg/LC_MESSAGES/WPrefs.mo 336share/locale/bg/LC_MESSAGES/WPrefs.mo
338share/locale/bg/LC_MESSAGES/WindowMaker.mo 337share/locale/bg/LC_MESSAGES/WindowMaker.mo
339share/locale/ca/LC_MESSAGES/WINGs.mo 338share/locale/ca/LC_MESSAGES/WINGs.mo
340share/locale/ca/LC_MESSAGES/WPrefs.mo 339share/locale/ca/LC_MESSAGES/WPrefs.mo
341share/locale/ca/LC_MESSAGES/WindowMaker.mo 340share/locale/ca/LC_MESSAGES/WindowMaker.mo
342share/locale/cs/LC_MESSAGES/WINGs.mo 341share/locale/cs/LC_MESSAGES/WINGs.mo
343share/locale/cs/LC_MESSAGES/WPrefs.mo 342share/locale/cs/LC_MESSAGES/WPrefs.mo
344share/locale/cs/LC_MESSAGES/WindowMaker.mo 343share/locale/cs/LC_MESSAGES/WindowMaker.mo
345share/locale/da/LC_MESSAGES/WindowMaker.mo 344share/locale/da/LC_MESSAGES/WindowMaker.mo
346share/locale/de/LC_MESSAGES/WINGs.mo 345share/locale/de/LC_MESSAGES/WINGs.mo
347share/locale/de/LC_MESSAGES/WPrefs.mo 346share/locale/de/LC_MESSAGES/WPrefs.mo
348share/locale/de/LC_MESSAGES/WindowMaker.mo 347share/locale/de/LC_MESSAGES/WindowMaker.mo
349share/locale/de/LC_MESSAGES/wmgenmenu.mo 348share/locale/de/LC_MESSAGES/wmgenmenu.mo
350share/locale/el/LC_MESSAGES/WindowMaker.mo 349share/locale/el/LC_MESSAGES/WindowMaker.mo
351share/locale/es/LC_MESSAGES/WPrefs.mo 350share/locale/es/LC_MESSAGES/WPrefs.mo
352share/locale/es/LC_MESSAGES/WindowMaker.mo 351share/locale/es/LC_MESSAGES/WindowMaker.mo
353share/locale/es/LC_MESSAGES/wmgenmenu.mo 352share/locale/es/LC_MESSAGES/wmgenmenu.mo
354share/locale/et/LC_MESSAGES/WPrefs.mo 353share/locale/et/LC_MESSAGES/WPrefs.mo
355share/locale/et/LC_MESSAGES/WindowMaker.mo 354share/locale/et/LC_MESSAGES/WindowMaker.mo
356share/locale/fi/LC_MESSAGES/WPrefs.mo 355share/locale/fi/LC_MESSAGES/WPrefs.mo
357share/locale/fi/LC_MESSAGES/WindowMaker.mo 356share/locale/fi/LC_MESSAGES/WindowMaker.mo
358share/locale/fr/LC_MESSAGES/WINGs.mo 357share/locale/fr/LC_MESSAGES/WINGs.mo
359share/locale/fr/LC_MESSAGES/WPrefs.mo 358share/locale/fr/LC_MESSAGES/WPrefs.mo
360share/locale/fr/LC_MESSAGES/WindowMaker.mo 359share/locale/fr/LC_MESSAGES/WindowMaker.mo
361share/locale/fr/LC_MESSAGES/wmgenmenu.mo 360share/locale/fr/LC_MESSAGES/wmgenmenu.mo
362share/locale/gl/LC_MESSAGES/WindowMaker.mo 361share/locale/gl/LC_MESSAGES/WindowMaker.mo
363share/locale/hr/LC_MESSAGES/WPrefs.mo 362share/locale/hr/LC_MESSAGES/WPrefs.mo
364share/locale/hr/LC_MESSAGES/WindowMaker.mo 363share/locale/hr/LC_MESSAGES/WindowMaker.mo
365share/locale/hu/LC_MESSAGES/WPrefs.mo 364share/locale/hu/LC_MESSAGES/WPrefs.mo
366share/locale/hu/LC_MESSAGES/WindowMaker.mo 365share/locale/hu/LC_MESSAGES/WindowMaker.mo
367share/locale/it/LC_MESSAGES/WPrefs.mo 366share/locale/it/LC_MESSAGES/WPrefs.mo
368share/locale/it/LC_MESSAGES/WindowMaker.mo 367share/locale/it/LC_MESSAGES/WindowMaker.mo
369share/locale/ja/LC_MESSAGES/WPrefs.mo 368share/locale/ja/LC_MESSAGES/WPrefs.mo
370share/locale/ja/LC_MESSAGES/WindowMaker.mo 369share/locale/ja/LC_MESSAGES/WindowMaker.mo
371share/locale/ko/LC_MESSAGES/WPrefs.mo 370share/locale/ko/LC_MESSAGES/WPrefs.mo
372share/locale/ko/LC_MESSAGES/WindowMaker.mo 371share/locale/ko/LC_MESSAGES/WindowMaker.mo
373share/locale/ms/LC_MESSAGES/WindowMaker.mo 372share/locale/ms/LC_MESSAGES/WindowMaker.mo
374share/locale/nl/LC_MESSAGES/WindowMaker.mo 373share/locale/nl/LC_MESSAGES/WindowMaker.mo
375share/locale/no/LC_MESSAGES/WindowMaker.mo 374share/locale/no/LC_MESSAGES/WindowMaker.mo
376share/locale/pl/LC_MESSAGES/WindowMaker.mo 375share/locale/pl/LC_MESSAGES/WindowMaker.mo
377share/locale/pt/LC_MESSAGES/WPrefs.mo 376share/locale/pt/LC_MESSAGES/WPrefs.mo
378share/locale/pt/LC_MESSAGES/WindowMaker.mo 377share/locale/pt/LC_MESSAGES/WindowMaker.mo
379share/locale/pt/LC_MESSAGES/wmgenmenu.mo 378share/locale/pt/LC_MESSAGES/wmgenmenu.mo
380share/locale/ro/LC_MESSAGES/WindowMaker.mo 379share/locale/ro/LC_MESSAGES/WindowMaker.mo
381share/locale/ru/LC_MESSAGES/WPrefs.mo 380share/locale/ru/LC_MESSAGES/WPrefs.mo
382share/locale/ru/LC_MESSAGES/WindowMaker.mo 381share/locale/ru/LC_MESSAGES/WindowMaker.mo
383share/locale/sk/LC_MESSAGES/WINGs.mo 382share/locale/sk/LC_MESSAGES/WINGs.mo
384share/locale/sk/LC_MESSAGES/WPrefs.mo 383share/locale/sk/LC_MESSAGES/WPrefs.mo
385share/locale/sk/LC_MESSAGES/WindowMaker.mo 384share/locale/sk/LC_MESSAGES/WindowMaker.mo
386share/locale/sv/LC_MESSAGES/WindowMaker.mo 385share/locale/sv/LC_MESSAGES/WindowMaker.mo
387share/locale/tr/LC_MESSAGES/WindowMaker.mo 386share/locale/tr/LC_MESSAGES/WindowMaker.mo
388share/locale/zh_CN/LC_MESSAGES/WPrefs.mo 387share/locale/zh_CN/LC_MESSAGES/WPrefs.mo
389share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo 388share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo
390share/locale/zh_TW/LC_MESSAGES/WPrefs.mo 389share/locale/zh_TW/LC_MESSAGES/WPrefs.mo
391share/locale/zh_TW/LC_MESSAGES/WindowMaker.mo 390share/locale/zh_TW/LC_MESSAGES/WindowMaker.mo

cvs diff -r1.35 -r1.36 pkgsrc/wm/windowmaker/distinfo (switch to unified diff)

--- pkgsrc/wm/windowmaker/distinfo 2013/07/06 10:19:31 1.35
+++ pkgsrc/wm/windowmaker/distinfo 2014/01/17 08:48:06 1.36
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1$NetBSD: distinfo,v 1.35 2013/07/06 10:19:31 tron Exp $ 1$NetBSD: distinfo,v 1.36 2014/01/17 08:48:06 adam Exp $
2 2
3SHA1 (WindowMaker-0.95.4.tar.gz) = 1477954668012010cf7991cb8139205768205717 3SHA1 (WindowMaker-0.95.5.tar.gz) = b04aef6a9076dd31a4e819275a78ece1784db28e
4RMD160 (WindowMaker-0.95.4.tar.gz) = 9316c30d9d2ebd1080711596ec1b97158997fa3a 4RMD160 (WindowMaker-0.95.5.tar.gz) = 40b7782e1c86c0f850a48daad23cdcdb13f74785
5Size (WindowMaker-0.95.4.tar.gz) = 2789390 bytes 5Size (WindowMaker-0.95.5.tar.gz) = 2927995 bytes
6SHA1 (patch-WINGs_proplist.c) = 8636ebf38659b03e11c1e616c95b43a1708be69f 
7SHA1 (patch-aa) = e926a78bc5b800a1e5fbc8792099fc4a97ae916f 6SHA1 (patch-aa) = e926a78bc5b800a1e5fbc8792099fc4a97ae916f
8SHA1 (patch-ab) = 794946828ede1816ea3b6a4c17f00465e1ae06c9 7SHA1 (patch-ab) = f954dadf7863a0ffc5eb4fb31bfadc218570324d
9SHA1 (patch-ac) = 0a2843e3f8e8456080082d1f3e57f58a5d440d18 8SHA1 (patch-ac) = 0a2843e3f8e8456080082d1f3e57f58a5d440d18
10SHA1 (patch-ad) = ec668c0e40289e87e92ec85d26810ef358d2407a 9SHA1 (patch-ad) = ec668c0e40289e87e92ec85d26810ef358d2407a
11SHA1 (patch-ae) = af4cf08ef774080efeaa5baa2662748418b442a3 10SHA1 (patch-ae) = af4cf08ef774080efeaa5baa2662748418b442a3
12SHA1 (patch-af) = 87c1ddd22f4afae10ae60f012d12a41de44b0f12 11SHA1 (patch-af) = 87c1ddd22f4afae10ae60f012d12a41de44b0f12
13SHA1 (patch-ag) = 4447310218e73ab0b78e563dabc9ce9614d68cfd 12SHA1 (patch-ag) = 4447310218e73ab0b78e563dabc9ce9614d68cfd
14SHA1 (patch-ai) = 44a6a63bad867e6bc614b58688d59aa610b8553b 13SHA1 (patch-ai) = 44a6a63bad867e6bc614b58688d59aa610b8553b
15SHA1 (patch-aj) = 248d7088ee2ce861898a7474cde8a08f4b879ee9 14SHA1 (patch-aj) = 248d7088ee2ce861898a7474cde8a08f4b879ee9
16SHA1 (patch-ak) = 33935c1d6192b2e3833cf1d5b3c724269cb051b3 15SHA1 (patch-ak) = 40221313ce3456f4357082caec17991390607159
17SHA1 (patch-doc_cs_Makefile.in) = ab0b42a60863fec8fba0de0e8a2ae74fa3cf8103 16SHA1 (patch-doc_cs_Makefile.in) = ab0b42a60863fec8fba0de0e8a2ae74fa3cf8103
18SHA1 (patch-doc_ru_Makefile.in) = 7c0b861c6bbe457e8e55e0265335195b95bbe031 17SHA1 (patch-doc_ru_Makefile.in) = 7c0b861c6bbe457e8e55e0265335195b95bbe031
19SHA1 (patch-wrlib_gif.c) = c050efa872151a326a2e96af16acb40c3bba4a9c 18SHA1 (patch-wrlib_gif.c) = c050efa872151a326a2e96af16acb40c3bba4a9c

File Deleted: pkgsrc/wm/windowmaker/patches/Attic/patch-WINGs_proplist.c

cvs diff -r1.14 -r1.15 pkgsrc/wm/windowmaker/patches/Attic/patch-ab (switch to unified diff)

--- pkgsrc/wm/windowmaker/patches/Attic/patch-ab 2013/05/21 14:38:40 1.14
+++ pkgsrc/wm/windowmaker/patches/Attic/patch-ab 2014/01/17 08:48:06 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-ab,v 1.14 2013/05/21 14:38:40 hans Exp $ 1$NetBSD: patch-ab,v 1.15 2014/01/17 08:48:06 adam Exp $
2 2
3--- configure.orig 2013-01-09 21:43:05.000000000 +0000 3--- configure.orig 2013-01-09 21:43:05.000000000 +0000
4+++ configure 4+++ configure
5@@ -11613,9 +11613,9 @@ test "x$exec_prefix" = xNONE && exec_pre 5@@ -11948,9 +11948,9 @@ test "x$exec_prefix" = xNONE && exec_pre
6 _bindir=`eval echo $bindir` 6 _bindir=`eval echo $bindir`
7 _bindir=`eval echo $_bindir` 7 _bindir=`eval echo $_bindir`
8  8
9-lib_search_path='-L${libdir}' 9-lib_search_path='-L${libdir}'
10+lib_search_path="-L${BUILDLINK_DIR}/lib -L${BUILDLINK_X11_DIR}/lib" 10+lib_search_path="-L${BUILDLINK_DIR}/lib -L${BUILDLINK_X11_DIR}/lib"
11  11
12-inc_search_path='-I${includedir}' 12-inc_search_path='-I${includedir}'
13+inc_search_path="-I${BUILDLINK_DIR}/include -I${BUILDLINK_X11_DIR}/include" 13+inc_search_path="-I${BUILDLINK_DIR}/include -I${BUILDLINK_X11_DIR}/include"
14  14
15  15
16 # Check whether --with-libs-from was given. 16 # Check whether --with-libs-from was given.

cvs diff -r1.5 -r1.6 pkgsrc/wm/windowmaker/patches/Attic/patch-ak (switch to unified diff)

--- pkgsrc/wm/windowmaker/patches/Attic/patch-ak 2013/05/30 15:18:28 1.5
+++ pkgsrc/wm/windowmaker/patches/Attic/patch-ak 2014/01/17 08:48:06 1.6
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1$NetBSD: patch-ak,v 1.5 2013/05/30 15:18:28 hans Exp $ 1$NetBSD: patch-ak,v 1.6 2014/01/17 08:48:06 adam Exp $
2 2
3--- util/Makefile.in.orig 2013-01-09 21:43:07.000000000 +0000 3--- util/Makefile.in.orig 2013-09-12 22:00:17.000000000 +0000
4+++ util/Makefile.in 4+++ util/Makefile.in
5@@ -374,21 +374,21 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"  5@@ -375,21 +375,21 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
6 -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\" 6 -DETCDIR=\"sysconfdir\" -DDATADIR=\"pkgdatadir\"
7  7
8 liblist = @LIBRARY_SEARCH_PATH@ @INTLIBS@ 8 liblist = @LIBRARY_SEARCH_PATH@ @INTLIBS@
9-wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 9-wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
10-wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 10-wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
11+wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 11+wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
12+wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 12+wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
13 wxcopy_LDADD = @XLFLAGS@ @XLIBS@  13 wxcopy_LDADD = @XLFLAGS@ @XLIBS@
14 wxpaste_LDADD = @XLFLAGS@ @XLIBS@ 14 wxpaste_LDADD = @XLFLAGS@ @XLIBS@
15-getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 15-getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
16+getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 16+getstyle_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
17 getstyle_SOURCES = getstyle.c fontconv.c 17 getstyle_SOURCES = getstyle.c fontconv.c common.h
18 setstyle_LDADD = \ 18 setstyle_LDADD = \
19 $(top_builddir)/WINGs/libWUtil.la \ 19 $(top_builddir)/WINGs/libWUtil.la \
20 @XLFLAGS@ @XLIBS@ $(liblist) 20 @XLFLAGS@ @XLIBS@ $(liblist)
21  21
22 setstyle_SOURCES = setstyle.c fontconv.c 22 setstyle_SOURCES = setstyle.c fontconv.c common.h
23-convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 23-convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
24+convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 24+convertfonts_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
25 convertfonts_SOURCES = convertfonts.c fontconv.c 25 convertfonts_SOURCES = convertfonts.c fontconv.c common.h
26-seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 26-seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
27-geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) 27-geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
28+seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 28+seticons_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
29+geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist) 29+geticonset_LDADD = $(top_builddir)/WINGs/libWUtil.la @XLFLAGS@ @XLIBS@ $(liblist)
30 wmagnify_LDADD = \ 30 wmagnify_LDADD = \
31 $(top_builddir)/WINGs/libWINGs.la \ 31 $(top_builddir)/WINGs/libWINGs.la \
32 $(top_builddir)/WINGs/libWUtil.la \ 32 $(top_builddir)/WINGs/libWUtil.la \