pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fvwm-devel Fvwm 2.5.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07f17da78fbc
branches:  trunk
changeset: 399534:07f17da78fbc
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Sep 22 07:53:28 2009 +0000

description:
Fvwm 2.5.28

* New features:

   - New differentiated options for SnapAttraction when snapping
     against screen edges:
       "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
   - New option to the BugOpts command: TransliterateUtf8.

* Bug fixes:

   - Fixed non-visible Qt windows after a Qt deferred map (e.g.
     Skype profile windows).
   - Fixed the use of the X-resource "fvwmstyle".
   - Fixed segmentation fault in FvwmEvent when parsing an
     undefined event name, or an undefined environment variable
     to the RPlayHost option.
   - Fixed the events startup, shutdown and unknown in FvwmEvent.
   - Fvwm now retains utf8 window names when the WM_NAME changes,
     and the utf8 name converted to the default charset match
     the old WM_NAME.
   - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
   - Fixed SnapAttraction: Option SameType/Icons/Windows did
     falsely not affect conditions of option "Screen" and option
     "SameType" snapped falsely icons and windows together.
   - Fixed a problem where modules would get incorrect stacking
     information if many windows were restacked at the same time.
   - Fixed BugOpts parsing of more than one option at a time and
     restoring of default value for the last option
     in the command line when omitted.
   - 64 bit fix for setting EWMH _NET_WM_ICON property on windows.

diffstat:

 wm/fvwm-devel/Makefile         |   4 ++--
 wm/fvwm-devel/distinfo         |  10 +++++-----
 wm/fvwm-devel/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r eed73e3e0306 -r 07f17da78fbc wm/fvwm-devel/Makefile
--- a/wm/fvwm-devel/Makefile    Tue Sep 22 07:23:53 2009 +0000
+++ b/wm/fvwm-devel/Makefile    Tue Sep 22 07:53:28 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2009/06/09 10:54:47 martti Exp $
+# $NetBSD: Makefile,v 1.31 2009/09/22 07:53:28 martti Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
 #PKGREVISION=  1
@@ -12,7 +12,7 @@
 LICENSE=       gnu-gpl-v2
 
 CONFLICTS=     fvwm1-[0-9]* fvwm2-[0-9]*
-FVWM_VER=      2.5.27
+FVWM_VER=      2.5.28
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r eed73e3e0306 -r 07f17da78fbc wm/fvwm-devel/distinfo
--- a/wm/fvwm-devel/distinfo    Tue Sep 22 07:23:53 2009 +0000
+++ b/wm/fvwm-devel/distinfo    Tue Sep 22 07:53:28 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2009/06/09 10:54:47 martti Exp $
+$NetBSD: distinfo,v 1.18 2009/09/22 07:53:28 martti Exp $
 
-SHA1 (fvwm-2.5.27.tar.bz2) = 52a3300c5f13468fa61205477a07f0e5d4767a6b
-RMD160 (fvwm-2.5.27.tar.bz2) = 3b08849931d026619a45583f26528088efc51f6f
-Size (fvwm-2.5.27.tar.bz2) = 2524965 bytes
-SHA1 (patch-aa) = e32a04392ae4aedd16b573a755091601369fe535
+SHA1 (fvwm-2.5.28.tar.bz2) = 26b83b88656faa3d21ab55544269954e534abe08
+RMD160 (fvwm-2.5.28.tar.bz2) = 6df61b9b6477ff35b1b9d4f915c3241ead1a4fa1
+Size (fvwm-2.5.28.tar.bz2) = 2521994 bytes
+SHA1 (patch-aa) = ff40724d0a9ee6b3032ac9329cabf4cdf7d470a0
 SHA1 (patch-ab) = ebc58a6c58e6c09ce0c270c0a1d8d861f2dcdab1
diff -r eed73e3e0306 -r 07f17da78fbc wm/fvwm-devel/patches/patch-aa
--- a/wm/fvwm-devel/patches/patch-aa    Tue Sep 22 07:23:53 2009 +0000
+++ b/wm/fvwm-devel/patches/patch-aa    Tue Sep 22 07:53:28 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.7 2008/02/27 16:58:18 martti Exp $
+$NetBSD: patch-aa,v 1.8 2009/09/22 07:53:28 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
-@@ -728,14 +728,8 @@
+--- bin/Makefile.in.orig       2009-09-20 10:11:53.000000000 +0300
++++ bin/Makefile.in    2009-09-22 10:03:22.000000000 +0300
+@@ -736,14 +736,8 @@
        _fvwm-perllib.1
  
  install-exec-local:



Home | Main Index | Thread Index | Old Index