Update to 3.35.91
- Rebase the patches - Backport yet-to-be-released patches from upstream to avoid translation conflicts
This commit is contained in:
parent
a640932ecb
commit
c1dca12eeb
1
.gitignore
vendored
1
.gitignore
vendored
@ -94,3 +94,4 @@ gnome-terminal-2.31.3.tar.bz2
|
||||
/gnome-terminal-3.34.1.tar.xz
|
||||
/gnome-terminal-3.34.2.tar.xz
|
||||
/gnome-terminal-3.35.1.tar.xz
|
||||
/gnome-terminal-3.35.91.tar.xz
|
||||
|
30673
gnome-terminal-backports-from-upstream.patch
Normal file
30673
gnome-terminal-backports-from-upstream.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,13 @@
|
||||
%define gettext_package gnome-terminal
|
||||
|
||||
%global gettext_version 0.19.8
|
||||
%define glib2_version 2.50.0
|
||||
%define gtk3_version 3.22.27
|
||||
%define vte_version 0.59.0
|
||||
%define vte_version 0.59.91
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.35.1
|
||||
Version: 3.35.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator for GNOME
|
||||
|
||||
@ -15,6 +16,8 @@ URL: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/gnome-terminal/3.35/gnome-terminal-%{version}.tar.xz
|
||||
Source1: org.gnome.Terminal.gschema.override
|
||||
|
||||
Patch0: gnome-terminal-backports-from-upstream.patch
|
||||
|
||||
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
|
||||
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
||||
|
||||
@ -23,8 +26,7 @@ BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
BuildRequires: vte291-devel >= %{vte_version}
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext-devel >= %{gettext_version}
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: dconf-devel
|
||||
@ -59,6 +61,7 @@ option to the right-click context menu in Nautilus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .backports
|
||||
%patch100 -p1 -b .cntr-ntfy-autottl-ts
|
||||
%patch101 -p1 -b .warnings
|
||||
|
||||
@ -106,6 +109,12 @@ make check
|
||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Fri Feb 28 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.91-1
|
||||
- Update to 3.35.91
|
||||
- Rebase the patches
|
||||
- Backport yet-to-be-released patches from upstream to avoid translation
|
||||
conflicts
|
||||
|
||||
* Fri Feb 28 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.1-1
|
||||
- Update to 3.35.1
|
||||
- Rebase the patches
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-terminal-3.35.1.tar.xz) = 5a0ce3014f577e35a9c4d20b80dea9d36b76ffb7f275047a6caa10cf508f1e239dddb197b0dd3345be95f789b94fee87cff99475435d315807612c830ed033ff
|
||||
SHA512 (gnome-terminal-3.35.91.tar.xz) = de97d988db6af4c05058ea7eb38d91338aa33a06894c61dd7b1b4cb2d0a19e28e6a1b3a5232929d4ecc3514d61c84bb8413e299e9399a85b4e117fdd73d9cdaa
|
||||
|
Loading…
Reference in New Issue
Block a user