diff options
author | martti <martti@pkgsrc.org> | 2006-07-02 09:32:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-02 09:32:55 +0000 |
commit | 44adfa73b62ba43fe3ec722aa96004821c7bda73 (patch) | |
tree | 676ea2c3ab8234504b80230f68859d06ecaf988f /wm/fvwm-devel/Makefile | |
parent | e4b5e3e4aa7b189648728d649ba52015e3a4c10b (diff) | |
download | pkgsrc-44adfa73b62ba43fe3ec722aa96004821c7bda73.tar.gz |
Updated wm/fvwm-devel to 2.5.16
Changes in beta release 2.5.16 (20-Jan-2006)
* New features:
- If the pointer can not be grabbed in functions, a message is
printed to the console instead of beeping.
* Bug Fixes:
- Fixed a couple of build problems introduced in 2.5.15.
Changes in beta release 2.5.15 (14-Jan-2006)
* New features:
- Variables can be nested, like $[desk.name$[desk.n]].
- Obsolete one-letter variables work, but generate warnings now.
- Windows can be placed by any button (now also >3).
- It is now possible to redefine the buttons usable to finish
window movement and manual placement.
- New window condition PlacedByButton.
- MenuStyle pairs can be negated by prefixing '!'.
- New generic tabbing module - FvwmTabs.
- New Style option: EWMHIgnoreWindowType.
- New MenuStyle options: MouseWheel, ScrollOffPage and
TrianglesUseFore.
- To compile from CVS, autoconf-2.53 or above is now required.
This does not affect compiling the released tarballs.
- New option "screen" to Move and ResizeMove commands to allow
specifying the target Xinerama screen.
* Bug Fixes:
- Supported a new fribidi version 0.10.5 in addition to 0.10.4.
- Better look for windows with "BorderStyle TiledPixmap".
- Some EWMH-related 64-bit fixes.
- Fixed segmentation fault when replacing title of title only
menus (Bug #1121).
- Fixes for resizing of shaded windows and resizing/moving
windows with complex functions.
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r-- | wm/fvwm-devel/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index a938b52aa42..040cf8c7c34 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/02 09:32:55 martti Exp $ -DISTNAME= fvwm-2.5.14 -PKGNAME= ${DISTNAME:S/fvwm/&-devel/} -PKGREVISION= 1 +DISTNAME= fvwm-2.5.16 +#PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ EXTRACT_SUFX= .tar.bz2 @@ -11,7 +10,7 @@ MAINTAINER= epg@NetBSD.org HOMEPAGE= http://www.fvwm.org/ COMMENT= Development version of X11 Virtual window manager -CONFLICTS= fvwm-[0-9]* fvwm1-[0-9]* fvwm2-[0-9]* +CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews |