diff options
author | ben <ben@pkgsrc.org> | 2004-08-17 03:33:32 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-08-17 03:33:32 +0000 |
commit | 1e732c33b663f8d0aa5e715d647b000e5e3cfdab (patch) | |
tree | 94ceec5bd0664c143d1f4f40c29974a6afab7422 /wm/metacity/Makefile | |
parent | fae6cdf11ecf5f0ae75c70f1c3d788e135aec355 (diff) | |
download | pkgsrc-1e732c33b663f8d0aa5e715d647b000e5e3cfdab.tar.gz |
Update metacity to version 2.8.3. Addresses pr#26683 from Kouichirou
Hiratsuka.
Some important bug fixes in this release, including somy a11y bugs,
and a compile issue on Solaris.
Thanks to Rob Adams, Bill Haneman, Peter O'Shea, Mike Castle, Soeren
Sandman, Elijah Newren, and Havoc Pennington for fixes in this
release.
Fixes
* Adjust the MRU list when preventing focus stealing (Elijah)
* Ensure that we maintain a focus window when switching workspaces
in mouse focus mode (Elijah)
* Some improvements in the showing desktop mode, and window
activation (Elijah)
* Make sure cursors changes are handled correctly (Havoc, Soeren)
* Some fixes to the window menu (Rob)
* Fix a compile issue on Solaris (Peter, Mike)
* Allow struts to go past the middle of the screen, provided there's
a gap between them, fixing an issue with gnome magnifier (Bill)
Translations
* fi (Pauli Virtanen), ja (Takeshi AIHANA), ko (Young-Ho, Cha),
pl (Gnome PL Team), ru (Dmitry G. Mastrukov), sr (Danilo Å egan),
tk (Gurban M. Tewekgeli), zh_CN (Funda Wang)
Diffstat (limited to 'wm/metacity/Makefile')
-rw-r--r-- | wm/metacity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index e127edb9f93..4b4cd1d81ec 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2004/08/07 17:07:15 recht Exp $ +# $NetBSD: Makefile,v 1.33 2004/08/17 03:33:32 ben Exp $ # -DISTNAME= metacity-2.8.2 +DISTNAME= metacity-2.8.3 CATEGORIES= wm x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.8/} EXTRACT_SUFX= .tar.bz2 |