Changeset f9dd885 for xsoft


Ignore:
Timestamp:
02/09/2015 10:29:26 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9bff4bc
Parents:
01155b9
Message:

Reformat tigervnc page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15485 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    r01155b9 rf9dd885  
    1111  <!ENTITY tigervnc-buildsize     "155 MB">
    1212  <!ENTITY tigervnc-time          "0.5 SBU (with parallelism=4)">
     13  <!ENTITY tigervnc-xorg-version  "1.16.2.901">
    1314]>
    1415
     
    6566        <para>
    6667          Required file:
    67           <ulink url="&xorg-download-ftp;/xserver/xorg-server-1.16.2.901.tar.bz2"/>
     68          <ulink url="http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-&tigervnc-xorg-version;.tar.bz2"/>
    6869        </para>
    6970      </listitem>
     
    101102      <xref linkend="libgcrypt"/>,
    102103      <xref linkend="libjpeg"/>,
    103       <xref linkend="nasm"/>,
    104104      <xref linkend="pixman"/>, and
    105105      <xref linkend="xorg7-app"/>
     
    123123    commands:</para>
    124124
    125 <screen><userinput>tar -xf ../xorg-server-1.15.0.tar.bz2 -C unix/xserver --strip-components=1 &amp;&amp;
     125<screen><userinput>tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 -C unix/xserver --strip-components=1 &amp;&amp;
    126126
    127127patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
     
    131131make &amp;&amp;
    132132
    133 pushd unix/xserver                                                   &amp;&amp;
     133pushd unix/xserver                                      &amp;&amp;
    134134  patch -Np1 -i ../../../tigervnc-&tigervnc-version;-xorg116-1.patch &amp;&amp;
    135   autoreconf -fi                                                     &amp;&amp;
     135  autoreconf -fi                                        &amp;&amp;
    136136
    137137  ./configure $XORG_CONFIG \
     
    142142      --disable-devel-docs  --disable-config-hal --disable-config-udev \
    143143      --disable-unit-tests  --disable-selective-werror                 \
    144       --without-dtrace      --enable-dri2        --enable-glx \
     144      --without-dtrace      --enable-dri2        --enable-glx          \
    145145      --enable-glx-tls      --with-pic  &amp;&amp;
    146146  make    &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.