diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-24 10:09:31 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-24 10:09:31 +0000 |
commit | a3a7fa3911577a14968cd315b59c1c9ec012f5bc (patch) | |
tree | 6e27a03f63201affa9b8473a9d181427faa20a6e /wm/metacity/Makefile | |
parent | 42764075cbcc14ec30fece1a57012871b8b839f9 (diff) | |
download | pkgsrc-a3a7fa3911577a14968cd315b59c1c9ec012f5bc.tar.gz |
Update to 2.8.8:
This is a stable release for Gnome 2.8.2.
Fixes
* Correct the requested number of keycodes (Rob) [#155247]
* Make the "showing desktop" mode be per-workspace instead of
per-screen. (Elijah) [#142198]
* Don't try to use an ARGB visual at all if the depth isn't
32-bit. This caused major slowdowns with Composite
enabled. (Anders)
* Fix the modifier key breakage introduced by an Xorg
change. (Soeren) [#151554]
* Fix the alt-tab order--if the most recently used window is not
focused, start alt tabbing with that window instead of the one
after it (Elijah) [#156251]
* Use only numbers from the Fibonacci sequence for micro version
numbers at Havoc's request (thus the reason this is 2.8.8 instead
of 2.8.7--2.8.4 and 2.8.6 were mistakes that didn't comply with
this requirement)
Translations
* da(Martin Willemoes Hansen), fr(Christophe Merlet, Baptiste Mille-Mathias)
Diffstat (limited to 'wm/metacity/Makefile')
-rw-r--r-- | wm/metacity/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index c1988e1461f..571efe2c65e 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2004/10/15 12:41:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.38 2004/12/24 10:09:31 jmmv Exp $ # -DISTNAME= metacity-2.8.6 +DISTNAME= metacity-2.8.8 CATEGORIES= wm x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.8/} EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= GNOME-compliant window manager BUILD_USES_MSGFMT= YES USE_BUILDLINK3= YES -USE_DIRS+= gnome2-1.5 +USE_DIRS+= gnome2-1.5 theme-1.0 USE_PKGLOCALEDIR= YES USE_X11= YES USE_GNU_TOOLS+= make |