Changeset 2c93420


Ignore:
Timestamp:
07/25/2024 07:12:36 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
86686f6a
Parents:
2575878
Message:

Update to tigervnc-1.14.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2575878 r2c93420  
    4242      <para>July 25th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to tigervnc-1.14.0. Fixes
     46          <ulink url="&blfs-ticket-root;20140">#20140</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to mupdf-1.24.8. Fixes
  • packages.ent

    r2575878 r2c93420  
    10821082<!ENTITY rxvt-unicode-version         "9.31">
    10831083<!ENTITY thunderbird-version          "128.0">
    1084 <!ENTITY tigervnc-version             "1.13.1">
     1084<!ENTITY tigervnc-version             "1.14.0">
    10851085<!ENTITY transmission-version         "4.0.6">
    10861086<!ENTITY xarchiver-version            "0.5.4.23">
  • xsoft/other/tigervnc.xml

    r2575878 r2c93420  
    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        "3a794e3a063443e07250de8e99e2e05a">
    10   <!ENTITY tigervnc-size          "1.8 MB">
    11   <!ENTITY tigervnc-buildsize     "97 MB">
    12   <!ENTITY tigervnc-time          "0.4 SBU (Using parallelism=4)">
     9  <!ENTITY tigervnc-md5sum        "402c2ec1f38bd0fb4ad7d93631dc1502">
     10  <!ENTITY tigervnc-size          "2.0 MB">
     11  <!ENTITY tigervnc-buildsize     "101 MB">
     12  <!ENTITY tigervnc-time          "0.5 SBU (Using parallelism=4)">
    1313  <!--<!ENTITY tigervnc-xorg-version  "21.1.12">-->
    1414]>
     
    8080    </itemizedlist>
    8181
    82 <!-- Commented out since we're tracking the same xorg-server right now
    8382    <note>
    8483      <para>
     
    8887      </para>
    8988    </note>
    90 -->
    9189
    9290    <itemizedlist spacing="compact">
     
    167165    -C unix/xserver                   &amp;&amp;
    168166( cd unix/xserver &amp;&amp;
    169   patch -Np1 -i ../xserver21.1.1.patch ) &amp;&amp;
     167  patch -Np1 -i ../xserver21.patch ) &amp;&amp;
    170168
    171169# Build viewer
     
    174172      -D CMAKE_BUILD_TYPE=Release  \
    175173      -D INSTALL_SYSTEMD_UNITS=OFF \
    176       -W no-dev . &amp;&amp;
     174      -W no-dev .                  &amp;&amp;
    177175make &amp;&amp;
    178176
     
    236234<screen role="root"><userinput>#Install viewer
    237235make install &amp;&amp;
     236mv  /usr/share/doc/tigervnc /usr/share/doc/tigervnc-&tigervnc-version;
    238237
    239238#Install server
     
    248247<screen role="root" revision="sysv"><userinput>sed -i 's/pam_systemd.so/pam_elogind.so/' /etc/pam.d/tigervnc</userinput></screen>
    249248
    250 <!-- These are installed as part of 'make install' for the client.
    251     <para>
    252       Finally, create a menu entry.  As the
    253       <systemitem class="username">root</systemitem> user:
    254     </para>
    255 
    256 <screen role="root"><userinput>cat &gt; /usr/share/applications/vncviewer.desktop &lt;&lt; "EOF"
    257 <literal>[Desktop Entry]
    258 Type=Application
    259 Name=TigerVNC Viewer
    260 Comment=VNC client
    261 Exec=/usr/bin/vncviewer
    262 Icon=tigervnc
    263 Terminal=false
    264 StartupNotify=false
    265 Categories=Network;RemoteAccess;</literal>
    266 EOF
    267 
    268 install -vm644 media/icons/tigervnc_24.png /usr/share/pixmaps &amp;&amp;
    269 ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png</userinput></screen>
    270 -->
    271249  </sect2>
    272250
Note: See TracChangeset for help on using the changeset viewer.