Update to 3.37.90
- Rebase the patches
This commit is contained in:
parent
f30999752f
commit
cdb74c3dd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -100,3 +100,4 @@ gnome-terminal-2.31.3.tar.bz2
|
||||
/gnome-terminal-3.36.1.tar.xz
|
||||
/gnome-terminal-3.36.1.1.tar.xz
|
||||
/gnome-terminal-3.36.2.tar.xz
|
||||
/gnome-terminal-3.37.90.tar.xz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,23 +2,24 @@
|
||||
|
||||
%global gettext_version 0.19.8
|
||||
%define glib2_version 2.52.0
|
||||
%define gtk3_version 3.22.27
|
||||
%define vte_version 0.60.1
|
||||
%define gtk3_version 3.24.0
|
||||
%define vte_version 0.61.90
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.36.2
|
||||
Version: 3.37.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator for GNOME
|
||||
|
||||
License: GPLv3+ and GFDL and LGPLv2+
|
||||
URL: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/gnome-terminal/3.36/gnome-terminal-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-terminal/3.37/gnome-terminal-%{version}.tar.xz
|
||||
Source1: org.gnome.Terminal.gschema.override
|
||||
|
||||
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
|
||||
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
||||
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
@ -29,6 +30,7 @@ BuildRequires: autoconf automake libtool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: dconf-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: nautilus-devel
|
||||
BuildRequires: gnome-shell
|
||||
BuildRequires: pcre2-devel
|
||||
@ -100,6 +102,7 @@ make check
|
||||
%{_datadir}/gnome-shell
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Terminal.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Terminal-symbolic.svg
|
||||
%{_datadir}/man/man1/gnome-terminal.1*
|
||||
%{_userunitdir}/gnome-terminal-server.service
|
||||
|
||||
%files nautilus
|
||||
@ -107,6 +110,10 @@ make check
|
||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Sat Sep 26 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.90-1
|
||||
- Update to 3.37.90
|
||||
- Rebase the patches
|
||||
|
||||
* Fri Sep 25 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.2-1
|
||||
- Update to 3.36.2
|
||||
- Rebase the patches
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-terminal-3.36.2.tar.xz) = 0d691452456dd495b812332f206b6f8a590f67d47a6afce582b2ff0587747c36cb1eaf249080c6a3c3540ef22a50628801165d6c17eeb1b821eea1e244f79a91
|
||||
SHA512 (gnome-terminal-3.37.90.tar.xz) = b0a14c372e896c1b959b3efe3c088a5e5d8f5678d089b6e8f98ae2da6be61408448f0afd16c97d3248a6963f9329b4833648148dae59ced796c4a8e4f9f39363
|
||||
|
Loading…
Reference in New Issue
Block a user