diff --git a/gnome.ent b/gnome.ent index cab6d97308..370ec43b51 100644 --- a/gnome.ent +++ b/gnome.ent @@ -31,8 +31,8 @@ - - + + diff --git a/gnome/platform/vte.xml b/gnome/platform/vte.xml index 4dc4381ac1..1886835437 100644 --- a/gnome/platform/vte.xml +++ b/gnome/platform/vte.xml @@ -8,10 +8,10 @@ - + - - + + @@ -84,15 +84,15 @@ , , - , and + , + , and Optional - , - , and - + , and + @@ -130,7 +130,6 @@ ninja "vte-2.91" inside. The reason is when -Dgtk4 is enabled, another directory "vte-2.91-gtk4" will also be there. --> sed -e "/docdir =/s@\$@/ 'vte-&vte-version;'@" \ - -e "/fatal-warnings/d" \ -i ../doc/reference/meson.build && meson configure -Ddocs=true && ninja @@ -175,8 +174,10 @@ rm -v /etc/profile.d/vte.* - : Add this switch to build the GTK4 widget. + : Add this switch if you do not want to + build the GTK-4 version of VTE. + @@ -196,13 +197,16 @@ rm -v /etc/profile.d/vte.* --> - vte-2.&vte-nano; + vte-2.&vte-nano; and + vte-2.&vte-nano;-gtk4 - libvte-2.&vte-nano;.so + libvte-2.&vte-nano;.so and + libvte-2.&vte-nano;-gtk4.so - /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; @@ -226,6 +230,19 @@ rm -v /etc/profile.d/vte.* + + vte-2.&vte-nano;-gtk4 + + + is a test application for the GTK-4 version of the + VTE libraries + + + vte-2.&vte-nano;-gtk4 + + + + libvte-2.&vte-nano;.so @@ -239,6 +256,19 @@ rm -v /etc/profile.d/vte.* + + libvte-2.&vte-nano;-gtk4.so + + + is a library which implements a terminal emulator + widget for GTK-4 + + + libvte-2.&vte-nano;-gtk4.so + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ea23386f4f..da0301e757 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,10 @@ September 21st, 2023 + + [renodr] - Update to vte-0.74.0. Fixes + #18594. + [renodr] - Update to libshumate-1.1.0. Fixes #18587.