Changeset 5d8210df


Ignore:
Timestamp:
09/14/2016 09:09:32 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3921536e
Parents:
006bd37
Message:

Update to tigervnc-1.7.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r006bd37 r5d8210df  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to tigervnc-1.7.0. Fixes
     52          <ulink url="&blfs-ticket-root;8296">#8296</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[pierre] - Update to libreoffice-5.2.1.2. Fixes
    5256          <ulink url="&blfs-ticket-root;8279">#8279</ulink>.</para>
  • packages.ent

    r006bd37 r5d8210df  
    697697<!ENTITY rxvt-unicode-version         "9.22">
    698698<!ENTITY thunderbird-version          "45.3.0">
    699 <!ENTITY tigervnc-version             "1.6.0">
     699<!ENTITY tigervnc-version             "1.7.0">
    700700<!ENTITY transmission-version         "2.92">
    701701<!ENTITY xarchiver-version            "0.5.4">
  • xsoft/other/tigervnc.xml

    r006bd37 r5d8210df  
    77  <!ENTITY tigervnc-download-http "&sources-anduin-http;/tigervnc/tigervnc-&tigervnc-version;.tar.gz">
    88  <!ENTITY tigervnc-download-ftp  " ">
    9   <!ENTITY tigervnc-md5sum        "78b736445781d86c48e942465a391ccc">
     9  <!ENTITY tigervnc-md5sum        "0930edf4f339283d856ce7027db40308">
    1010  <!ENTITY tigervnc-size          "1.3 MB">
    11   <!ENTITY tigervnc-buildsize     "171 MB">
    12   <!ENTITY tigervnc-time          "1.6 SBU">
    13   <!ENTITY tigervnc-xorg-version  "1.18.0">
     11  <!ENTITY tigervnc-buildsize     "149 MB">
     12  <!ENTITY tigervnc-time          "1.7 SBU">
     13  <!ENTITY tigervnc-xorg-version  "1.18.4">
    1414]>
    1515
     
    6767          Required file:
    6868          <ulink url="&xorg-download-http;/xserver/xorg-server-&tigervnc-xorg-version;.tar.bz2"/>
    69         </para>
    70       </listitem>
    71       <listitem>
    72         <para>
    73           Required patch:
    74           <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg118-1.patch"/>
    7569        </para>
    7670      </listitem>
     
    117111    commands:</para>
    118112
    119 <screen><userinput>patch -Np1 -i ../tigervnc-&tigervnc-version;-xorg118-1.patch    &amp;&amp;
    120 patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;<!--
    121 sed -i 's/iconic/nowin/' unix/vncserver            &amp;&amp;-->
     113<screen><userinput>patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
    122114
    123115mkdir -vp build &amp;&amp;
     
    188180    <title>Command Explanations</title>
    189181
    190     <para><command>patch ...</command>: This set of patches modifies the standard
    191     Xorg server so that the Xvnc command can be built.</para>
     182    <para><command>patch ...</command>: This patch updates a build file
     183    so that the Xvnc libraries cna be found during the build process.</para>
    192184
    193185    <para><command>tar -xf .. xorg-server...</command>: This command extracts the
     
    216208
    217209<screen>#!/bin/sh
    218 
    219210[ -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
    220211[ -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
     
    296287        <term><command>vncviewer</command></term>
    297288        <listitem>
    298           <para>is a client used to access VNC desktops.</para>
     289          <para>is a client used to connect to VNC desktops.</para>
    299290          <indexterm zone="tigervnc vncviewer">
    300291            <primary sortas="b-vncviewer">vncviewer</primary>
Note: See TracChangeset for help on using the changeset viewer.