Update to vte-0.74.0

This commit is contained in:
Douglas R. Reno 2023-09-21 14:58:37 -05:00
parent 3038644688
commit 1a88720c95
3 changed files with 48 additions and 14 deletions

View File

@ -31,8 +31,8 @@
<!ENTITY libsecret-version "0.21.0">
<!ENTITY rest-version "0.9.1">
<!ENTITY totem-pl-parser-version "3.26.6">
<!ENTITY vte-minor "0.72">
<!ENTITY vte-version "&vte-minor;.2">
<!ENTITY vte-minor "0.74">
<!ENTITY vte-version "&vte-minor;.0">
<!ENTITY yelp-xsl-version "42.1">
<!ENTITY GConf-version "3.2.6">
<!ENTITY geocode-glib-version "3.26.4">

View File

@ -8,10 +8,10 @@
<!-- <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/&vte-minor;/vte-&vte-version;.tar.xz">-->
<!ENTITY vte-download-http "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar.gz">
<!ENTITY vte-download-ftp " ">
<!ENTITY vte-md5sum "1954cae9b70ce35bdf1f383b4ddc7d32">
<!ENTITY vte-md5sum "f88a99da623dbfaa535668f1296b92cc">
<!ENTITY vte-size "620 KB">
<!ENTITY vte-buildsize "16 MB (with tests)">
<!ENTITY vte-time "0.3 SBU (using parallelism=4; with tests)">
<!ENTITY vte-buildsize "15 MB (with tests)">
<!ENTITY vte-time "0.5 SBU (using parallelism=4; with tests)">
<!-- For "Contents" and "Short Descriptions" sections -->
<!ENTITY vte-nano "91">
@ -84,15 +84,15 @@
<para role="recommended">
<xref linkend="icu"/>,
<xref linkend="gnutls"/>,
<xref linkend="gobject-introspection"/>, and
<xref linkend="gobject-introspection"/>,
<xref linkend="gtk4"/>, and
<xref linkend="vala"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="fribidi"/>,
<xref linkend="gi-docgen"/>, and
<xref linkend="gtk4"/>
<xref linkend="fribidi"/>, and
<xref linkend="gi-docgen"/>
</para>
</sect2>
@ -130,7 +130,6 @@ ninja</userinput></screen>
"vte-2.91" inside. The reason is when -Dgtk4 is enabled,
another directory "vte-2.91-gtk4" will also be there. -->
<screen role='nodump'><userinput>sed -e "/docdir =/s@\$@/ 'vte-&vte-version;'@" \
-e "/fatal-warnings/d" \
-i ../doc/reference/meson.build &amp;&amp;
meson configure -Ddocs=true &amp;&amp;
ninja</userinput></screen>
@ -175,8 +174,10 @@ rm -v /etc/profile.d/vte.*</userinput></screen>
</para>
<para>
<option>-Dgtk4=true</option>: Add this switch to build the GTK4 widget.
<option>-Dgtk4=false</option>: Add this switch if you do not want to
build the GTK-4 version of VTE.
</para>
</sect2>
<sect2 role="content">
@ -196,13 +197,16 @@ rm -v /etc/profile.d/vte.*</userinput></screen>
-->
<seglistitem>
<seg>
vte-2.&vte-nano;
vte-2.&vte-nano; and
vte-2.&vte-nano;-gtk4
</seg>
<seg>
libvte-2.&vte-nano;.so
libvte-2.&vte-nano;.so and
libvte-2.&vte-nano;-gtk4.so
</seg>
<seg>
/usr/include/vte-2.&vte-nano; and
/usr/include/vte-2.&vte-nano;,
/usr/include/vte-2.&vte-nano;-gtk4, and
(optional) /usr/share/doc/vte-&vte-version;
</seg>
</seglistitem>
@ -226,6 +230,19 @@ rm -v /etc/profile.d/vte.*</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="vte291-gtk4">
<term><command>vte-2.&vte-nano;-gtk4</command></term>
<listitem>
<para>
is a test application for the GTK-4 version of the
<application>VTE</application> libraries
</para>
<indexterm zone="vte vte291-gtk4">
<primary sortas="b-vte2-&vte-nano;-gtk4">vte-2.&vte-nano;-gtk4</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libvte291">
<term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
<listitem>
@ -239,6 +256,19 @@ rm -v /etc/profile.d/vte.*</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="libvte291-gtk4">
<term><filename class="libraryfile">libvte-2.&vte-nano;-gtk4.so</filename></term>
<listitem>
<para>
is a library which implements a terminal emulator
widget for <application>GTK-4</application>
</para>
<indexterm zone="vte libvte291-gtk4">
<primary sortas="c-libvte2-&vte-nano;-gtk4">libvte-2.&vte-nano;-gtk4.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -41,6 +41,10 @@
<listitem>
<para>September 21st, 2023</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to vte-0.74.0. Fixes
<ulink url="&blfs-ticket-root;18594">#18594</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to libshumate-1.1.0. Fixes
<ulink url="&blfs-ticket-root;18587">#18587</ulink>.</para>