diff options
author | martti <martti@pkgsrc.org> | 2002-11-03 09:01:03 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-03 09:01:03 +0000 |
commit | 9b00a10c52ea48614dfa10911a5279e8c1858746 (patch) | |
tree | 5b6656e3745b5a0da7781909c5de37ab45d61562 /wm | |
parent | c89797cd3559040554f0c318c0222b9628c1b366 (diff) | |
download | pkgsrc-9b00a10c52ea48614dfa10911a5279e8c1858746.tar.gz |
Updated fvwm2 to 2.4.13
* Icon titles for windows with an icon position hint no longer
appear at random places.
* Fvwm no longer displays two icon pictures when switching from
NoIconOverride to IconOverride with windows that provide their
own icon window.
* The Current, All, Pick, ThisWindow and PointerWindow commands
work on shaded windows too.
* Fixed a problem stacking iconified transients.
* No more flickering when raising transients.
* Fixed a number of problems with window stacking, some new in
2.4.10 or later, some older problems that have been around for a
long time.
* Windows starting lowered or on any layer other than the default
layer are displayed at the right place in FvwmPager.
* Bindings with the "A"ny context can not be overridden by Gnome
panel or OpenOffice.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm2/Makefile | 4 | ||||
-rw-r--r-- | wm/fvwm2/distinfo | 8 | ||||
-rw-r--r-- | wm/fvwm2/patches/patch-ab | 12 |
3 files changed, 10 insertions, 14 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index b01b2a442f9..43df0b8c769 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/10/11 06:16:49 martti Exp $ +# $NetBSD: Makefile,v 1.26 2002/11/03 09:01:03 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -18,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.12 +FVWM_VER= 2.4.13 USE_X11BASE= YES USE_BUILDLINK2= YES diff --git a/wm/fvwm2/distinfo b/wm/fvwm2/distinfo index dad7708d589..6cd09c70c75 100644 --- a/wm/fvwm2/distinfo +++ b/wm/fvwm2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2002/10/11 06:16:49 martti Exp $ +$NetBSD: distinfo,v 1.16 2002/11/03 09:01:03 martti Exp $ -SHA1 (fvwm-2.4.12.tar.gz) = af0ec9a461a7f308ed10418141cfada1d2aa4333 -Size (fvwm-2.4.12.tar.gz) = 1722921 bytes +SHA1 (fvwm-2.4.13.tar.gz) = c22d3b7b9054fcbebfadc52972be9292e753c632 +Size (fvwm-2.4.13.tar.gz) = 1723676 bytes SHA1 (fvwm_icons.tgz) = d6ee1e52f1a84c4edd722ccee0f7e9cc79cc2a4b Size (fvwm_icons.tgz) = 363406 bytes SHA1 (patch-aa) = 66028f69eff2edf721859e06f3a3357231949d2d -SHA1 (patch-ab) = 73d605597d13be44f1ad8355dd602c43cc7d7fd7 +SHA1 (patch-ab) = 5405bb80eaecb50038299425e3c22e530fca4549 diff --git a/wm/fvwm2/patches/patch-ab b/wm/fvwm2/patches/patch-ab index 56453a94d36..31723277c79 100644 --- a/wm/fvwm2/patches/patch-ab +++ b/wm/fvwm2/patches/patch-ab @@ -1,13 +1,9 @@ -$NetBSD: patch-ab,v 1.15 2002/10/11 06:16:50 martti Exp $ +$NetBSD: patch-ab,v 1.16 2002/11/03 09:01:03 martti Exp $ ---- configure.orig Thu Oct 10 16:20:15 2002 -+++ configure Fri Oct 11 07:59:36 2002 -@@ -761,7 +761,7 @@ - fi - +--- configure.orig Fri Nov 1 18:21:37 2002 ++++ configure Sat Nov 2 18:55:29 2002 +@@ -763,3 +763,3 @@ -PACKAGE=fvwm +PACKAGE=fvwm2 - VERSION=2.4.12 - |