diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-11 10:57:56 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-11 10:57:56 +0000 |
commit | f40ef70efd2b3998c4fb62252e84269b72cbc285 (patch) | |
tree | b7f22e4cf8c6a3da13d3c1168531c365747bf73e /x11-base | |
parent | clean (diff) | |
download | historical-f40ef70efd2b3998c4fb62252e84269b72cbc285.tar.gz historical-f40ef70efd2b3998c4fb62252e84269b72cbc285.tar.bz2 historical-f40ef70efd2b3998c4fb62252e84269b72cbc285.zip |
cleanup
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xfree/files/4.1.0/XftConfig | 71 | ||||
-rw-r--r-- | x11-base/xfree/files/4.1.0/glibc-2.2.2-ClockP.diff | 10 | ||||
-rw-r--r-- | x11-base/xfree/files/4.1.0/site.def | 9 |
3 files changed, 0 insertions, 90 deletions
diff --git a/x11-base/xfree/files/4.1.0/XftConfig b/x11-base/xfree/files/4.1.0/XftConfig deleted file mode 100644 index 16af856f7c29..000000000000 --- a/x11-base/xfree/files/4.1.0/XftConfig +++ /dev/null @@ -1,71 +0,0 @@ -# -# XftConfig -# -# Use with Type1 and TrueType fonts -# - -dir "/usr/X11R6/lib/X11/fonts/Type1" -dir "/usr/X11R6/lib/X11/fonts/truetype" - -# -# alias 'fixed' for 'mono' -# -match any family == "fixed" edit family =+ "mono"; - -# -#Check users config file -# -includeif "~/.xftconfig" - -# -# Substitute TrueType fonts for Type1 versions -# -match any family == "Times" edit family += "Times New Roman"; -match any family == "Helvetica" edit family += "Verdana"; -match any family == "Courier" edit family += "Courier New"; - -# -# Use TrueType fonts for defaults -# -match any family == "serif" edit family += "Times New Roman"; -match any family == "sans" edit family += "Verdana"; - -# -# Use monotype.com (andale) face where possible -# -match - any family == "mono" - all slant == roman - all weight < bold -edit - family += "monotype.com"; -# -# otherwise, use courier -# -match any family == "mono" edit family += "Courier New"; - -# -# Alias between XLFD families and font file family name, prefer local fonts -# -match any family == "Charter" edit family += "Bitstream Charter"; -match any family == "Bitstream Charter" edit family =+ "Charter"; - -match any family == "Lucidux Serif" edit family += "LuciduxSerif"; -match any family == "LuciduxSerif" edit family =+ "Lucidux Serif"; - -match any family == "Lucidux Sans" edit family += "LuciduxSans"; -match any family == "LuciduxSans" edit family =+ "Lucidux Sans"; - -match any family == "Lucidux Mono" edit family += "LuciduxMono"; -match any family == "LuciduxMono" edit family =+ "Lucidux Mono"; - -# -# TrueType font aliases -# -match any family == "Comic Sans" edit family += "Comic Sans MS"; -match any family == "Comic Sans MS" edit family =+ "Comic Sans"; -match any family == "Trebuchet" edit family += "Trebuchet MS"; -match any family == "Trebuchet MS" edit family =+ "Trebuchet"; -match any family == "Monotype" edit family =+ "Monotype.com"; -match any family == "Andale Mono" edit family += "Monotype.com"; -match any family == "Monotype.com" edit family =+ "Andale Mono"; diff --git a/x11-base/xfree/files/4.1.0/glibc-2.2.2-ClockP.diff b/x11-base/xfree/files/4.1.0/glibc-2.2.2-ClockP.diff deleted file mode 100644 index 34f6f048a589..000000000000 --- a/x11-base/xfree/files/4.1.0/glibc-2.2.2-ClockP.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- xc/programs/xclock/ClockP.h~ Tue Nov 7 00:05:41 2000 -+++ xc/programs/xclock/ClockP.h Tue Feb 20 00:58:10 2001 -@@ -52,6 +52,7 @@ - - #include <X11/Xos.h> /* Needed for struct tm. */ - #include "Clock.h" -+#include <time.h> - #include <X11/Xaw/SimpleP.h> - - #define SEG_BUFF_SIZE 128 diff --git a/x11-base/xfree/files/4.1.0/site.def b/x11-base/xfree/files/4.1.0/site.def deleted file mode 100644 index 3ba2770ef0e2..000000000000 --- a/x11-base/xfree/files/4.1.0/site.def +++ /dev/null @@ -1,9 +0,0 @@ -#define HasZlib YES -#define HasGcc2ForCplusplus YES -#define ForceNormalLib YES -#define BuildXinerama YES -#define SharedLibXau YES -#define BuildGLULibrary NO -#define SharedLibGLU NO -#define NormalLibGLU NO - |