Changeset 1a88720 for gnome


Ignore:
Timestamp:
09/21/2023 07:58:37 PM (8 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0886b8b
Parents:
30386446
Message:

Update to vte-0.74.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    r30386446 r1a88720  
    99  <!ENTITY vte-download-http "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar.gz">
    1010  <!ENTITY vte-download-ftp  " ">
    11   <!ENTITY vte-md5sum        "1954cae9b70ce35bdf1f383b4ddc7d32">
     11  <!ENTITY vte-md5sum        "f88a99da623dbfaa535668f1296b92cc">
    1212  <!ENTITY vte-size          "620 KB">
    13   <!ENTITY vte-buildsize     "16 MB (with tests)">
    14   <!ENTITY vte-time          "0.3 SBU (using parallelism=4; with tests)">
     13  <!ENTITY vte-buildsize     "15 MB (with tests)">
     14  <!ENTITY vte-time          "0.5 SBU (using parallelism=4; with tests)">
    1515
    1616  <!-- For "Contents" and "Short Descriptions" sections -->
     
    8585      <xref linkend="icu"/>,
    8686      <xref linkend="gnutls"/>,
    87       <xref linkend="gobject-introspection"/>, and
     87      <xref linkend="gobject-introspection"/>,
     88      <xref linkend="gtk4"/>, and
    8889      <xref linkend="vala"/>
    8990    </para>
     
    9192    <bridgehead renderas="sect4">Optional</bridgehead>
    9293    <para role="optional">
    93       <xref linkend="fribidi"/>,
    94       <xref linkend="gi-docgen"/>, and
    95       <xref linkend="gtk4"/>
     94      <xref linkend="fribidi"/>, and
     95      <xref linkend="gi-docgen"/>
    9696    </para>
    9797
     
    131131         another directory "vte-2.91-gtk4" will also be there.  -->
    132132<screen role='nodump'><userinput>sed -e "/docdir =/s@\$@/ 'vte-&vte-version;'@" \
    133     -e "/fatal-warnings/d"              \
    134133    -i ../doc/reference/meson.build     &amp;&amp;
    135134meson configure -Ddocs=true             &amp;&amp;
     
    176175
    177176    <para>
    178       <option>-Dgtk4=true</option>: Add this switch to build the GTK4 widget.
    179     </para>
     177      <option>-Dgtk4=false</option>: Add this switch if you do not want to
     178      build the GTK-4 version of VTE.
     179    </para>
     180
    180181  </sect2>
    181182
     
    197198      <seglistitem>
    198199        <seg>
    199           vte-2.&vte-nano;
     200          vte-2.&vte-nano; and
     201          vte-2.&vte-nano;-gtk4
    200202        </seg>
    201203        <seg>
    202           libvte-2.&vte-nano;.so
     204          libvte-2.&vte-nano;.so and
     205          libvte-2.&vte-nano;-gtk4.so
    203206        </seg>
    204207        <seg>
    205           /usr/include/vte-2.&vte-nano; and
     208          /usr/include/vte-2.&vte-nano;,
     209          /usr/include/vte-2.&vte-nano;-gtk4, and
    206210          (optional) /usr/share/doc/vte-&vte-version;
    207211        </seg>
     
    227231      </varlistentry>
    228232
     233      <varlistentry id="vte291-gtk4">
     234        <term><command>vte-2.&vte-nano;-gtk4</command></term>
     235        <listitem>
     236          <para>
     237            is a test application for the GTK-4 version of the
     238            <application>VTE</application> libraries
     239          </para>
     240          <indexterm zone="vte vte291-gtk4">
     241            <primary sortas="b-vte2-&vte-nano;-gtk4">vte-2.&vte-nano;-gtk4</primary>
     242          </indexterm>
     243        </listitem>
     244      </varlistentry>
     245
    229246      <varlistentry id="libvte291">
    230247        <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
     
    240257      </varlistentry>
    241258
     259      <varlistentry id="libvte291-gtk4">
     260        <term><filename class="libraryfile">libvte-2.&vte-nano;-gtk4.so</filename></term>
     261        <listitem>
     262          <para>
     263            is a library which implements a terminal emulator
     264            widget for <application>GTK-4</application>
     265          </para>
     266          <indexterm zone="vte libvte291-gtk4">
     267            <primary sortas="c-libvte2-&vte-nano;-gtk4">libvte-2.&vte-nano;-gtk4.so</primary>
     268          </indexterm>
     269        </listitem>
     270      </varlistentry>
     271
    242272    </variablelist>
    243273
Note: See TracChangeset for help on using the changeset viewer.