Subject: pkg/21767: metacity update to 2.4.55
To: None <gnats-bugs@gnats.netbsd.org>
From: None <marc@informatik.uni-bremen.de>
List: netbsd-bugs
Date: 06/03/2003 22:40:28
>Number:         21767
>Category:       pkg
>Synopsis:       metacity update to 2.4.55
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 03 20:41:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Marc Recht
>Release:        NetBSD 1.6T
>Organization:
	
>Environment:
	
	
System: NetBSD leeloo.intern.geht.de 1.6T NetBSD 1.6T (LEELOO) #0: Tue Jun 3 13:40:37 CEST 2003 root@leeloo.intern.geht.de:/usr/obj/sys/arch/i386/compile/LEELOO i386
Architecture: i386
Machine: i386
>Description:
2.4.55
===
 Thanks to Soeren Sandmann, Owen Taylor, Frederic Crozat,
 Rob Adams, Orien Vandenbergh, Arvind Samptur, Youssef Makki
 for contributions to this release.

 - some fixes to opaque resize that make it slightly less
   choppy
 - fix some infinite loops caused by stupid apps with transient for
   cycles
 - force window min/max size to be at least 1 pixel
 - unfocus window on leaving window border, not on leaving
   window itself, in strict mouse focus mode
 - fix handling of workspace names so they don't get
   all lost/broken/etc.
 - fix handling of ignored modifiers (makes key shortcuts
   work while CapsLock/ScrollLock/NumLock are all enabled,
   most people didn't notice as nobody turns on ScrollLock)
 - fix multihead crash #106086
 - many translation updates
	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/metacity/Makefile,v
retrieving revision 1.11
diff -u -u -b -r1.11 Makefile
--- Makefile    2003/06/02 01:16:13     1.11
+++ Makefile    2003/06/03 20:37:56
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.11 2003/06/02 01:16:13 jschauma Exp $
 #

-DISTNAME=      metacity-2.4.34
-PKGREVISION=   2
+DISTNAME=      metacity-2.4.55
 CATEGORIES=    wm x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/metacity/2.4/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,8 +21,6 @@
 USE_LIBTOOL=           YES

 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
-
-CONFIGURE_ARGS=                --without-included-gettext

 GCONF2_SCHEMAS=                metacity.schemas

Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/wm/metacity/PLIST,v
retrieving revision 1.5
diff -u -u -b -r1.5 PLIST
--- PLIST       2003/02/14 20:59:44     1.5
+++ PLIST       2003/06/03 20:37:57
@@ -20,6 +20,7 @@
 share/gnome/wm-properties/metacity.desktop
 ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/metacity.mo
+${PKGLOCALEDIR}/locale/be/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/metacity.mo
@@ -29,8 +30,10 @@
 ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/metacity.mo
+${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/metacity.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/metacity.mo
@@ -39,6 +42,7 @@
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/metacity.mo
+${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/metacity.mo
@@ -50,6 +54,8 @@
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/metacity.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/metacity.mo
+${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/metacity.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/metacity.mo
Index: buildlink2.mk
===================================================================
RCS file: /cvsroot/pkgsrc/wm/metacity/buildlink2.mk,v
retrieving revision 1.3
diff -u -u -b -r1.3 buildlink2.mk
--- buildlink2.mk       2003/05/17 06:09:30     1.3
+++ buildlink2.mk       2003/06/03 20:37:57
@@ -9,7 +9,7 @@
 METACITY_BUILDLINK2_MK=        # defined

 BUILDLINK_PACKAGES+=                   metacity
-BUILDLINK_DEPENDS.metacity?=           metacity>=2.4.34nb1
+BUILDLINK_DEPENDS.metacity?=           metacity>=2.4.55
 BUILDLINK_PKGSRCDIR.metacity?=         ../../wm/metacity

 EVAL_PREFIX+=  BUILDLINK_PREFIX.metacity=metacity
@@ -21,6 +21,7 @@
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/libglade2/buildlink2.mk"
 .include "../../net/ORBit2/buildlink2.mk"
+.include "../../x11/startup-notification/buildlink2.mk"

 BUILDLINK_TARGETS+=    metacity-buildlink

Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/metacity/distinfo,v
retrieving revision 1.4
diff -u -u -b -r1.4 distinfo
--- distinfo    2003/02/18 20:52:08     1.4
+++ distinfo    2003/06/03 20:37:57
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.4 2003/02/18 20:52:08 jmmv Exp $

-SHA1 (metacity-2.4.34.tar.bz2) = 2262ceea772107522777ee17463ce9b6184fe285
-Size (metacity-2.4.34.tar.bz2) = 1217155 bytes
+SHA1 (metacity-2.4.55.tar.bz2) = 450462a4e9d78e3ed422b97f6168f43bb395d4a4
+Size (metacity-2.4.55.tar.bz2) = 1350118 bytes
	
>Release-Note:
>Audit-Trail:
>Unformatted: