Accepting request 735069 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735069 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=218
This commit is contained in:
parent
b7432455ed
commit
58b80fa4cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:759a2b093ca606107eb8fb53e407cdf9adce76ccee33f9fa0cd76bf594bd106a
|
|
||||||
size 2039236
|
|
3
gnome-terminal-3.34.0.tar.xz
Normal file
3
gnome-terminal-3.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85a60f8344118669396504e28245e7e03bc7d80e6749367148266b7763de8a71
|
||||||
|
size 2045712
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 19:57:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.34.0:
|
||||||
|
+ build: Fix ChangeLog rule to work on a git worktree.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 12:35:50 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.33.90:
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 3.33.3:
|
||||||
|
+ profile: Add hidden BiDi and shaping preferences.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 6 20:42:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon May 6 20:42:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
@ -19,6 +35,7 @@ Tue Apr 9 07:19:18 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
- Fix pref-profiles.page to validate.
|
- Fix pref-profiles.page to validate.
|
||||||
+ window: Show last tab's accel in the tab menu.
|
+ window: Show last tab's accel in the tab menu.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 03:32:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Mar 11 03:32:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,16 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.32.2
|
Version: 3.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Terminal
|
Summary: GNOME Terminal
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/X11/Terminals
|
Group: System/X11/Terminals
|
||||||
URL: https://wiki.gnome.org/Apps/Terminal
|
URL: https://wiki.gnome.org/Apps/Terminal
|
||||||
Source0: https://download.gnome.org/sources/gnome-terminal/3.32/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-terminal/3.34/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# Needed for search provider. It should not be needed in my opionion, we have to take this up with upstream, or just provide search provider interface definition file as source.
|
# Needed for search provider. It should not be needed in my opionion,
|
||||||
|
# we have to take this up with upstream, or just provide search
|
||||||
|
# provider interface definition file as source.
|
||||||
BuildRequires: gnome-shell
|
BuildRequires: gnome-shell
|
||||||
BuildRequires: intltool >= 0.50.1
|
BuildRequires: intltool >= 0.50.1
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -42,7 +44,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
|||||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(vte-2.91) >= 0.56.2
|
BuildRequires: pkgconfig(vte-2.91) >= 0.58.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires(pre): filesystem
|
Requires(pre): filesystem
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
@ -86,12 +88,13 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%if !0%{?sle_version}
|
%if !0%{?sle_version}
|
||||||
--disable-migration \
|
--disable-migration \
|
||||||
%endif
|
%endif
|
||||||
--with-gtk=3.0 \
|
--with-gtk=3.0 \
|
||||||
--with-nautilus-extension
|
--with-nautilus-extension \
|
||||||
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user