diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-15 12:41:14 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-15 12:41:14 +0000 |
commit | a002c0bb3ac3e22afd1b1e11873bf741185950cd (patch) | |
tree | fcd6008ada8fc4819c9e72acdc8a6ed79fb97885 /wm/metacity | |
parent | 901fc839948d19f6aa6c66577f88f7813a8b91de (diff) | |
download | pkgsrc-a002c0bb3ac3e22afd1b1e11873bf741185950cd.tar.gz |
Update to 2.8.6:
Fixes
* Ensure the correct window is focused when minimizing (Elijah)
* Fix keynav with mouse focus (Elijah)
* Fix several race conditions in window focusing (Elijah)
* Focus the top window when lowering by frame click (Ken)
* Fix some compiler warnings (Kjartan)
* Fix some valgrind-reported errors (Elijah)
* Fix some potential issues with autoraising windows (Elijah)
Translations
* en_CA(Adam Weinberger), it(Luca Ferretti)
Diffstat (limited to 'wm/metacity')
-rw-r--r-- | wm/metacity/Makefile | 5 | ||||
-rw-r--r-- | wm/metacity/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 3e8a076a43f..c1988e1461f 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: Makefile,v 1.37 2004/10/15 12:41:14 jmmv Exp $ # -DISTNAME= metacity-2.8.5 -PKGREVISION= 1 +DISTNAME= metacity-2.8.6 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 047d18edf63..1261ec23c64 100644 --- a/wm/metacity/distinfo +++ b/wm/metacity/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2004/09/21 16:55:39 jmmv Exp $ +$NetBSD: distinfo,v 1.16 2004/10/15 12:41:14 jmmv Exp $ -SHA1 (metacity-2.8.5.tar.bz2) = e1feca5fc1f5318111d378636a81ac55c41aa8d9 -Size (metacity-2.8.5.tar.bz2) = 2169636 bytes +SHA1 (metacity-2.8.6.tar.bz2) = 5f86472a4f8ffa4d8a72e375e41e337362e7b8e0 +Size (metacity-2.8.6.tar.bz2) = 2174175 bytes |