Changeset fabfce3c for xsoft


Ignore:
Timestamp:
07/15/2015 02:45:39 AM (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.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:
1633e95
Parents:
df9df07
Message:

Update to tigervnc-1.5.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/tigervnc.xml

    rdf9df07 rfabfce3c  
    77  <!ENTITY tigervnc-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/tigervnc/tigervnc-&tigervnc-version;.tar.gz">
    88  <!ENTITY tigervnc-download-ftp  " ">
    9   <!ENTITY tigervnc-md5sum        "2177ee42fa1a3902b6feeaa7747f1c2a">
    10   <!ENTITY tigervnc-size          "1.3 MB">
    11   <!ENTITY tigervnc-buildsize     "160 MB">
     9  <!ENTITY tigervnc-md5sum        "b11cc4c4d5249b9b8e355ee6f47ec4fe">
     10  <!ENTITY tigervnc-size          "1.6 MB">
     11  <!ENTITY tigervnc-buildsize     "167 MB">
    1212  <!ENTITY tigervnc-time          "1.6 SBU">
    13   <!ENTITY tigervnc-xorg-version  "1.17.1">
     13  <!ENTITY tigervnc-xorg-version  "1.17.2">
    1414]>
    1515
     
    7373          Required patch:
    7474          <ulink url="&patch-root;/tigervnc-&tigervnc-version;-gethomedir-1.patch"/>
    75         </para>
    76       </listitem>
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/tigervnc-&tigervnc-version;-getmaster-1.patch"/>
    81         </para>
    82       </listitem>
    83       <listitem>
    84         <para>
    85           Required patch:
    86           <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg117-1.patch"/>
    8775        </para>
    8876      </listitem>
     
    126114
    127115patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
    128 patch -Np1 -i ../tigervnc-&tigervnc-version;-getmaster-1.patch  &amp;&amp;
    129 patch -Np1 -i ../tigervnc-&tigervnc-version;-xorg117-1.patch    &amp;&amp;
    130116sed -i 's/iconic/nowin/' unix/vncserver            &amp;&amp;
    131117
     
    138124
    139125  ./configure $XORG_CONFIG \
    140       --disable-xwayland    --enable-dri3        --disable-dmx         \
    141       --disable-static      --disable-xinerama   --disable-dri         \
     126      --disable-xwayland    --disable-dri        --disable-dmx         \
    142127      --disable-xorg        --disable-xnest      --disable-xvfb        \
    143128      --disable-xwin        --disable-xephyr     --disable-kdrive      \
    144129      --disable-devel-docs  --disable-config-hal --disable-config-udev \
    145130      --disable-unit-tests  --disable-selective-werror                 \
     131      --disable-static      --enable-dri3                              \
    146132      --without-dtrace      --enable-dri2        --enable-glx          \
    147133      --enable-glx-tls      --with-pic  &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.