diff options
author | recht <recht@pkgsrc.org> | 2004-08-07 17:07:15 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-07 17:07:15 +0000 |
commit | 310d320ad33f95b6fe1ea6b0db3a321155557ad4 (patch) | |
tree | 79a8cefd42642a92c4abde499ca85cec0e3464c1 /wm/metacity | |
parent | af5a7883160bebef5760a91b2fd800b471cf52b6 (diff) | |
download | pkgsrc-310d320ad33f95b6fe1ea6b0db3a321155557ad4.tar.gz |
uppdate to metacity-2.8.2
patch provided by Kouichirou Hiratsuka in PR pkg/26573
changes:
Many bugfixes and better support for the freedesktop.org EWMH spec.
- set titlebar_uses_system_font = false (it was ugly)
- make naming for "move a window"/"move the window"/"move window"
more consistent (fixes #142235)
- Add trailing quotes to keybinding explanation text.
- support for EWMH update counter spec & add compensation events
when events are ignored. (fixes #143333 and #109362)
- Fix focus bugs: remove race condition on window close/minimize
(#131582), make focus choice consistent for each focus mode
(#135810), choose correct focus window when "un-showing the
desktop (#144900), make sure correct window is focused when using
the workspace switcher (#120100).
- Use meta_topic instead of meta_warning when failing to connect to
a session manager. (fixes #136218)
- Make meta_window_delete take a timestamp, and be sure to pass it
one.
- Add support for EWMH _NET_WM_USER_TIME spec. This enables part of
preventing focus stealing. (bug #118372) Also fix bug with
windows not being focused on unminimizing caused by original
patch. (also bug #118372)
- Fix some support for EWMH hints, and fix USER_TIME support to
include the DEMANDS_ATTENTION hint. Also includes some code for
implementing _NET_RESTACK_WINDOW and _NET_MOVERESIZE_WINDOW, but
this is disabled pending feature thaw.
Diffstat (limited to 'wm/metacity')
-rw-r--r-- | wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | wm/metacity/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index a645ad1b0b6..e127edb9f93 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2004/05/06 09:08:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/08/07 17:07:15 recht Exp $ # -DISTNAME= metacity-2.8.1 +DISTNAME= metacity-2.8.2 CATEGORIES= wm x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/metacity/distinfo b/wm/metacity/distinfo index b4067b00ff2..05a269b395d 100644 --- a/wm/metacity/distinfo +++ b/wm/metacity/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/05/06 09:08:47 jmmv Exp $ +$NetBSD: distinfo,v 1.12 2004/08/07 17:07:15 recht Exp $ -SHA1 (metacity-2.8.1.tar.bz2) = b9f63cbaf57d007f3a63c453c6c2c92a7e39910d -Size (metacity-2.8.1.tar.bz2) = 2085521 bytes +SHA1 (metacity-2.8.2.tar.bz2) = d46ccb89bff8c192c8f21ae1dc0c1a1a8c3d6801 +Size (metacity-2.8.2.tar.bz2) = 2015438 bytes |