!11 Update to 0.70.2
From: @dwl301 Reviewed-by: @zhang__3125 Signed-off-by: @zhang__3125
This commit is contained in:
commit
23b76e4745
Binary file not shown.
BIN
vte-0.70.2.tar.xz
Normal file
BIN
vte-0.70.2.tar.xz
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
26
vte291.spec
26
vte291.spec
@ -4,27 +4,29 @@
|
||||
%global glib2_version 2.52.0
|
||||
%global gnutls_version 3.2.7
|
||||
%global gtk3_version 3.24.22
|
||||
%global gtk4_version 4.0.1
|
||||
%global icu_uc_version 4.8
|
||||
%global libsystemd_version 220
|
||||
%global pango_version 1.22.0
|
||||
%global pcre2_version 10.21
|
||||
|
||||
Name: vte291
|
||||
Version: 0.68.0
|
||||
Version: 0.70.2
|
||||
Release: 1
|
||||
Summary: Virtual terminal widget
|
||||
License: LGPLv3+ and MIT
|
||||
URL: https://wiki.gnome.org/Apps/Terminal/VTE
|
||||
Source0: https://download.gnome.org/sources/vte/0.68/vte-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/vte/0.70/vte-%{version}.tar.xz
|
||||
Patch0: vte291-cntnr-precmd-preexec-scroll.patch
|
||||
|
||||
BuildRequires: gcc-c++ gettext gobject-introspection-devel gperf vala systemd gtk-doc meson
|
||||
BuildRequires: gcc-c++ gettext gi-docgen gobject-introspection-devel gperf meson systemd vala
|
||||
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gnutls) >= %{gnutls_version}
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||
BuildRequires: pkgconfig(icu-uc) >= %{icu_uc_version}
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= %{pcre2_version}
|
||||
BuildRequires: pkgconfig(libsystemd) >= %{libsystemd_version}
|
||||
@ -44,6 +46,8 @@ Requires: vte-profile
|
||||
Conflicts: gnome-terminal < 3.20.1-2 vte3 < 0.36.1-3
|
||||
Provides: vte-profile = %{version}-%{release}
|
||||
Obsoletes: vte-profile < %{version}-%{release}
|
||||
Provides: vte291-gtk4%{?_isa} = %{version}-%{release}
|
||||
Provides: vte291-gtk4 = %{version}-%{release}
|
||||
|
||||
%description
|
||||
VTE provides a virtual terminal widget for GTK applications.VTE
|
||||
@ -54,6 +58,8 @@ console/terminal in games, editors, IDEs, etc.
|
||||
Summary: Development files for %{name}
|
||||
License: GPLv3+ and LGPLv3+
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: vte291-gtk4-devel%{?_isa} = %{version}-%{release}
|
||||
Provides: vte291-gtk4-devel = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The package contains libraries and header files for developing applications that use vte291.
|
||||
@ -68,7 +74,7 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
|
||||
%endif
|
||||
|
||||
%build
|
||||
%meson --buildtype=plain -Ddocs=true
|
||||
%meson --buildtype=plain -Ddocs=true -Dgtk3=true -Dgtk4=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -80,6 +86,7 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
|
||||
%license COPYING.LGPL3
|
||||
%license COPYING.XTERM
|
||||
%{_libdir}/libvte-%{apiver}.so.0*
|
||||
%{_libdir}/libvte-%{apiver}-gtk4.so.0*
|
||||
%{_libdir}/girepository-1.0/
|
||||
%{_libexecdir}/vte-urlencode-cwd
|
||||
%{_sysconfdir}/profile.d/vte.csh
|
||||
@ -87,19 +94,28 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
|
||||
%{_userunitdir}/vte-spawn-.scope.d
|
||||
|
||||
%files devel
|
||||
%license COPYING.GPL3
|
||||
%{_bindir}/vte-%{apiver}
|
||||
%{_bindir}/vte-%{apiver}-gtk4
|
||||
%{_includedir}/vte-%{apiver}/
|
||||
%{_includedir}/vte-%{apiver}-gtk4/
|
||||
%{_libdir}/libvte-%{apiver}.so
|
||||
%{_libdir}/libvte-%{apiver}-gtk4.so
|
||||
%{_libdir}/pkgconfig/vte-%{apiver}.pc
|
||||
%{_libdir}/pkgconfig/vte-%{apiver}-gtk4.pc
|
||||
%{_datadir}/gir-1.0/
|
||||
%{_datadir}/glade/
|
||||
%{_datadir}/vala/
|
||||
|
||||
%files help
|
||||
%doc README.md
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
%doc %{_datadir}/doc/vte-2.91/
|
||||
%doc %{_datadir}/doc/vte-2.91-gtk4/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.70.2-1
|
||||
- Upgrade to 0.70.2
|
||||
|
||||
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 0.68.0-1
|
||||
- Update to 0.68.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user