Automatic title updates, and re-written command-notify patches
... and backports of yet-to-be-released patches from upstream to avoid translation conflicts.
This commit is contained in:
parent
37e21e8b1e
commit
9f999add96
3279
gnome-terminal-backports-from-upstream.patch
Normal file
3279
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
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.32.0
|
Version: 3.32.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Terminal emulator for GNOME
|
Summary: Terminal emulator for GNOME
|
||||||
|
|
||||||
License: GPLv3+ and GFDL and LGPLv2+
|
License: GPLv3+ and GFDL and LGPLv2+
|
||||||
@ -15,6 +15,8 @@ URL: http://www.gnome.org/
|
|||||||
Source0: http://download.gnome.org/sources/gnome-terminal/3.32/gnome-terminal-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-terminal/3.32/gnome-terminal-%{version}.tar.xz
|
||||||
Source1: org.gnome.Terminal.gschema.override
|
Source1: org.gnome.Terminal.gschema.override
|
||||||
|
|
||||||
|
Patch0: gnome-terminal-backports-from-upstream.patch
|
||||||
|
|
||||||
Patch100: gnome-terminal-notify-open-title-transparency.patch
|
Patch100: gnome-terminal-notify-open-title-transparency.patch
|
||||||
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
||||||
|
|
||||||
@ -59,6 +61,7 @@ option to the right-click context menu in Nautilus.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .backports
|
||||||
%patch100 -p1 -b .notify-open-title-transparency
|
%patch100 -p1 -b .notify-open-title-transparency
|
||||||
%patch101 -p1 -b .warnings
|
%patch101 -p1 -b .warnings
|
||||||
|
|
||||||
@ -106,6 +109,13 @@ make check
|
|||||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 03 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-2
|
||||||
|
- Automatically update the title with the current foreground process.
|
||||||
|
- Rewrite the command-notify patches to use the interactive shell's precmd and
|
||||||
|
preexec hooks, instead of only the precmd hook and the history.
|
||||||
|
- Backport yet-to-be-released patches from upstream to avoid translation
|
||||||
|
conflicts.
|
||||||
|
|
||||||
* Fri Mar 29 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-1
|
* Fri Mar 29 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-1
|
||||||
- Update to 3.32.0
|
- Update to 3.32.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user