Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=286
This commit is contained in:
commit
2393962326
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<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">disable</param>
|
||||
<param name="revision">3.54.0</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</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">204c2432fd2391db2fd35e6bbc46aed65559dde5</param></service></servicedata>
|
3
gnome-terminal-3.52.2.obscpio
Normal file
3
gnome-terminal-3.52.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ac3947b1d545d2c1ed1c728931a4e0ed0f89160e2dd266cf6902b110df398a1
|
||||
size 14371341
|
3
gnome-terminal-3.54.0.obscpio
Normal file
3
gnome-terminal-3.54.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db3c64b2e13cd8480b8a57fe0dd71f7b0d2c26ebfbff448dc604c2a89ddb21fd
|
||||
size 14374925
|
2701
gnome-terminal.changes
Normal file
2701
gnome-terminal.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
gnome-terminal.obsinfo
Normal file
4
gnome-terminal.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gnome-terminal
|
||||
version: 3.54.0
|
||||
mtime: 1726342421
|
||||
commit: 965cb9307713c618253918633416fcad86bcc5d2
|
150
gnome-terminal.spec
Normal file
150
gnome-terminal.spec
Normal file
@ -0,0 +1,150 @@
|
||||
#
|
||||
# spec file for package gnome-terminal
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without nautilus_extension
|
||||
Name: gnome-terminal
|
||||
Version: 3.54.0
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/X11/Terminals
|
||||
URL: https://wiki.gnome.org/Apps/Terminal
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
# Needed for search provider. It should not be needed in my opinion,
|
||||
# we have to take this up with upstream, or just provide search
|
||||
# provider interface definition file as source.
|
||||
BuildRequires: gnome-shell
|
||||
BuildRequires: meson >= 0.62.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(dconf) >= 0.14.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.52.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.76.0
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.7
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
%if %{with nautilus_extension}
|
||||
BuildRequires: pkgconfig(libnautilus-extension-4)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.76.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires(pre): filesystem
|
||||
|
||||
%description
|
||||
This package provides the GNOME terminal emulator application.
|
||||
|
||||
GNOME Terminal uses an architecture with a background process
|
||||
managing all open terminal windows, which is beneficial to
|
||||
memory consumption.
|
||||
|
||||
%package -n gnome-shell-search-provider-gnome-terminal
|
||||
Summary: GNOME Terminal Search Provider for GNOME Shell
|
||||
Group: System/X11/Terminals
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: (gnome-shell and %{name})
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n gnome-shell-search-provider-gnome-terminal
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
search results from GNOME Terminal.
|
||||
|
||||
%package -n nautilus-extension-terminal
|
||||
Summary: Nautilus extension adding "Open Terminal" as folder action
|
||||
Group: System/GUI/GNOME
|
||||
Supplements: (nautilus and %{name})
|
||||
# nautilus-open-terminal was merged into gnome-terminal source during 3.9 development.
|
||||
Provides: nautilus-open-terminal = %{version}
|
||||
Obsoletes: nautilus-open-terminal < %{version}
|
||||
|
||||
%description -n nautilus-extension-terminal
|
||||
This is a nautilus extension that allows you to open a terminal in
|
||||
arbitrary folders.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%if %{with nautilus_extension}
|
||||
-Dnautilus_extension=true
|
||||
%else
|
||||
-Dnautilus_extension=false
|
||||
%endif
|
||||
%meson_build
|
||||
|
||||
%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}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Terminal*.metainfo.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.desktop
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.Preferences.desktop
|
||||
desktop-file-validate %{buildroot}%{_datadir}/xdg-terminals/org.gnome.Terminal.desktop
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/gnome-terminal
|
||||
%{_datadir}/metainfo/org.gnome.Terminal.metainfo.xml
|
||||
%{_datadir}/applications/org.gnome.Terminal.desktop
|
||||
%{_datadir}/applications/org.gnome.Terminal.Preferences.desktop
|
||||
%dir %{_datadir}/xdg-terminals
|
||||
%{_datadir}/xdg-terminals/org.gnome.Terminal.desktop
|
||||
%{_libexecdir}/gnome-terminal-server
|
||||
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
|
||||
%{_userunitdir}/gnome-terminal-server.service
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Terminal*.svg
|
||||
%{_mandir}/man1/gnome-terminal.1%{?ext_man}
|
||||
%dir %{_libdir}/gnome-terminal
|
||||
%{_libdir}/gnome-terminal/gschemas.compiled
|
||||
%{_libexecdir}/gnome-terminal-preferences
|
||||
|
||||
%files -n gnome-shell-search-provider-gnome-terminal
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini
|
||||
|
||||
%if %{with nautilus_extension}
|
||||
%files -n nautilus-extension-terminal
|
||||
%{_libdir}/nautilus/extensions-4/libterminal-nautilus.so
|
||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
%endif
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user