Accepting request 476922 from GNOME:Next

Update to 3.23.91 - switch to meson

OBS-URL: https://build.opensuse.org/request/show/476922
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=271
This commit is contained in:
Dominique Leuenberger 2017-03-04 16:16:14 +00:00 committed by Git OBS Bridge
parent 157f3cd913
commit 1dd226125e
4 changed files with 33 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58813d03798ba95e37b8a2f7d11d752fa75bd8e779c6fa0148c4896a5e6e744a
size 5173048

3
nautilus-3.23.91.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:062d973d45059a15b96b5d2d248c55aa4c13961307d43cb93f20bc9691be85d6
size 3521200

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Mar 4 14:26:19 UTC 2017 - dimstar@opensuse.org
- Update to version 3.23.91:
+ Fix long-time, hard to reproduce, and common crash on desktop
with "auto layout" icons.
+ Port building system to meson.
+ Make F2 toggle between selection modes, full file name or only
file name withouth extension.
+ Recent files are now always files that only the user used,
rather than any program/daemon like Dropbox updating the access
time.
+ Fix Nautilus tests with extexnsions points.
+ Fix crash on desktop when refreshing.
- Use %meson_* macros instead of configure/make/make_install,
following upstreams port.
- Add meson BuildRequires.
- Remove the 'git' call (using sed) from meson.build: we do not
want to update libgd to a random snapshot (and couldn't as we
have no internet connection during build).
-------------------------------------------------------------------
Wed Feb 15 09:20:18 UTC 2017 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: nautilus
Version: 3.23.90
Version: 3.23.91
Release: 0
Summary: File Manager for the GNOME Desktop
License: GPL-2.0+
@ -34,14 +34,15 @@ BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.50
BuildRequires: libselinux-devel
BuildRequires: meson >= 0.38
# We need the %%mime_database_* macros
BuildRequires: pkgconfig
BuildRequires: shared-mime-info
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(exempi-2.0) >= 2.1.0
BuildRequires: pkgconfig(gail-3.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.45.7
BuildRequires: pkgconfig(gnome-autoar-0) >= 0.1
BuildRequires: pkgconfig(glib-2.0) >= 2.51.2
BuildRequires: pkgconfig(gnome-autoar-0) >= 0.2.1
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.8.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.6
@ -109,18 +110,18 @@ This package contains development files for nautilus.
%prep
%setup -q
sed -i "/git/d" meson.build
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure\
--disable-update-mimedb \
--enable-gtk-doc
make %{?_smp_mflags}
%meson \
-D enable-gtk-doc=true
%meson_build
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file org.gnome.Nautilus
%suse_update_desktop_file nautilus-autorun-software