Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Barry Dunn
e1c5f9a376 Update to 0.80.5 2026-01-23 16:43:01 -05:00
David King
b28247448d Update to 0.80.4 2025-10-02 22:41:25 +01:00
Milan Crha
e35ad72911 Update to 0.80.3 2025-07-09 11:16:22 +02:00
Michael Catanzaro
27cfe51700 Delete demo desktop files
These are user-visible, so they need to either go into a subpackage or
go away, one or the other. I'm not in the mood to add a subpackage
today. If you want these back, feel free to create a subpackage.
2025-06-06 17:10:49 -05:00
nmontero
54e76a4098 Update to 0.80.2 2025-05-26 15:43:39 +02:00
nmontero
5224376b4f Update to 0.80.1 2025-04-14 13:30:25 +02:00
nmontero
106262ca76 Update to 0.80.0 2025-03-19 18:02:17 +01:00
nmontero
464d4a7c63 Update to 0.79.91 2025-03-05 17:39:38 +01:00
3 changed files with 39 additions and 9 deletions

7
.gitignore vendored
View file

@ -109,3 +109,10 @@
/vte-0.78.2.tar.xz
/vte-0.79.90.tar.xz
/vte-0.79.0.tar.xz
/vte-0.79.91.tar.xz
/vte-0.80.0.tar.xz
/vte-0.80.1.tar.xz
/vte-0.80.2.tar.xz
/vte-0.80.3.tar.xz
/vte-0.80.4.tar.xz
/vte-0.80.5.tar.xz

View file

@ -1 +1 @@
SHA512 (vte-0.79.0.tar.xz) = 866466883d171667638b6310059e1ed7d8f32fc53b388cbf1900087e472c79f325e7a55c3923a05c93871409938fdaf644d7d9602e65fc013e340f2c4bcc47be
SHA512 (vte-0.80.5.tar.xz) = 31274fb9c05e13e1d236f95ccd5e10d8618932ab8564bf37b4f7ca860a55310d48598767effb43e4e0a797eac554f7aefee4dff38f066ce7f438882b2a8acfa5

View file

@ -11,7 +11,7 @@
%global pcre2_version 10.21
Name: vte291
Version: 0.79.0
Version: 0.80.5
Release: 1%{?dist}
Summary: GTK terminal emulator library
@ -19,7 +19,7 @@ Summary: GTK terminal emulator library
License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0
URL: https://wiki.gnome.org/Apps/Terminal/VTE
Source0: https://download.gnome.org/sources/vte/0.79/vte-%{version}.tar.xz
Source0: https://download.gnome.org/sources/vte/0.80/vte-%{version}.tar.xz
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
@ -127,6 +127,8 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%install
%meson_install
rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk3.desktop
rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop
%find_lang vte-%{apiver}
@ -138,11 +140,8 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/Vte-2.91.typelib
%{_userunitdir}/vte-spawn-.scope.d
%{_datadir}/vte-2.91/terminfo/x/xterm-256color
%{_datadir}/applications/vte-gtk3.desktop
%{_datadir}/xdg-terminals/vte-gtk3.desktop
%{_datadir}/applications/vte-gtk4.desktop
%{_datadir}/xdg-terminals/vte-gtk4.desktop
%{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk3.desktop
%{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk4.desktop
%files gtk4
%{_libdir}/libvte-%{apiver}-gtk4.so.0*
@ -180,7 +179,31 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%{_sysconfdir}/profile.d/vte.sh
%changelog
* Wed Feb 12 2025 nmontero <nmontero@redhat.com> - 0.79.90-1
* Fri Jan 23 2026 Barry Dunn <badunn@redhat.com> - 0.80.5-1
- Update to 0.80.5
* Thu Oct 02 2025 David King <amigadave@amigadave.com> - 0.80.4-1
- Update to 0.80.4
* Wed Jul 09 2025 Milan Crha <mcrha@redhat.com> - 0.80.3-1
- Update to 0.80.3
* Fri Jun 06 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 0.80.2-2
- Delete user-visible desktop files
* Mon May 26 2025 nmontero <nmontero@redhat.com> - 0.80.2-1
- Update to 0.80.2
* Mon Apr 14 2025 nmontero <nmontero@redhat.com> - 0.80.1-1
- Update to 0.80.1
* Wed Mar 19 2025 nmontero <nmontero@redhat.com> - 0.80.0-1
- Update to 0.80.0
* Wed Mar 05 2025 nmontero <nmontero@redhat.com> - 0.79.91-1
- Update to 0.79.91
* Wed Feb 12 2025 nmontero <nmontero@redhat.com> - 0.79.0-1
- Update to 0.79.0
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.78.2-3