diff options
author | jlam <jlam> | 1999-04-16 20:08:16 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-04-16 20:08:16 +0000 |
commit | df488c3cf881183088f196ca211fd973e28212e4 (patch) | |
tree | e60e63c6ce2666e2d0e81e823301b5de778d7dad /x11/windowmaker | |
parent | 7d6eff4230b7a89a5d6780050cce36479bb39753 (diff) | |
download | pkgsrc-df488c3cf881183088f196ca211fd973e28212e4.tar.gz |
Update windowmaker to 0.52.0. Changes since version 0.51.2:
- made the Attributes panel be available for all windows, even
for completely broken apps (although settings wont be saved for
completely broken apps)
- fixed compilation problems with compile time #defines
- workaround for crash during startup related to hiding miniaturized windows
from Matt Armstrong <matt_armstrong@bigfoot.com>
- fixed focus problem with unfocusable windows
- fixed bug in WPrefs that changed EXIT to SHUTDOWN
- fixed menu title messup bug in WPrefs
- added a dot to mark hidden applications (compile time) (id@windowmaker.org)
- enhancements to the modelock patch (id@windowmaker.org)
- show kbd mode for modelock (id@windowmaker.org)
- enhanced positioning of transient windows
- added dynamically loadable texture renderer code (from ?)
- added DisableMiniwindows option
- kde: miniaturize animation will match the taskbar icon (KWM_WIN_ICON_GEOMETRY)
- miniwindows show the title of the window if there is none set for it
- fixed crash on kpanel restart
- remember window shortcuts after restart
- change edge resistance to account for panels and stuffs
- narrower menus
- fixed auto raise/lower behaviour of clip for docked applications that have
their own window (applets).
- cleaned up Clip's autocollapsing code, and made it to be similar to the
auto raise/lower code (much cleaner).
- fixed a race condition in Clip behavior when changing workspaces, if set to
autocollapsing.
Diffstat (limited to 'x11/windowmaker')
-rw-r--r-- | x11/windowmaker/files/md5 | 5 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-aa | 10 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ab | 14 | ||||
-rw-r--r-- | x11/windowmaker/pkg/COMMENT | 2 | ||||
-rw-r--r-- | x11/windowmaker/pkg/PLIST.nolinguas | 83 |
5 files changed, 17 insertions, 97 deletions
diff --git a/x11/windowmaker/files/md5 b/x11/windowmaker/files/md5 index 4e5d7390d4a..d05c61dfeec 100644 --- a/x11/windowmaker/files/md5 +++ b/x11/windowmaker/files/md5 @@ -1,4 +1,3 @@ -$NetBSD: md5,v 1.8 1999/03/20 00:17:20 tron Exp $ +$NetBSD: md5,v 1.9 1999/04/16 20:08:16 jlam Exp $ -MD5 (WindowMaker-0.51.2.tar.gz) = 041b07bf4771cc91bc8ddd29d2a392a2 -MD5 (WindowMaker-data.tar.gz) = 6ea0c37314ea9e9ab27e8bdf45a31a82 +MD5 (WindowMaker-0.52.0.tar.gz) = e79383dd0518db680403c6f758c465c8 diff --git a/x11/windowmaker/patches/patch-aa b/x11/windowmaker/patches/patch-aa index 2da6bfa3c1c..ef9d4058772 100644 --- a/x11/windowmaker/patches/patch-aa +++ b/x11/windowmaker/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 1999/02/02 10:24:11 tron Exp $ +$NetBSD: patch-aa,v 1.6 1999/04/16 20:08:16 jlam Exp $ ---- doc/Makefile.in.orig Wed Jan 20 10:00:00 1999 -+++ doc/Makefile.in Sun Jan 31 04:52:26 1999 -@@ -126,7 +126,7 @@ +--- doc/Makefile.in.orig Thu Apr 1 11:49:35 1999 ++++ doc/Makefile.in Wed Apr 14 02:41:54 1999 +@@ -127,7 +127,7 @@ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ - ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -+ ext=`echo $$i | sed -e 's/^.*\\.//' -e 's/[a-z]*$$//'`; \ ++ ext=`echo $$i | sed -e 's/^.*\\.//; s/[a-z]*$$//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab index f167f8eb178..b5fcfde2d3b 100644 --- a/x11/windowmaker/patches/patch-ab +++ b/x11/windowmaker/patches/patch-ab @@ -1,20 +1,18 @@ -$NetBSD: patch-ab,v 1.7 1999/02/14 21:39:29 tron Exp $ +$NetBSD: patch-ab,v 1.8 1999/04/16 20:08:16 jlam Exp $ ---- configure.orig Wed Jan 20 16:00:00 1999 -+++ configure Sun Feb 14 22:32:41 1999 -@@ -1300,8 +1300,9 @@ +--- configure.orig Thu Apr 1 11:49:36 1999 ++++ configure Wed Apr 14 02:43:30 1999 +@@ -1302,7 +1302,8 @@ echo "$ac_t""no" 1>&6 fi -# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' +# Use NetBSD's pkglibtool +if false; then -+#LIBTOOL='$(SHELL) $(top_builddir)/libtool' + LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Check for any special flags to pass to ltconfig. - libtool_flags= -@@ -1345,6 +1346,7 @@ +@@ -1347,6 +1348,7 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } diff --git a/x11/windowmaker/pkg/COMMENT b/x11/windowmaker/pkg/COMMENT index ddd82c9b2e9..428a94a75e4 100644 --- a/x11/windowmaker/pkg/COMMENT +++ b/x11/windowmaker/pkg/COMMENT @@ -1 +1 @@ -This window manager is a GNUStep-compliant NeXTStep clone. +This window manager is a GNUStep-compliant NEXTSTEP(tm) clone. diff --git a/x11/windowmaker/pkg/PLIST.nolinguas b/x11/windowmaker/pkg/PLIST.nolinguas index 0d2ee49ddbb..2774c2467ff 100644 --- a/x11/windowmaker/pkg/PLIST.nolinguas +++ b/x11/windowmaker/pkg/PLIST.nolinguas @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.nolinguas,v 1.3 1999/03/20 00:17:20 tron Exp $ +@comment $NetBSD: PLIST.nolinguas,v 1.4 1999/04/16 20:08:16 jlam Exp $ GNUstep/Apps/WPrefs.app/WPrefs GNUstep/Apps/WPrefs.app/WPrefs.tiff GNUstep/Apps/WPrefs.app/WPrefs.xpm @@ -155,7 +155,7 @@ include/wraster.h lib/libWINGs.a lib/libWMaker.a lib/libwraster.a -lib/libwraster.so.2.0 +lib/libwraster.so.2.1 man/man1/geticonset.1 man/man1/getstyle.1 man/man1/seticons.1 @@ -220,69 +220,8 @@ share/WindowMaker/Icons/xdvi.tiff share/WindowMaker/Icons/xdvi.xpm share/WindowMaker/Icons/xv.tiff share/WindowMaker/Icons/xv.xpm -share/WindowMaker/Pixmaps/Ant.xpm -share/WindowMaker/Pixmaps/Antennae.xpm -share/WindowMaker/Pixmaps/Bee48x48.xpm -share/WindowMaker/Pixmaps/Beer.xpm -share/WindowMaker/Pixmaps/Bird.xpm -share/WindowMaker/Pixmaps/Book.xpm -share/WindowMaker/Pixmaps/Bookshelf.xpm -share/WindowMaker/Pixmaps/Brain.xpm -share/WindowMaker/Pixmaps/BulletHole.xpm -share/WindowMaker/Pixmaps/CashRegister.xpm -share/WindowMaker/Pixmaps/Clipboard.xpm -share/WindowMaker/Pixmaps/Cola.xpm -share/WindowMaker/Pixmaps/ColorGNU.xpm -share/WindowMaker/Pixmaps/Correspondence.dir.xpm -share/WindowMaker/Pixmaps/CrystalSkull.dir.xpm -share/WindowMaker/Pixmaps/Daemon.xpm -share/WindowMaker/Pixmaps/Detergent.dir.xpm -share/WindowMaker/Pixmaps/DoomII.xpm -share/WindowMaker/Pixmaps/Draw.xpm -share/WindowMaker/Pixmaps/EscherCube.xpm -share/WindowMaker/Pixmaps/EscherTriangle.xpm -share/WindowMaker/Pixmaps/Fish5.dir.xpm -share/WindowMaker/Pixmaps/Football.xpm -share/WindowMaker/Pixmaps/FootballUS.xpm -share/WindowMaker/Pixmaps/Gear.xpm -share/WindowMaker/Pixmaps/Ghost.xpm -share/WindowMaker/Pixmaps/HP-16C-48.xpm -share/WindowMaker/Pixmaps/HandOpen.xpm -share/WindowMaker/Pixmaps/HandPointing.xpm -share/WindowMaker/Pixmaps/HandPointingLeft.xpm -share/WindowMaker/Pixmaps/HandPunch.xpm -share/WindowMaker/Pixmaps/HandReach.xpm -share/WindowMaker/Pixmaps/HeroSandwich.dir.xpm -share/WindowMaker/Pixmaps/LadyBug48x48.xpm -share/WindowMaker/Pixmaps/Microphone.xpm -share/WindowMaker/Pixmaps/Netscape.xpm -share/WindowMaker/Pixmaps/NewsAgent.xpm -share/WindowMaker/Pixmaps/PDF.xpm -share/WindowMaker/Pixmaps/Padlock.xpm -share/WindowMaker/Pixmaps/Paint.xpm -share/WindowMaker/Pixmaps/Pencils.24.xpm -share/WindowMaker/Pixmaps/Penguin.xpm -share/WindowMaker/Pixmaps/Radio.xpm -share/WindowMaker/Pixmaps/Reference.xpm -share/WindowMaker/Pixmaps/Rumi.xpm -share/WindowMaker/Pixmaps/Snail.xpm -share/WindowMaker/Pixmaps/T2-Film.xpm -share/WindowMaker/Pixmaps/TagIcon.xpm -share/WindowMaker/Pixmaps/TapeIcon1.xpm -share/WindowMaker/Pixmaps/TrueDie48.xpm -share/WindowMaker/Pixmaps/WheelbarrowFull.xpm -share/WindowMaker/Pixmaps/WordEditor.xpm -share/WindowMaker/Pixmaps/Wrench-12bit.xpm -share/WindowMaker/Pixmaps/bomb2.xpm -share/WindowMaker/Pixmaps/inspect.xpm -share/WindowMaker/Pixmaps/monitor.xpm -share/WindowMaker/Pixmaps/paint.xpm -share/WindowMaker/Pixmaps/tile.black.xpm -share/WindowMaker/Pixmaps/tile.snow.xpm share/WindowMaker/Pixmaps/tile.tiff share/WindowMaker/Pixmaps/tile.xpm -share/WindowMaker/Pixmaps/tile2.xpm -share/WindowMaker/Pixmaps/xv.xpm share/WindowMaker/README share/WindowMaker/README.themes share/WindowMaker/SoundSets/.keep_me @@ -312,22 +251,9 @@ share/WindowMaker/Styles/RednBlue.style share/WindowMaker/Styles/Summer.style share/WindowMaker/Styles/Traditional.style share/WindowMaker/Styles/VioletBlue.style -share/WindowMaker/Themes/Checker.themed/checker.xpm -share/WindowMaker/Themes/Checker.themed/style share/WindowMaker/Themes/Default.style -share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg -share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg -share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg -share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg -share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg -share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg -share/WindowMaker/Themes/LeetWM.themed/style -share/WindowMaker/Themes/Night.themed/SeaNight.jpeg -share/WindowMaker/Themes/Night.themed/style share/WindowMaker/Themes/OpenStep.style share/WindowMaker/Themes/Pastel.style -share/WindowMaker/Themes/STEP2000.themed/BlueImage2.jpeg -share/WindowMaker/Themes/STEP2000.themed/style share/WindowMaker/Themes/SteelBlueSilk.style share/WindowMaker/autostart.sh share/WindowMaker/exitscript.sh @@ -356,6 +282,7 @@ share/WindowMaker/menu.sl share/WindowMaker/menu.tr share/WindowMaker/menu.zh_TW.Big5 share/WindowMaker/plmenu +share/WindowMaker/plmenu.dk share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr share/WindowMaker/wmmacros @@ -377,10 +304,6 @@ share/doc/WindowMaker/README.KDE @dirrm share/WindowMaker/SoundSets @dirrm share/WindowMaker/Sounds @dirrm share/WindowMaker/Styles -@dirrm share/WindowMaker/Themes/Checker.themed -@dirrm share/WindowMaker/Themes/LeetWM.themed -@dirrm share/WindowMaker/Themes/Night.themed -@dirrm share/WindowMaker/Themes/STEP2000.themed @dirrm share/WindowMaker/Themes @dirrm share/WindowMaker @dirrm share/doc/WindowMaker |