Changeset fabfce3c


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, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdf9df07 rfabfce3c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 14th &year;">
     9<!ENTITY releasedate  "July 15th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rdf9df07 rfabfce3c  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 15th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to tigervnc-1.5.0. Fixes
     52          <ulink url="&blfs-ticket-root;6628">#6628</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    rdf9df07 rfabfce3c  
    618618<!ENTITY rxvt-unicode-version         "9.21">
    619619<!ENTITY thunderbird-version          "38.1.0">
    620 <!ENTITY tigervnc-version             "1.4.3">
     620<!ENTITY tigervnc-version             "1.5.0">
    621621<!ENTITY transmission-version         "2.84">
    622622<!ENTITY xchat-version                "2.8.8">
  • 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.