Xorg Server 1.14.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11080 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2013-03-10 17:16:54 +00:00
parent 51ecf014fb
commit d7fb55863e
3 changed files with 6 additions and 11 deletions

View File

@ -532,7 +532,7 @@ export -f as_root</userinput></screen>
<!ENTITY xcb-util-renderutil-version "0.3.8">
<!ENTITY printproto-version "1.0.5">
<!ENTITY libXp-version "1.0.1">
<!ENTITY xorg-server-version "1.13.2">
<!ENTITY xorg-server-version "1.14.0">
<!ENTITY twm-version "1.0.7">
<!ENTITY xterm-version "291">
<!ENTITY xclock-version "1.0.6">

View File

@ -62,6 +62,9 @@
<listitem>
<para>[krejzi] - LibreOffice 4.0.1.</para>
</listitem>
<listitem>
<para>[krejzi] - Xorg Server 1.14.0.</para>
</listitem>
<listitem>
<para>[krejzi] - Xorg Nouveau Driver 1.0.6.</para>
</listitem>

View File

@ -6,11 +6,10 @@
<!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
<!ENTITY xorg-server-download-ftp "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
<!ENTITY xorg-server-md5sum "553fd7902e1156115f15cc1656f46a6f">
<!ENTITY xorg-server-md5sum "86110278b784e279381b7f6f2295c508">
<!ENTITY xorg-server-size "5.3 MB">
<!ENTITY xorg-server-buildsize "585 MB">
<!ENTITY xorg-server-time "2.0 SBU">
]>
<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
@ -73,12 +72,6 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/xorg-server-&xorg-server-version;-use_pixman_glyph_cache-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Optional patch:
@ -125,8 +118,7 @@
Install the server by running the following commands:
</para>
<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-use_pixman_glyph_cache-1.patch &amp;&amp;
./configure $XORG_CONFIG \
<screen><userinput>./configure $XORG_CONFIG \
--with-xkb-output=/var/lib/xkb \
--enable-install-setuid &amp;&amp;
make</userinput></screen>