with XFree86 in it's currentl for this is just not possible - I think we eed to wait some years untils XFree86 is full modulized and xouvert or the freedesktop.org X-Server are ready ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1812 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -1,9 +1,4 @@ |
|||
|
|||
if [ $prefix_auto = 1 ] ; then |
|||
prefix="usr/x11" |
|||
set_confopt |
|||
fi |
|||
|
|||
hook_add postmake 5 "cp -fv $confdir/local.conf.data \ |
|||
$root/etc/fonts/local.conf" |
|||
#hook_add postmake 5 "cp -fv $confdir/local.conf.data \ |
|||
# $root/etc/fonts/local.conf" |
|||
|
@ -0,0 +1,68 @@ |
|||
<?xml version="1.0"?> |
|||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
|||
<!-- /etc/fonts.conf file to configure system font access --> |
|||
<fontconfig> |
|||
|
|||
<!-- ROCK Linux system-wide font corrections, defaults. |
|||
Maintained by Rene Rebe <rene@rocklinux.org> |
|||
--> |
|||
|
|||
<!-- Overwrite (currently) broken fonts. |
|||
--> |
|||
|
|||
<match target="pattern"> |
|||
<test qual="any" name="family"> |
|||
<string>Helvetica</string> |
|||
</test> |
|||
<edit name="family" mode="assign"> |
|||
<string>Arial</string> |
|||
</edit> |
|||
</match> |
|||
|
|||
<match target="pattern"> |
|||
<test qual="any" name="family"> |
|||
<string>Lucida</string> |
|||
</test> |
|||
<edit name="family" mode="assign"> |
|||
<string>Arial</string> |
|||
</edit> |
|||
</match> |
|||
|
|||
<match target="pattern"> |
|||
<test qual="any" name="family"> |
|||
<string>Fixed</string> |
|||
</test> |
|||
<edit name="family" mode="assign"> |
|||
<string>Andale Mono</string> |
|||
</edit> |
|||
</match> |
|||
|
|||
<match target="pattern"> |
|||
<test qual="any" name="family"> |
|||
<string>Charter</string> |
|||
</test> |
|||
<edit name="family" mode="assign"> |
|||
<string>Agate</string> |
|||
</edit> |
|||
</match> |
|||
|
|||
<match target="pattern"> |
|||
<test qual="any" name="family"> |
|||
<string>Clean</string> |
|||
</test> |
|||
<edit name="family" mode="assign"> |
|||
<string>Andale Mono</string> |
|||
</edit> |
|||
</match> |
|||
|
|||
<match target="pattern"> |
|||
<test qual="any" name="family"> |
|||
<string>Times</string> |
|||
</test> |
|||
<edit name="family" mode="assign"> |
|||
<string>Times New Roman</string> |
|||
</edit> |
|||
</match> |
|||
|
|||
</fontconfig> |
|||
|
@ -1,6 +0,0 @@ |
|||
|
|||
if [ $prefix_auto = 1 ] ; then |
|||
prefix="usr/x11" |
|||
set_confopt |
|||
fi |
|||
|
@ -1,42 +0,0 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/x11/fontconfig/fontconfig.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A X11 library for client-side font rendering |
|||
|
|||
[T] A X11 library for client-side font rendering - using either |
|||
[T] the old core protocol or the XRender extension. |
|||
|
|||
[U] http://freedesktop.org/Software/xlibs/ |
|||
|
|||
[A] Keith Packard <keithp@keithp.com> |
|||
[M] Rene Rebe <rene@rocklinux.org> |
|||
|
|||
[C] extra/font |
|||
|
|||
[L] OpenSource |
|||
[S] Stable |
|||
[V] 2.1.2 |
|||
[P] X -----5---9 271.000 |
|||
|
|||
[D] 0 xft-2.1.2.tar.gz http://freedesktop.org/~xlibs/release/ |
|||
|