diff options
author | martti <martti@pkgsrc.org> | 2008-05-09 06:09:43 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-05-09 06:09:43 +0000 |
commit | 4fe1484d718ff936f02a8a051534d60ef3870c17 (patch) | |
tree | 0f80b4e5881e2f46050b788ba4d74549ac131fb7 /wm/fvwm-devel/Makefile | |
parent | 0b7abe6a632d57f2fd146f103b771f99fe51d435 (diff) | |
download | pkgsrc-4fe1484d718ff936f02a8a051534d60ef3870c17.tar.gz |
Updated wm/fvwm-devel to 2.5.26
New features:
- New MenuStyle option VerticalMargins.
* New module features:
- FvwmButtons: New button alignment option: top.
* Bug fixes:
- Fixed crash in ARGB visual detection code.
- Fixed compilation without XRender support.
- Fixed drawing of background pictures in menu items and titles.
- Fixed hadling of shaped windows.
- Fixed a 64-bit bug in the EWMH code.
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r-- | wm/fvwm-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 37ae329ad1f..af582045061 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/02/27 16:58:18 martti Exp $ +# $NetBSD: Makefile,v 1.26 2008/05/09 06:09:43 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Development version of X11 Virtual window manager #LICENSE= gnu-gpl-v2 CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* -FVWM_VER= 2.5.25 +FVWM_VER= 2.5.26 PKG_INSTALLATION_TYPES= overwrite pkgviews |