diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-16 07:18:52 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-16 07:18:52 +0000 |
commit | bef73f88d0cfe66f792bdddec99e34fcc7b1f19c (patch) | |
tree | 9e859fcb25433c335c2bc3aa4ff2448132e52091 /x11/eterm | |
parent | 9809ffb98f75b6fcc21dcb036038fa5d22f61aa5 (diff) | |
download | ports-bef73f88d0cfe66f792bdddec99e34fcc7b1f19c.tar.gz ports-bef73f88d0cfe66f792bdddec99e34fcc7b1f19c.zip |
Notes
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/files/patch-af | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/x11/eterm/files/patch-af b/x11/eterm/files/patch-af new file mode 100644 index 000000000000..c72092e442db --- /dev/null +++ b/x11/eterm/files/patch-af @@ -0,0 +1,66 @@ +--- themes/Eterm/MAIN.in.orig Sun Jun 13 00:26:37 1999 ++++ themes/Eterm/MAIN.in Sun Jun 13 00:28:40 1999 +@@ -94,7 +94,7 @@ + # scale 100%, 0 to tile, any other number specifies W/H in pixels + begin pixmaps + background %random(`cat pixmaps.list 2>/dev/null`) +- path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" ++ path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" + + # Support for these is forthcoming + # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm +--- themes/emacs/MAIN.in.orig Sun Jun 13 00:26:37 1999 ++++ themes/emacs/MAIN.in Sun Jun 13 00:29:06 1999 +@@ -94,7 +94,7 @@ + # scale 100%, 0 to tile, any other number specifies W/H in pixels + begin pixmaps + background %random(`cat pixmaps.list 2>/dev/null`) +- path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" ++ path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" + + # Support for these is forthcoming + # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm +--- themes/irc/MAIN.in.orig Sun Jun 13 00:26:37 1999 ++++ themes/irc/MAIN.in Sun Jun 13 00:29:24 1999 +@@ -94,7 +94,7 @@ + # scale 100%, 0 to tile, any other number specifies W/H in pixels + begin pixmaps + background %random(`cat pixmaps.list 2>/dev/null`) +- path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" ++ path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" + + # Support for these is forthcoming + # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm +--- themes/mutt/MAIN.in.orig Sun Jun 13 00:26:37 1999 ++++ themes/mutt/MAIN.in Sun Jun 13 00:30:14 1999 +@@ -94,7 +94,7 @@ + # scale 100%, 0 to tile, any other number specifies W/H in pixels + begin pixmaps + background %random(`cat pixmaps.list 2>/dev/null`) +- path "~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" ++ path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" + + # Support for these is forthcoming + # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm +--- themes/tn3270/MAIN.in.orig Sun Jun 13 00:26:37 1999 ++++ themes/tn3270/MAIN.in Sun Jun 13 00:30:36 1999 +@@ -94,7 +94,7 @@ + # scale 100%, 0 to tile, any other number specifies W/H in pixels + begin pixmaps + background %random(`cat pixmaps.list 2>/dev/null`) +- path "~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" ++ path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" + + # Support for these is forthcoming + # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm +--- themes/trans/MAIN.in.orig Sun Jun 13 00:26:37 1999 ++++ themes/trans/MAIN.in Sun Jun 13 00:33:48 1999 +@@ -96,7 +96,7 @@ + # scale 100%, 0 to tile, any other number specifies W/H in pixels + begin pixmaps + # background %random(`cat pixmaps.list 2>/dev/null`) +-# path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" ++# path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" + + # Support for these is forthcoming + # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm |