Accepting request 1088670 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1088670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=205
This commit is contained in:
commit
cf5f88b995
@ -1,9 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Archive Mounter
|
|
||||||
Exec=/usr/lib/gvfs/gvfsd-archive file=%u
|
|
||||||
MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/zip;
|
|
||||||
Terminal=false
|
|
||||||
StartupNotify=false
|
|
||||||
Type=Application
|
|
||||||
NoDisplay=true
|
|
||||||
OnlyShowIn=GNOME;
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 13 03:58:54 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Drop mount-archive.desktop. This was a feature based on
|
||||||
|
FATE#308344 and bgo#602147. However, the provided functionality
|
||||||
|
of mounting archives through gvfsd-archive has been broken for a
|
||||||
|
long time due to the Exec line pointing to a non-existent path
|
||||||
|
(/usr/lib/gvfs/gvfsd-archive, rather than /usr/libexec/...).
|
||||||
|
Besides, there is a similar functionality which allow users to
|
||||||
|
see the content of archives, without extracting them, through
|
||||||
|
File Roller that serves as a replacement.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 10 17:25:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed May 10 17:25:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -24,10 +24,8 @@ License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://wiki.gnome.org/Apps/Nautilus
|
URL: https://wiki.gnome.org/Apps/Nautilus
|
||||||
Source0: https://download.gnome.org/sources/nautilus/44/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/nautilus/44/%{name}-%{version}.tar.xz
|
||||||
# fate#308344 bgo#602147
|
Source1: set_trusted.desktop
|
||||||
Source1: mount-archive.desktop
|
Source2: set_trusted.sh
|
||||||
Source2: set_trusted.desktop
|
|
||||||
Source3: set_trusted.sh
|
|
||||||
|
|
||||||
# PATCH-FIX-UPSTREAM 0e5b4c34.patch -- general: Use GtkSwitch active property consistently
|
# PATCH-FIX-UPSTREAM 0e5b4c34.patch -- general: Use GtkSwitch active property consistently
|
||||||
Patch1: https://gitlab.gnome.org/GNOME/nautilus/-/commit/0e5b4c34.patch
|
Patch1: https://gitlab.gnome.org/GNOME/nautilus/-/commit/0e5b4c34.patch
|
||||||
@ -64,13 +62,13 @@ BuildRequires: pkgconfig(libselinux)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8
|
||||||
BuildRequires: pkgconfig(pango) >= 1.44.4
|
BuildRequires: pkgconfig(pango) >= 1.44.4
|
||||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||||
Requires: tracker-miner-files >= 2.99
|
|
||||||
Recommends: gvfs
|
|
||||||
# Needed for tests
|
# Needed for tests
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
BuildRequires: tracker
|
BuildRequires: tracker
|
||||||
BuildRequires: tracker-miner-files >= 2.99
|
BuildRequires: tracker-miner-files >= 2.99
|
||||||
#
|
#
|
||||||
|
Requires: tracker-miner-files >= 2.99
|
||||||
|
Recommends: gvfs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nautilus is the file manager for the GNOME desktop.
|
Nautilus is the file manager for the GNOME desktop.
|
||||||
@ -135,20 +133,13 @@ This package contains development files for nautilus.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
|
||||||
%suse_update_desktop_file org.gnome.Nautilus
|
%suse_update_desktop_file org.gnome.Nautilus
|
||||||
%suse_update_desktop_file nautilus-autorun-software
|
%suse_update_desktop_file nautilus-autorun-software
|
||||||
# Install the archive mime handler
|
|
||||||
test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
|
||||||
install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
|
||||||
%suse_update_desktop_file mount-archive
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}%{_prefix}
|
%fdupes %{buildroot}%{_prefix}
|
||||||
%if 0%{?sle_version}
|
%if 0%{?sle_version}
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/skel/.config/autostart
|
install -m0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.config/autostart/set_trusted.desktop
|
||||||
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.config/autostart/set_trusted.desktop
|
install -m0755 -D %{SOURCE2} %{buildroot}%{_bindir}/set_trusted.sh
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
|
||||||
install -m0755 %{SOURCE3} %{buildroot}%{_bindir}/set_trusted.sh
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user