Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    r853ae3e5 re7d893b  
    1111  <!ENTITY tigervnc-buildsize     "94 MB">
    1212  <!ENTITY tigervnc-time          "1.3 SBU">
    13   <!ENTITY tigervnc-xorg-version  "1.20.0">
     13  <!ENTITY tigervnc-xorg-version  "1.20.4">
    1414]>
    1515
     
    107107
    108108<screen><userinput># Put code in place
    109 pushd unix/xserver &amp;&amp;
    110   tar -xf $DIR/xorg-server-$XORG_VER.tar.bz2 --strip-components=1 &amp;&amp;
    111   patch -Np1 -i ../xserver120.patch &amp;&amp;
    112 popd &amp;&amp;
     109tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 \
     110    --strip-components=1              \
     111    -C unix/xserver                   &amp;&amp;
     112( cd unix/xserver &amp;&amp;
     113  patch -Np1 -i ../xserver120.patch ) &amp;&amp;
    113114
    114115# Build viewer
     
    144145
    145146#Install server
    146 pushd unix/xserver/hw/vnc &amp;&amp;
    147   make install &amp;&amp;
    148 popd &amp;&amp;
     147( cd unix/xserver/hw/vnc &amp;&amp; make install ) &amp;&amp;
    149148
    150149[ -e /usr/bin/Xvnc ] || ln -svf $XORG_PREFIX/bin/Xvnc /usr/bin/Xvnc</userinput></screen>
     
    165164EOF
    166165
    167 install -vm644 ../media/icons/tigervnc_24.png /usr/share/pixmaps &amp;&amp;
     166install -vm644 media/icons/tigervnc_24.png /usr/share/pixmaps &amp;&amp;
    168167ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png</userinput></screen>
    169168
     
    174173
    175174    <para><command>tar -xf .. xorg-server...</command>: This command extracts the
    176     standard Xorg packages into the tree in a location needed for modification.</para>
     175    standard Xorg package into the tree in a location needed for modification.</para>
    177176
    178177    <para><option>--disable ...</option>: Most options that are usually needed for
    179     the standard Xorg server are not needed fror the Xvnc instance being built.</para>
     178    the standard Xorg server are not needed for the Xvnc instance being built.</para>
    180179
    181180    <para><command>[ -e /usr/bin/Xvnc ] || ln ... Xvnc</command>: If the Xvnc server
Note: See TracChangeset for help on using the changeset viewer.