Ignore:
Timestamp:
05/01/2019 08:22:42 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b57de40
Parents:
568e425
Message:

Various fixes and one update:

  • tigervnc: bump server version to 1.20.4, fix instructions using undefined variables
  • DateTime::TimeZone (perl module dependency): remove spurious instructions
  • libreoffice: allow using system gpgme

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    r568e425 r3b9bfde  
    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>
Note: See TracChangeset for help on using the changeset viewer.