From 45a38999bd0dfb72aea4705478e46a1faedf0620 Mon Sep 17 00:00:00 2001 From: mjl Date: Sun, 11 Mar 2001 16:59:03 +0000 Subject: Update to 0.64.0. Notable changes include: - fixed messup in get-{wings,wutil,wraster}-flags - fixed #wmdatadir# substitution in wmaker.inst (Seiichi SATO ) - Removed spurious focus disabling for GNUstep applications - Fixed broken panels. - decreased nice() value in wmsetbg - applied gnome panel not-covering patch - added item copy to WPrefs menu editor - added locale selection code for menu in wmaker.inst - fixed bug in built-in xpm support - removed plugin support - fixed a crash bug in WPrefs menu editor - added updated single-click patch - fixed WindozeCycling config in WPrefs - fixed circulate raise withour WindozeCycling - added wmagnify utility - changed behaviour of control/shift double click on titlebar for maximize - updated getstyle to account for extendspace options - fixed weird color bug in jpeg loader - improved and simplified fonts configuration for multibyte languages - cleaned ParseCommand() and renamed to TokenizeString() - rewrote menu editor in WPrefs - fixed circulateraise on non-windoze cycling mode - fixed bug with incorrect reading of ppm files - fixed bug with incorrect window placement using automatic placement, while there were shaded windows on other workspaces - fixed some buffer overflow issues in WINGs - fixed bug with WPrefs.app not selecting the menu appearance options after startup. - fixed some memory leaks generated by wstrappend() - fixed code that was dependant on the order of evaluation in wrlib. This fixed a number of problems, like greyscale jpegs that showed up in red and possibly the problems with pseudocolor displays. - made clicks on unfocused windows be effective on focus follow mouse/sloppy --- wm/windowmaker/Makefile | 8 +++---- wm/windowmaker/files/md5 | 4 ++-- wm/windowmaker/files/patch-sum | 10 ++++----- wm/windowmaker/patches/patch-aa | 6 +++--- wm/windowmaker/patches/patch-ab | 12 +++++------ wm/windowmaker/patches/patch-ac | 10 ++++----- wm/windowmaker/pkg/PLIST | 46 +++++++++++++++++++++++++++++++++++------ 7 files changed, 65 insertions(+), 31 deletions(-) (limited to 'wm') diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index c749031c2b4..68c66863ab2 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/03/04 09:06:18 tron Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/11 16:59:03 mjl Exp $ -DISTNAME= WindowMaker-0.62.1 -PKGNAME= windowmaker-0.62.1nb1 +DISTNAME= WindowMaker-0.64.0 +PKGNAME= windowmaker-0.64.0 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/ @@ -50,7 +50,7 @@ CFLAGS= # openlook enable support for OPEN LOOK(tm) window manager hints # lite remove Window Maker redundancies with KDE and GNOME # -WINDOWMAKER_OPTIONS?= gnome kde +WINDOWMAKER_OPTIONS?= gnome kde openlook BUILD_DEFS+= WINDOWMAKER_OPTIONS diff --git a/wm/windowmaker/files/md5 b/wm/windowmaker/files/md5 index 3982419b7c5..00911552b9f 100644 --- a/wm/windowmaker/files/md5 +++ b/wm/windowmaker/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: md5,v 1.2 2001/03/11 16:59:03 mjl Exp $ -MD5 (WindowMaker-0.62.1.tar.bz2) = 9d2deac6de78af0766392803cb414c62 +SHA1 (WindowMaker-0.64.0.tar.bz2) = a79f91c2da4f72058b803ed380e044c5913ec7d8 diff --git a/wm/windowmaker/files/patch-sum b/wm/windowmaker/files/patch-sum index 04462323ba3..fbfc435cd2d 100644 --- a/wm/windowmaker/files/patch-sum +++ b/wm/windowmaker/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-sum,v 1.2 2001/03/11 16:59:03 mjl Exp $ -MD5 (patch-aa) = 5c8487e3336d479ac46e42ad3fd54676 -MD5 (patch-ab) = 21c8f42d0dc6949d321779b16c6f4ec7 -MD5 (patch-ac) = a0c441e25d1063f0c04060fd9d24defc -MD5 (patch-ad) = 5357725a353a8a95ed77e7e2548ff6a6 +SHA1 (patch-aa) = f28cba3b67cbc9d3694044ca05d0e6a4c794a630 +SHA1 (patch-ab) = 4bc3e4112c6aa5f6bae5b91f80b8f1f8e1887bf9 +SHA1 (patch-ac) = 369851ddd787c1f6bdc3828cf777cd797c287489 +SHA1 (patch-ad) = e363620bed72769d54c2dd8a6f7f5170b12366b5 diff --git a/wm/windowmaker/patches/patch-aa b/wm/windowmaker/patches/patch-aa index 7d07d26b1a9..c111809dfaf 100644 --- a/wm/windowmaker/patches/patch-aa +++ b/wm/windowmaker/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/03/11 16:59:04 mjl Exp $ ---- doc/Makefile.am.orig Sun May 2 23:23:10 1999 -+++ doc/Makefile.am Sun Jun 4 02:00:27 2000 +--- doc/Makefile.am.orig Sun Mar 11 17:27:36 2001 ++++ doc/Makefile.am Sun Mar 11 17:27:50 2001 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab index 92bc2c2afd5..195e3029994 100644 --- a/wm/windowmaker/patches/patch-ab +++ b/wm/windowmaker/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2001/03/11 16:59:04 mjl 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" +--- configure.in.orig Fri Feb 9 17:05:49 2001 ++++ configure.in Sun Mar 11 17:20:56 2001 +@@ -261,29 +261,11 @@ + supported_locales="cs de es fr gl it ja ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu" + supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de bg hu sk" -for lang in $LINGUAS; do - ok=0 diff --git a/wm/windowmaker/patches/patch-ac b/wm/windowmaker/patches/patch-ac index 17ec5c7eb23..60f768324b0 100644 --- a/wm/windowmaker/patches/patch-ac +++ b/wm/windowmaker/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2001/03/11 16:59:04 mjl Exp $ ---- wrlib/Makefile.am.orig Fri Mar 24 02:16:03 2000 -+++ wrlib/Makefile.am Sun Jun 4 01:22:53 2000 +--- wrlib/Makefile.am.orig Sun Jan 7 00:52:01 2001 ++++ wrlib/Makefile.am Sun Mar 11 17:26:26 2001 @@ -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 +-libwraster_la_LDFLAGS = -version-info 2:1:0 ++libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:1:0 bin_SCRIPTS = get-wraster-flags diff --git a/wm/windowmaker/pkg/PLIST b/wm/windowmaker/pkg/PLIST index 9b76156ef4d..85f95e266c4 100644 --- a/wm/windowmaker/pkg/PLIST +++ b/wm/windowmaker/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/04 15:10:57 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/03/11 16:59:04 mjl Exp $ GNUstep/Apps/WPrefs.app/WPrefs GNUstep/Apps/WPrefs.app/WPrefs.tiff GNUstep/Apps/WPrefs.app/WPrefs.xpm @@ -74,12 +74,16 @@ bin/geticonset bin/getstyle bin/seticons bin/setstyle +bin/wdread bin/wdwrite bin/wkdemenu.pl bin/wm-oldmenu2new +bin/wmagnify bin/wmaker bin/wmaker.inst +bin/wmchlocale bin/wmsetbg +bin/wmsetup bin/wsetfont bin/wxcopy bin/wxpaste @@ -88,11 +92,14 @@ etc/WindowMaker/WMRootMenu etc/WindowMaker/WMState etc/WindowMaker/WMWindowAttributes etc/WindowMaker/WindowMaker -include/WINGs.h -include/WINGsP.h +include/WINGs/WINGs.h +include/WINGs/WINGsP.h +include/WINGs/WUtil.h +include/WINGs/wtabledelegates.h +include/WINGs/wtableview.h include/WMaker.h -include/WUtil.h include/wraster.h +lib/libExtraWINGs.a lib/libWINGs.a lib/libWMaker.a lib/libWUtil.a @@ -100,7 +107,7 @@ lib/libwraster.a lib/libwraster.la lib/libwraster.so lib/libwraster.so.2 -lib/libwraster.so.2.0 +lib/libwraster.so.2.1 man/man1/geticonset.1 man/man1/getstyle.1 man/man1/seticons.1 @@ -120,6 +127,7 @@ share/WindowMaker/IconSets/Default.iconset share/WindowMaker/Icons/BitchX.tiff share/WindowMaker/Icons/BitchX.xpm share/WindowMaker/Icons/DefaultAppIcon.tiff +share/WindowMaker/Icons/Ftp.png share/WindowMaker/Icons/GNUstep.tiff share/WindowMaker/Icons/GNUstep.xpm share/WindowMaker/Icons/GNUstep3D.tiff @@ -128,12 +136,22 @@ share/WindowMaker/Icons/GNUstepGlow.tiff share/WindowMaker/Icons/GNUstepGlow.xpm share/WindowMaker/Icons/GNUterm.tiff share/WindowMaker/Icons/GNUterm.xpm +share/WindowMaker/Icons/GreenWilber.png +share/WindowMaker/Icons/ICQ.png +share/WindowMaker/Icons/Mozilla.png +share/WindowMaker/Icons/Netscape.png +share/WindowMaker/Icons/Pen.png +share/WindowMaker/Icons/Pencil.png +share/WindowMaker/Icons/Real.png +share/WindowMaker/Icons/Shell.png +share/WindowMaker/Icons/Speaker.png 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/XChat.png share/WindowMaker/Icons/clip.tiff share/WindowMaker/Icons/clip.xpm share/WindowMaker/Icons/defaultAppIcon.tiff @@ -195,7 +213,11 @@ share/WindowMaker/Styles/Golden.style share/WindowMaker/Styles/Green.style share/WindowMaker/Styles/GreyBlue.style share/WindowMaker/Styles/Gtk.style +share/WindowMaker/Styles/IRednBlue.style +share/WindowMaker/Styles/Interlace.style share/WindowMaker/Styles/LightBlue.style +share/WindowMaker/Styles/NewBlue.style +share/WindowMaker/Styles/NightSky.style share/WindowMaker/Styles/Pastel.style share/WindowMaker/Styles/Pink.style share/WindowMaker/Styles/Pumpkin.style @@ -214,6 +236,7 @@ share/WindowMaker/Themes/SteelBlueSilk.style share/WindowMaker/autostart.sh share/WindowMaker/exitscript.sh share/WindowMaker/menu +share/WindowMaker/menu.bg share/WindowMaker/menu.ca share/WindowMaker/menu.cz share/WindowMaker/menu.da @@ -233,21 +256,27 @@ share/WindowMaker/menu.nl share/WindowMaker/menu.no share/WindowMaker/menu.pl share/WindowMaker/menu.pt +share/WindowMaker/menu.ro share/WindowMaker/menu.ru share/WindowMaker/menu.se +share/WindowMaker/menu.sk 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.bg share/WindowMaker/plmenu.da share/WindowMaker/plmenu.de +share/WindowMaker/plmenu.es 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.ro +share/WindowMaker/plmenu.sk share/WindowMaker/plmenu.zh_CN share/WindowMaker/wmmacros share/WindowMaker/xtree.dat @@ -257,6 +286,8 @@ share/doc/WindowMaker/README share/doc/WindowMaker/README.GNOME share/doc/WindowMaker/README.KDE share/doc/WindowMaker/README.definable-cursor +share/locale/bg/LC_MESSAGES/WPrefs.mo +share/locale/bg/LC_MESSAGES/WindowMaker.mo share/locale/cs/LC_MESSAGES/WPrefs.mo share/locale/cs/LC_MESSAGES/WindowMaker.mo share/locale/da/LC_MESSAGES/WindowMaker.mo @@ -272,6 +303,8 @@ 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/hu/LC_MESSAGES/WPrefs.mo +share/locale/hu/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 @@ -286,8 +319,9 @@ 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/WPrefs.mo share/locale/sk/LC_MESSAGES/WindowMaker.mo +share/locale/sv/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 -- cgit v1.2.3