diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-29 08:41:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-29 08:41:37 +0000 |
commit | b15fe061a52385fe0345a37aecf4bb481dda8418 (patch) | |
tree | 052423e15a2b99c35edae6789cedf37981950e4d /wm/metacity | |
parent | e3bea768e470eda47904fdbcc005ac68dda4ccff (diff) | |
download | pkgsrc-b15fe061a52385fe0345a37aecf4bb481dda8418.tar.gz |
Update to 2.10.2:
- Makes metacity a bit faster when dragging windows around (Soeren) [#141813]
- Fix simple memory error, using the address of a local variable as a
hash key (Ryan) [#307209]
- Fix a small leak in the case of a SYNC_COUNTER property value and
HAVE_XSYNC not defined (Ryan) [#307214]
- Cleanup font data when done with it (Ray) [#306720]
- If the window has a modal transient which is being unmanaged, don't
focus it (Elijah) [#305362]
- Make sure window position is calculated correctly for reconfigure
requests when part of the XWindowChanges structure is uninitialized
(Greg) [#305257]
- Add a resize popup when resizing constrained windows (Ray) [#305564]
- Don't accidentally treat maximize vertically as maximize in both
directions (Elijah) [#302204]
- Put all transients of the new window, if any exist, in the
calc_showing queue (Elijah, Billy) [#303284]
Translations
Kostas Papadimas (el), Priit Laes (et), Pauli Virtanen (fi), Ignacio
Casal Quinteiro (gl), Theppitak Karoonboonyanan (th), Canonical
Ltd (xh), Woodman Tuen (zh_TW)
Diffstat (limited to 'wm/metacity')
-rw-r--r-- | wm/metacity/Makefile | 5 | ||||
-rw-r--r-- | wm/metacity/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 98593317679..58e24d68e00 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2005/06/06 14:55:34 hira Exp $ +# $NetBSD: Makefile,v 1.46 2005/06/29 08:41:37 jmmv Exp $ # -DISTNAME= metacity-2.10.1 -PKGREVISION= 1 +DISTNAME= metacity-2.10.2 CATEGORIES= wm x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.10/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/metacity/distinfo b/wm/metacity/distinfo index 38a06e7a153..ba53617c889 100644 --- a/wm/metacity/distinfo +++ b/wm/metacity/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2005/04/26 20:17:33 drochner Exp $ +$NetBSD: distinfo,v 1.22 2005/06/29 08:41:37 jmmv Exp $ -SHA1 (metacity-2.10.1.tar.bz2) = 65be98dad76871f2b98a427c648791e9ce7e1c77 -RMD160 (metacity-2.10.1.tar.bz2) = 6d9ae51a8456422ed6bb645c4cfc54f44530fb6a -Size (metacity-2.10.1.tar.bz2) = 1650633 bytes +SHA1 (metacity-2.10.2.tar.bz2) = 04a0123080ebd61af2d7127635d0744a2b05cb8d +RMD160 (metacity-2.10.2.tar.bz2) = 565067f0040272a60401aa2ea3afcf6f9be93849 +Size (metacity-2.10.2.tar.bz2) = 2373035 bytes |