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/Makefile | |
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/Makefile')
-rw-r--r-- | wm/metacity/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |