Changeset 572e945


Ignore:
Timestamp:
02/19/2023 08:22:41 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
76b3adb
Parents:
ab473cf9
Message:

Update to tigervnc-1.13.0.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rab473cf9 r572e945  
    4242      <para>February 19th, 2023</para>
    4343      <itemizedlist>
     44       <listitem>
     45          <para>[bdubbs] - Update to tigervnc-1.13.0. Fixes
     46          <ulink url="&blfs-ticket-root;17616">#17616</ulink>.</para>
     47       </listitem>
    4448        <listitem>
    4549          <para>[pierre] - Update to OpenJDK-19.0.2+10 (security update). Part
  • packages.ent

    rab473cf9 r572e945  
    972972<!ENTITY rxvt-unicode-version         "9.31">
    973973<!ENTITY thunderbird-version          "102.7.2">
    974 <!ENTITY tigervnc-version             "1.12.0">
     974<!ENTITY tigervnc-version             "1.13.0">
    975975<!ENTITY transmission-version         "4.0.0">
    976976<!ENTITY xarchiver-version            "0.5.4.20">
  • xsoft/other/tigervnc.xml

    rab473cf9 r572e945  
    77  <!ENTITY tigervnc-download-http "https://github.com/TigerVNC/tigervnc/archive/v&tigervnc-version;/tigervnc-&tigervnc-version;.tar.gz">
    88  <!ENTITY tigervnc-download-ftp  " ">
    9   <!ENTITY tigervnc-md5sum        "e92945f43654e2a120f2c9d8b3a9b869">
    10   <!ENTITY tigervnc-size          "1.5 MB">
    11   <!ENTITY tigervnc-buildsize     "101 MB">
    12   <!ENTITY tigervnc-time          "0.5 SBU (Using parallelism=4)">
    13   <!ENTITY tigervnc-xorg-version  "1.20.7">
     9  <!ENTITY tigervnc-md5sum        "be6dcdd364a680be50964b60a5de6450">
     10  <!ENTITY tigervnc-size          "1.9 MB">
     11  <!ENTITY tigervnc-buildsize     "97 MB">
     12  <!ENTITY tigervnc-time          "0.4 SBU (Using parallelism=4)">
     13  <!ENTITY tigervnc-xorg-version  "21.1.6">
    1414]>
    1515
     
    7575        <para>
    7676          Required file:
    77           <ulink url="&xorg-download-http;/xserver/xorg-server-&tigervnc-xorg-version;.tar.bz2"/>
     77          <ulink url="&xorg-download-http;/xserver/xorg-server-&tigervnc-xorg-version;.tar.xz"/>
    7878        </para>
    7979      </listitem>
     
    163163<screen revision="sysv"><userinput># Put code in place
    164164mkdir -p unix/xserver &amp;&amp;
    165 tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 \
     165tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.xz \
    166166    --strip-components=1              \
    167167    -C unix/xserver                   &amp;&amp;
    168168( cd unix/xserver &amp;&amp;
    169   patch -Np1 -i ../xserver120.patch ) &amp;&amp;
     169  patch -Np1 -i ../xserver21.1.1.patch ) &amp;&amp;
    170170
    171171# Build viewer
     
    196196<screen revision="systemd"><userinput># Put code in place
    197197mkdir -p unix/xserver &amp;&amp;
    198 tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 \
     198tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.xz \
    199199    --strip-components=1              \
    200200    -C unix/xserver                   &amp;&amp;
    201201( cd unix/xserver &amp;&amp;
    202   patch -Np1 -i ../xserver120.patch ) &amp;&amp;
     202  patch -Np1 -i ../xserver21.1.1.patch ) &amp;&amp;
    203203
    204204# Build viewer
     
    299299    <para revision='sysv'>
    300300      The default installation of this package makes some changes in the way it
    301       is used.  The vncserver perl script is placed in /usr/libexec and the
     301      is used.  The vncserver perl script is placed in /usr/bin/libexec and the
    302302      server is designed to be run via a systemd style .service file or the
    303303      vncsession script as the root user.  The man page for vncserver is placed
Note: See TracChangeset for help on using the changeset viewer.