diff options
author | martti <martti@pkgsrc.org> | 2003-10-13 15:21:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-10-13 15:21:19 +0000 |
commit | c6a6760defb8d7d77a088ecb907292b59994ae5a (patch) | |
tree | 7de41c453e4cb8e2c55e27841deb95f6b565ba68 /wm/fvwm2/Makefile | |
parent | 47cf7b3d28b26a2397652b92f8ca9247d2647ba1 (diff) | |
download | pkgsrc-c6a6760defb8d7d77a088ecb907292b59994ae5a.tar.gz |
Updated fvwm2 to 2.4.17
* The "Visible" condition does no longer select windows on
different desks.
* Fixed sending M_NEW_PAGE packets to the modules if the page did
not change.
* With the styles StartsOnPage, SkipMapping and UsePPosition,
windows that request a specific position are still placed on the
given page.
* It is now possible to suppress title action or title completely
in menus created by fvwm-menu-directory.
* Added support for new BBC headlines in fvwm-menu-headlines, this
replaces the old BBC-Worlds and BBC-SciTech headlines.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index e18711b77fa..ab66cf122fd 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2003/07/17 22:55:12 grant Exp $ +# $NetBSD: Makefile,v 1.36 2003/10/13 15:21:19 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-${FVWM_VER} PKGNAME= fvwm2-${FVWM_VER} -PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ \ @@ -19,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.16 +FVWM_VER= 2.4.17 USE_X11BASE= YES USE_BUILDLINK2= YES |