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 | a95bd76792101a03862da7b1565a6cd66cdd081a (patch) | |
tree | 94ceec5bd0664c143d1f4f40c29974a6afab7422 /wm | |
parent | f7f3f83ad4dc222d5c966475ef647aba792b9102 (diff) | |
download | pkgsrc-a95bd76792101a03862da7b1565a6cd66cdd081a.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')
-rw-r--r-- | wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | wm/metacity/PLIST | 3 | ||||
-rw-r--r-- | wm/metacity/distinfo | 6 |
3 files changed, 7 insertions, 6 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 diff --git a/wm/metacity/PLIST b/wm/metacity/PLIST index 589adbf2ca8..60af675fa58 100644 --- a/wm/metacity/PLIST +++ b/wm/metacity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/05/06 09:08:47 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/08/17 03:33:32 ben Exp $ bin/metacity bin/metacity-message bin/metacity-theme-viewer @@ -73,6 +73,7 @@ ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/th/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/metacity.mo diff --git a/wm/metacity/distinfo b/wm/metacity/distinfo index 05a269b395d..866ac78db86 100644 --- a/wm/metacity/distinfo +++ b/wm/metacity/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2004/08/07 17:07:15 recht Exp $ +$NetBSD: distinfo,v 1.13 2004/08/17 03:33:33 ben Exp $ -SHA1 (metacity-2.8.2.tar.bz2) = d46ccb89bff8c192c8f21ae1dc0c1a1a8c3d6801 -Size (metacity-2.8.2.tar.bz2) = 2015438 bytes +SHA1 (metacity-2.8.3.tar.bz2) = 3443f3aea49b71b6b4a510478a49f99f810b478d +Size (metacity-2.8.3.tar.bz2) = 2032661 bytes |