diff options
author | martti <martti@pkgsrc.org> | 2008-02-27 16:58:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-02-27 16:58:18 +0000 |
commit | 37d94c3bb949d394c8f6c05c8307e98421fc2c35 (patch) | |
tree | ddafeac11a9a1ea933abb1177dcd2db40affb66c /wm | |
parent | d0c4be8cd5e365f30502182e87ef5d71e55023d6 (diff) | |
download | pkgsrc-37d94c3bb949d394c8f6c05c8307e98421fc2c35.tar.gz |
Updated wm/fvwm-devel to 2.5.25
* New features:
- Handle the STATE_ADD command of the EWMH _NET_WM_STATE
message from version 1.3 of the EWMH spec.
- Support transparency in ARGB windows
* Bug Fixes:
- Fixed problem with windows disappearing when created
unless the style Unmanaged was used.
- Edge move delay was used as resistance for the top edge.
- Fixed a parsing problem of the screen argument of the
SnapAttraction style.
- Some html documentation files were not installed.
- Fixed a memory leak in internationalized font handling.
- Fixed a bug in MinOverlap placement.
- Fixed the StickyAcrossPages style in the FvwmPager.
- Fixed the determination of the X charset on UTF-8 systems.
- Fixed a crash when certain EWMH messages were sent to
unmanaged windows.
- Fixed a memory leak in multibyte codepage code.
- Ignore the EWMH staysontop and staysonbottom hints if the
EWMHIgnoreStackingOrderHints style is used.
- Fixed a sporadic crash when the root background set by gnome,
fvwm-root, esetroot etc. changes and a root transparent
colour set is used.
- Fixed spradic crash in modules with root transparent
background from colour sets.
- Fixed a possible crash if the last active module fails.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-devel/Makefile | 4 | ||||
-rw-r--r-- | wm/fvwm-devel/PLIST | 4 | ||||
-rw-r--r-- | wm/fvwm-devel/distinfo | 12 | ||||
-rw-r--r-- | wm/fvwm-devel/patches/patch-aa | 4 | ||||
-rw-r--r-- | wm/fvwm-devel/patches/patch-ab | 4 |
5 files changed, 17 insertions, 11 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 047e4200be9..37ae329ad1f 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/11/26 08:55:36 martti Exp $ +# $NetBSD: Makefile,v 1.25 2008/02/27 16:58:18 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.24 +FVWM_VER= 2.5.25 PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/wm/fvwm-devel/PLIST b/wm/fvwm-devel/PLIST index e31f52efb78..50cd2938b59 100644 --- a/wm/fvwm-devel/PLIST +++ b/wm/fvwm-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2007/11/09 12:07:06 martti Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/02/27 16:58:18 martti Exp $ bin/FvwmCommand bin/fvwm bin/fvwm-bug @@ -184,6 +184,8 @@ share/locale/zh_CN/LC_MESSAGES/fvwm.mo @dirrm share/fvwm/perllib @dirrm share/fvwm @dirrm share/examples/fvwm +@dirrm share/doc/fvwm/modules/images/FvwmTabs +@dirrm share/doc/fvwm/modules/images @dirrm share/doc/fvwm/modules @dirrm share/doc/fvwm/images/svg_rendering @dirrm share/doc/fvwm/images diff --git a/wm/fvwm-devel/distinfo b/wm/fvwm-devel/distinfo index e5bb3cc7d0c..ad05e9eb56a 100644 --- a/wm/fvwm-devel/distinfo +++ b/wm/fvwm-devel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2007/11/26 08:55:36 martti Exp $ +$NetBSD: distinfo,v 1.15 2008/02/27 16:58:18 martti Exp $ -SHA1 (fvwm-2.5.24.tar.bz2) = 9a8ad57f585d0d53f3083dbba1983dea9db894cb -RMD160 (fvwm-2.5.24.tar.bz2) = ad5318505f8331cf0ecca492f1c7cd73096c91ab -Size (fvwm-2.5.24.tar.bz2) = 2513796 bytes -SHA1 (patch-aa) = 5f530f15410c580dd3cad671e863d5f1506af2c6 -SHA1 (patch-ab) = 4df59dbcd630c2fcb1cf703bc4aefb7223081c7c +SHA1 (fvwm-2.5.25.tar.bz2) = 8e0f0b1eb888f7fcc27a0dbcc32a5b0f2895df2b +RMD160 (fvwm-2.5.25.tar.bz2) = bf77786a071838304eb4bf8cc14960196c235506 +Size (fvwm-2.5.25.tar.bz2) = 2516717 bytes +SHA1 (patch-aa) = e32a04392ae4aedd16b573a755091601369fe535 +SHA1 (patch-ab) = ebc58a6c58e6c09ce0c270c0a1d8d861f2dcdab1 diff --git a/wm/fvwm-devel/patches/patch-aa b/wm/fvwm-devel/patches/patch-aa index eb18d6fec03..ec56d4e65a9 100644 --- a/wm/fvwm-devel/patches/patch-aa +++ b/wm/fvwm-devel/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2007/11/09 12:07:06 martti Exp $ +$NetBSD: patch-aa,v 1.7 2008/02/27 16:58:18 martti Exp $ + +We have a separate package for xpmroot --- bin/Makefile.in.orig 2007-09-01 10:30:54.000000000 +0000 +++ bin/Makefile.in 2007-11-07 08:14:22.000000000 +0000 diff --git a/wm/fvwm-devel/patches/patch-ab b/wm/fvwm-devel/patches/patch-ab index 18157d612a4..78e2101ff3a 100644 --- a/wm/fvwm-devel/patches/patch-ab +++ b/wm/fvwm-devel/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2007/11/09 12:07:07 martti Exp $ +$NetBSD: patch-ab,v 1.4 2008/02/27 16:58:18 martti Exp $ + +Fixed return type --- config.h.in.orig 2007-09-01 10:31:54.000000000 +0000 +++ config.h.in 2007-11-07 08:14:53.000000000 +0000 |