diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 07:41:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 07:41:59 +0000 |
commit | 633b5ec21b3310d21b487a2eca6cf6b79bb2698f (patch) | |
tree | f99c6d6349009a6caf404b865e0c774c5612d99b /x11-wm/fvwm95/files | |
parent | 94a076188ea50d780f616e9197ccbf4b64bfb205 (diff) | |
download | FreeBSD-ports-633b5ec21b3310d21b487a2eca6cf6b79bb2698f.zip FreeBSD-ports-633b5ec21b3310d21b487a2eca6cf6b79bb2698f.tar.gz |
A Win95-lookalike fvwm. (hey, don't kill the messenger)
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
Diffstat (limited to 'x11-wm/fvwm95/files')
-rw-r--r-- | x11-wm/fvwm95/files/patch-ad | 15 | ||||
-rw-r--r-- | x11-wm/fvwm95/files/patch-ae | 43 |
2 files changed, 58 insertions, 0 deletions
diff --git a/x11-wm/fvwm95/files/patch-ad b/x11-wm/fvwm95/files/patch-ad new file mode 100644 index 0000000..d58229a --- /dev/null +++ b/x11-wm/fvwm95/files/patch-ad @@ -0,0 +1,15 @@ +--- sample.fvwmrc/system.fvwmrc.orig Wed Apr 10 18:03:50 1996 ++++ sample.fvwmrc/system.fvwmrc Wed Apr 10 18:05:44 1996 +@@ -35,9 +35,9 @@ + IconFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-* + EdgeScroll 100 100 + +-ModulePath /usr/lib/X11/fvwm2 +-PixmapPath /usr/include/X11/pixmaps/ +-IconPath /usr/include/X11/bitmaps/ ++ModulePath /usr/X11R6/lib/X11/fvwm95-2/ ++PixmapPath /usr/X11R6/include/X11/pixmaps/ ++IconPath /usr/X11R6/include/X11/bitmaps/ + + HilightColor black palevioletred + DeskTopSize 2x2 diff --git a/x11-wm/fvwm95/files/patch-ae b/x11-wm/fvwm95/files/patch-ae new file mode 100644 index 0000000..1208b55 --- /dev/null +++ b/x11-wm/fvwm95/files/patch-ae @@ -0,0 +1,43 @@ +--- Fvwm.tmpl.orig Wed Apr 10 18:07:34 1996 ++++ Fvwm.tmpl Wed Apr 10 18:14:16 1996 +@@ -29,7 +29,7 @@ + * confused. + ***************************************************************************/ + +-/* #define FvwmIconPath /usr/include/X11/bitmaps\:/usr/include/X11/pixmaps */ ++#define FvwmIconPath /usr/X11R6/lib/X11/fvwm95-2/mini-icons\:/usr/X11R6/lib/X11/fvwm95-2/icons\:/usr/X11R6/include/X11/pixmaps\:/usr/X11R6/include/X11/bitmaps + + + /*************************************************************************** +@@ -80,7 +80,7 @@ + * Set this to YES if you would like the programs in the utils directory + * installed. + *************************************************************************/ +-#define InstallUtils NO ++#define InstallUtils YES + + + /************************************************************************** +@@ -142,17 +142,17 @@ + ***************************************************************************/ + + /* Where do you want the fvwm binaries installed. */ +-#define FvwmBinDir /usr/local/X11R6/bin ++#define FvwmBinDir /usr/X11R6/bin + + /* Where do you want the fvwm modules installed. */ +-#define FvwmDir /usr/local/X11R6/lib/X11/fvwm95-2 ++#define FvwmDir /usr/X11R6/lib/X11/fvwm95-2 + + /* Where do you want the fvwm libraries installed. */ +-#define FvwmLibDir /usr/local/X11R6/lib ++#define FvwmLibDir /usr/X11R6/lib + + /* Where do you want the fvwm man pages installed. */ +-/* #define FvwmManPath /usr/local/X11R6/man */ +-/* #define FvwmManSuffix 1 */ ++#define FvwmManPath /usr/X11R6/man ++#define FvwmManSuffix 1 + + + /*************************************************************************** |