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/buildlink3.mk | |
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/buildlink3.mk')
-rw-r--r-- | wm/metacity/buildlink3.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/wm/metacity/buildlink3.mk b/wm/metacity/buildlink3.mk index 26ea6a7c053..26180ff87ea 100644 --- a/wm/metacity/buildlink3.mk +++ b/wm/metacity/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2004/12/24 10:09:31 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ METACITY_BUILDLINK3_MK:= ${METACITY_BUILDLINK3_MK}+ @@ -14,15 +14,6 @@ BUILDLINK_PACKAGES+= metacity BUILDLINK_DEPENDS.metacity+= metacity>=2.8.5 BUILDLINK_RECOMMENDED.metacity+= metacity>=2.8.5nb1 BUILDLINK_PKGSRCDIR.metacity?= ../../wm/metacity - -dirs!= ${GREP} "^@dirrm share/themes" ${.CURDIR}/../../wm/metacity/PLIST | \ - ${CUT} -d ' ' -f 2 -. for d in ${dirs} -PRINT_PLIST_AWK+= /^@dirrm ${d:S/\//\\\//g}$$/ \ - { print "@comment in metacity: " $$0; next; } -. endfor -. undef d -. undef dirs .endif # METACITY_BUILDLINK3_MK .include "../../devel/gettext-lib/buildlink3.mk" |