diff options
author | nra <nra> | 2001-07-10 20:03:28 +0000 |
---|---|---|
committer | nra <nra> | 2001-07-10 20:03:28 +0000 |
commit | 10eb16f4d0246c45e540cfe95727a18796ad773e (patch) | |
tree | 514f7822145780eb56246c1b17fbcfb0c435198d /wm/fvwm2/patches | |
parent | 287c9d9eb30ea70fd16a324c015342624f77b0de (diff) | |
download | pkgsrc-10eb16f4d0246c45e540cfe95727a18796ad773e.tar.gz |
Update to fvwm-2.4.0. Addresses PR #13373.
Highlights:
-----------
** A new "Theme" module called FvwmTheme and "colour sets"
including 8 kinds of gradients and pixmap support controlling
the appearance of borders, title bars, frames, 3D shadows,
menus and modules.
** GNOME compliance.
GNOME hints can be turned on and off for individual windows.
** Mouse stroke support.
You will need the libstroke library, found at
http://www.etla.net/~willey/projects/libstroke/
** Much more flexibility and control in menu definition and menu
styles including dynamically generated menus and some menu
generating scripts.
** Almost all commands, including Key, Mouse and Style, take
effect immediately. The Recapture command is no longer needed
to activate most changes.
** The old StaysOnTop style option has been generalised into the
concept of layers. See the fvwm2 man page for details.
** Using Alt-Tab now works exactly like the other one.
** A derived package fvwm-themes standardises FVWM Themes issues.
More info is available at
http://fvwm-themes.sourceforge.net/
** Improved multi head support.
Diffstat (limited to 'wm/fvwm2/patches')
-rw-r--r-- | wm/fvwm2/patches/patch-aa | 23 | ||||
-rw-r--r-- | wm/fvwm2/patches/patch-ab | 14 |
2 files changed, 20 insertions, 17 deletions
diff --git a/wm/fvwm2/patches/patch-aa b/wm/fvwm2/patches/patch-aa index 076b9fa8fbe..97e62fa2eb6 100644 --- a/wm/fvwm2/patches/patch-aa +++ b/wm/fvwm2/patches/patch-aa @@ -1,18 +1,21 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/07/10 20:03:28 nra Exp $ ---- utils/Makefile.in.orig Wed Jan 20 06:29:27 1999 -+++ utils/Makefile.in Mon Feb 22 03:54:05 1999 -@@ -83,10 +83,10 @@ +--- utils/Makefile.in.orig Tue Jul 10 14:44:32 2001 ++++ utils/Makefile.in Tue Jul 10 14:44:50 2001 +@@ -109,13 +109,13 @@ xpm_CFLAGS = @xpm_CFLAGS@ xpm_LIBS = @xpm_LIBS@ -bin_PROGRAMS = @XPMROOT@ --EXTRA_PROGRAMS = xpmroot +#bin_PROGRAMS = @XPMROOT@ -+#EXTRA_PROGRAMS = xpmroot + bin_SCRIPTS = fvwm-config fvwmbug fvwm-menu-xlock fvwm-menu-directory fvwm-menu-desktop fvwm-menu-headlines fvwm24_convert --man_MANS = xpmroot.1 -+#man_MANS = xpmroot.1 - EXTRA_DIST = BuildXLockMenu fvwmrc_convert quantize_pixmaps $(man_MANS) - LDADD = -L$(top_builddir)/libs -lfvwm $(xpm_LIBS) $(X_LIBS) $(X_PRE_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) +-EXTRA_PROGRAMS = xpmroot xselection ++EXTRA_PROGRAMS = xselection + +-man_MANS = xpmroot.1 fvwmbug.1 fvwmrc_convert.1 fvwm24_convert.1 fvwm-menu-xlock.1 fvwm-menu-directory.1 fvwm-menu-desktop.1 fvwm-menu-headlines.1 ++man_MANS = fvwmbug.1 fvwmrc_convert.1 fvwm24_convert.1 fvwm-menu-xlock.1 fvwm-menu-directory.1 fvwm-menu-desktop.1 fvwm-menu-headlines.1 + + EXTRA_DIST = fvwmrc_convert fvwm24_convert.in quantize_pixmaps $(man_MANS) + diff --git a/wm/fvwm2/patches/patch-ab b/wm/fvwm2/patches/patch-ab index 37033cf0644..6d1ddf42158 100644 --- a/wm/fvwm2/patches/patch-ab +++ b/wm/fvwm2/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 2001/03/13 20:59:15 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2001/07/10 20:03:28 nra Exp $ ---- configure.orig Mon Nov 29 10:07:03 1999 -+++ configure Mon Jan 1 22:23:09 2001 -@@ -654,7 +654,7 @@ +--- configure.orig Tue Jul 10 14:17:06 2001 ++++ configure Tue Jul 10 14:18:19 2001 +@@ -666,7 +666,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' @@ -11,16 +11,16 @@ $NetBSD: patch-ab,v 1.3 2001/03/13 20:59:15 wiz Exp $ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -@@ -743,7 +743,7 @@ +@@ -755,7 +755,7 @@ fi -PACKAGE=fvwm +PACKAGE=fvwm2 - VERSION=2.2.5 + VERSION=2.4.0 -@@ -2984,7 +2984,7 @@ +@@ -3724,7 +3724,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |