Accepting request 963602 from GNOME:Factory
GNOME 42 - ready for impact OBS-URL: https://build.opensuse.org/request/show/963602 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=141
This commit is contained in:
commit
dd50823350
@ -1,47 +0,0 @@
|
|||||||
From 9a168cc23962ce9fa106dc8a40407d381a3db403 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Christian Persch <chpe@src.gnome.org>
|
|
||||||
Date: Fri, 14 Jan 2022 11:33:32 +0100
|
|
||||||
Subject: [PATCH] build: Fix for newer meson
|
|
||||||
|
|
||||||
---
|
|
||||||
data/meson.build | 5 +----
|
|
||||||
1 file changed, 1 insertion(+), 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/meson.build b/data/meson.build
|
|
||||||
index 79d97e5b..e0bcbb91 100644
|
|
||||||
--- a/data/meson.build
|
|
||||||
+++ b/data/meson.build
|
|
||||||
@@ -18,7 +18,6 @@
|
|
||||||
metainfodir = gt_datadir / 'metainfo'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- gt_dns_name + '.metainfo.xml',
|
|
||||||
input: gt_dns_name + '.metainfo.xml.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
po_dir: po_dir,
|
|
||||||
@@ -27,7 +26,6 @@ i18n.merge_file(
|
|
||||||
)
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- gt_dns_name + '.Nautilus.metainfo.xml',
|
|
||||||
input: gt_dns_name + '.Nautilus.metainfo.xml.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
po_dir: po_dir,
|
|
||||||
@@ -40,7 +38,6 @@ i18n.merge_file(
|
|
||||||
desktopdatadir = gt_datadir / 'applications'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- gt_dns_name + '.desktop',
|
|
||||||
input: gt_dns_name + '.desktop.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
type: 'desktop',
|
|
||||||
@@ -57,4 +54,4 @@ meson.add_install_script(
|
|
||||||
|
|
||||||
# Subdirs
|
|
||||||
|
|
||||||
-subdir('icons')
|
|
||||||
\ No newline at end of file
|
|
||||||
+subdir('icons')
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="disabled">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="revision">refs/tags/3.43.90</param>
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime" />
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
||||||
|
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
||||||
|
<param name="changesrevision">d533f7704815e079ba667799dba9f4104f2775df</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a9c8e5ef7a3a73b246a947e1190bb08ec98935af860cf0b3aa2fbf4606817a0
|
|
||||||
size 1806388
|
|
3
gnome-terminal-3.43.90.obscpio
Normal file
3
gnome-terminal-3.43.90.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d6790fa08f824436d8a59c4243f15b9b68d991d725c93e3b2eadbe9345e9c8a
|
||||||
|
size 13547533
|
@ -1,9 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 12 19:15:20 UTC 2022 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.43.90:
|
||||||
|
* Revert "screen: Use clean env when creating new tab"
|
||||||
|
* nautilus:
|
||||||
|
- Work around gtk_get_current_event_time() absence on gtk4
|
||||||
|
- Undef gtk min/max version defines
|
||||||
|
* regex: Fix path-less URL recognition
|
||||||
|
* Revert "regex: Workaround a PCRE bug resulting in not
|
||||||
|
recognizing schemeless URLs"
|
||||||
|
* build: Fix for newer meson
|
||||||
|
* Updated translations.
|
||||||
|
- Switch to using source service checkout of released tag, upstream
|
||||||
|
is not making News/Changelog/Release Notes available, so doing it
|
||||||
|
this way is simpler.
|
||||||
|
- Drop 9a168cc23962ce9fa106dc8a40407d381a3db403.patch: Fixed
|
||||||
|
upstream.
|
||||||
|
- Switch bcond_with to bcond_without for nautilus_extension,
|
||||||
|
nautilus was reverted to gtk3 again for this release cycle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 2 07:16:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Feb 2 07:16:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
- Add 9a168cc23962ce9fa106dc8a40407d381a3db403.patch: Fix build
|
- Add 9a168cc23962ce9fa106dc8a40407d381a3db403.patch: Fix build
|
||||||
with meson 0.61.0 and newer.
|
with meson 0.61.0 and newer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 12 14:41:17 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Temporarily disable nautilus extension: not yet compatible to
|
||||||
|
Nautilus/GTK4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 17:36:20 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Dec 4 17:36:20 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
gnome-terminal.obsinfo
Normal file
4
gnome-terminal.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gnome-terminal
|
||||||
|
version: 3.43.90
|
||||||
|
mtime: 1644691524
|
||||||
|
commit: d533f7704815e079ba667799dba9f4104f2775df
|
@ -16,16 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without nautilus_extension
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.42.2
|
Version: 3.43.90
|
||||||
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.42/%{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM 9a168cc23962ce9fa106dc8a40407d381a3db403.patch -- Fix build with meson 0.61.0 and newer
|
|
||||||
Patch0: https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/9a168cc23962ce9fa106dc8a40407d381a3db403.patch
|
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -44,7 +43,9 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.50
|
BuildRequires: pkgconfig(glib-2.0) >= 2.50
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
|
||||||
|
%if %{with nautilus_extension}
|
||||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.28.0
|
BuildRequires: pkgconfig(libnautilus-extension) >= 3.28.0
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(vte-2.91) >= 0.66.0
|
BuildRequires: pkgconfig(vte-2.91) >= 0.66.0
|
||||||
@ -82,18 +83,25 @@ arbitrary folders.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson \
|
||||||
|
%if %{with nautilus_extension}
|
||||||
|
-Dnautilus_extension=true
|
||||||
|
%else
|
||||||
|
-Dnautilus_extension=false
|
||||||
|
%endif
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
%if ! %{with nautilus_extension}
|
||||||
|
rm %{buildroot}/usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||||
|
%endif
|
||||||
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog
|
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_bindir}/gnome-terminal
|
%{_bindir}/gnome-terminal
|
||||||
%{_datadir}/metainfo/org.gnome.Terminal.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Terminal.metainfo.xml
|
||||||
@ -112,9 +120,11 @@ arbitrary folders.
|
|||||||
%dir %{_datadir}/gnome-shell/search-providers
|
%dir %{_datadir}/gnome-shell/search-providers
|
||||||
%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini
|
%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini
|
||||||
|
|
||||||
|
%if %{with nautilus_extension}
|
||||||
%files -n nautilus-extension-terminal
|
%files -n nautilus-extension-terminal
|
||||||
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
|
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
|
||||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||||
|
%endif
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user