pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/metacity uppdate to metacity-2.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8acca89dd07f
branches:  trunk
changeset: 479213:8acca89dd07f
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Aug 07 17:07:15 2004 +0000

description:
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:

 wm/metacity/Makefile |  4 ++--
 wm/metacity/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r fd5f0556910e -r 8acca89dd07f wm/metacity/Makefile
--- a/wm/metacity/Makefile      Sat Aug 07 17:05:00 2004 +0000
+++ b/wm/metacity/Makefile      Sat Aug 07 17:07:15 2004 +0000
@@ -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 -r fd5f0556910e -r 8acca89dd07f wm/metacity/distinfo
--- a/wm/metacity/distinfo      Sat Aug 07 17:05:00 2004 +0000
+++ b/wm/metacity/distinfo      Sat Aug 07 17:07:15 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index