diff options
author | jmmv <jmmv> | 2004-08-31 18:58:28 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-08-31 18:58:28 +0000 |
commit | e528f626008737156196a41fa27b82fdca47a917 (patch) | |
tree | 0cadf0e971eae554c28be60418d66800c602d3cb | |
parent | 1202fe59edc7cfd9805942da6c237079ca46477b (diff) | |
download | pkgsrc-e528f626008737156196a41fa27b82fdca47a917.tar.gz |
Update to 2.8.4:
This release features a number of bug fixes, and also the disabling of
the focus-stealing-prevention code (we're entering hard code freeze in
Gnome so it's too late to fix the remaining issues, especially since
it requires several patches to modules other than Metacity).
Thanks to Havoc Pennington, Soeren Sandmann, Elijah Newren, and Rich
Wareham for fixes in this release
Fixes
* track the last_xor_rect, for wireframe painting (Havoc)
* Move wireframe code before grab is released to prevent endless
loops with fullscreen windows. (Soeren)
* Make dialogs that Metacity shows follow focus-stealing-prevention
conventions. (Elijah; part of #149028)
* add render extension check to the display, don't build the
compositing manager by default, use an ARGB visual when available
for the window frame (Rich Wareham; various tweaks added later by
Havoc)
* move the have_xrender variable initialization up in the file since
it can be set as part of composite check (Havoc)
* make argb stuff compile, add some code from xcompmgr (Havoc)
* fix an assertion failure that would occur after increasing the
number of workspaces; fix stacking order when a window is denied
focus (Elijah; #150615)
* disable some compositor code that wasn't working, don't grab the
server during repaint, various set_background fixes and
refactoring (Havoc)
Translations
* az(Metin Amiroff), bs(Kemal Sanjta), ca(Jordi Mallach),
el(Kostas Papadimas), es(Francisco Javier F. Serrador),
eu(Iñaki Larrañaga Murgoitio), fi(Pauli Virtanen),
nb(Kjartan Maraas), sq(Laurent Dhima), uk(Maxim Dziumanenko)
-rw-r--r-- | wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | wm/metacity/PLIST | 4 | ||||
-rw-r--r-- | wm/metacity/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 4b4cd1d81ec..e713357b070 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2004/08/17 03:33:32 ben Exp $ +# $NetBSD: Makefile,v 1.34 2004/08/31 18:58:28 jmmv Exp $ # -DISTNAME= metacity-2.8.3 +DISTNAME= metacity-2.8.4 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 60af675fa58..2bc056ed063 100644 --- a/wm/metacity/PLIST +++ b/wm/metacity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2004/08/17 03:33:32 ben Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/08/31 18:58:28 jmmv Exp $ bin/metacity bin/metacity-message bin/metacity-theme-viewer @@ -24,6 +24,7 @@ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/metacity.mo @@ -56,6 +57,7 @@ ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/metacity.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/metacity.mo diff --git a/wm/metacity/distinfo b/wm/metacity/distinfo index 866ac78db86..ad651a0f325 100644 --- a/wm/metacity/distinfo +++ b/wm/metacity/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2004/08/17 03:33:33 ben Exp $ +$NetBSD: distinfo,v 1.14 2004/08/31 18:58:28 jmmv Exp $ -SHA1 (metacity-2.8.3.tar.bz2) = 3443f3aea49b71b6b4a510478a49f99f810b478d -Size (metacity-2.8.3.tar.bz2) = 2032661 bytes +SHA1 (metacity-2.8.4.tar.bz2) = 3c08a745b1bdff2f3908f3f324b19e4e3608102f +Size (metacity-2.8.4.tar.bz2) = 2090707 bytes |