Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
626f2cb959 | ||
|
|
8f2594451f | ||
|
|
7f896674ab | ||
|
|
d1986614be | ||
|
|
e526ce098b | ||
|
|
fafce973e9 | ||
|
|
664c3f589f |
4 changed files with 22 additions and 2735 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -99,3 +99,7 @@
|
|||
/vte-0.74.2.tar.xz
|
||||
/vte-0.76.0.tar.xz
|
||||
/vte-0.76.1.tar.xz
|
||||
/vte-0.76.2.tar.xz
|
||||
/vte-0.76.3.tar.xz
|
||||
/vte-0.76.4.tar.xz
|
||||
/vte-0.76.6.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vte-0.76.1.tar.xz) = 4baf944fa36e6c94cfd4adaa19dbe1bed26740e14565d5c81d002e6d57a33b171625e986a2fa0ffeba361063e631045dafe987dbf71ac478f97511f7a56c95df
|
||||
SHA512 (vte-0.76.6.tar.xz) = 63bd8049623e92086710c6e940fc656559eaae555689a7035cda38f4967534255b8b432c59c31b466c502376fc2fa2df486bd3f8c6da1e7c965dd2fbcfa1def8
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
24
vte291.spec
24
vte291.spec
|
|
@ -11,7 +11,7 @@
|
|||
%global pcre2_version 10.21
|
||||
|
||||
Name: vte291
|
||||
Version: 0.76.1
|
||||
Version: 0.76.6
|
||||
Release: 1%{?dist}
|
||||
Summary: GTK+ 3 terminal emulator library
|
||||
|
||||
|
|
@ -21,11 +21,6 @@ License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY
|
|||
URL: https://wiki.gnome.org/Apps/Terminal/VTE
|
||||
Source0: https://download.gnome.org/sources/vte/0.76/vte-%{version}.tar.xz
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=711059
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1103380
|
||||
# https://pagure.io/fedora-workstation/issue/216
|
||||
Patch0: vte291-cntnr-precmd-preexec-scroll.patch
|
||||
|
||||
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
|
|
@ -68,7 +63,7 @@ console/terminal in games, editors, IDEs, etc.
|
|||
Summary: GTK4 terminal emulator library
|
||||
|
||||
# libvte-2.91.so is generated from LGPLv2+ and MIT sources
|
||||
License: LGPLv3+ and MIT
|
||||
License: LGPL-3.0-or-later AND MIT AND X11
|
||||
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
|
@ -179,6 +174,21 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
|
|||
%{_sysconfdir}/profile.d/vte.sh
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2025 nmontero <nmontero@redhat.com> - 0.76.6-1
|
||||
- Update to 0.76.6
|
||||
|
||||
* Fri Sep 27 2024 David King <amigadave@amigadave.com> - 0.76.4-1
|
||||
- Update to 0.76.4
|
||||
|
||||
* Mon Jun 10 2024 David King <amigadave@amigadave.com> - 0.76.3-1
|
||||
- Update to 0.76.3
|
||||
|
||||
* Fri Jun 07 2024 David King <amigadave@amigadave.com> - 0.76.2-2
|
||||
- Use updated notification patches from ptyxis
|
||||
|
||||
* Tue May 28 2024 David King <amigadave@amigadave.com> - 0.76.2-1
|
||||
- Update to 0.76.2
|
||||
|
||||
* Fri May 03 2024 David King <amigadave@amigadave.com> - 0.76.1-1
|
||||
- Update to 0.76.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue