Accepting request 481804 from GNOME:Next
Update to 3.24.0 - Removed the traces of the meson experiments OBS-URL: https://build.opensuse.org/request/show/481804 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=273
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:310082c83265d5394cd23f9264832b6e1bdcb4945739b3e7746b9910f4684b71
|
|
||||||
size 5154868
|
|
3
nautilus-3.24.0.tar.xz
Normal file
3
nautilus-3.24.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a499247caff3c02437c0ad955f043e675a056912d8553d9c9783c762f5dbbbd
|
||||||
|
size 5151796
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 21 14:20:34 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.24.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 17 23:22:54 UTC 2017 - zaitor@opensuse.org
|
Fri Mar 17 23:22:54 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
@@ -6,8 +12,6 @@ Fri Mar 17 23:22:54 UTC 2017 - zaitor@opensuse.org
|
|||||||
+ Improve meson build.
|
+ Improve meson build.
|
||||||
+ Selection and menus fixed for the experimental icon view.
|
+ Selection and menus fixed for the experimental icon view.
|
||||||
+ Make Nautilus work with Flatpak and Builder.
|
+ Make Nautilus work with Flatpak and Builder.
|
||||||
- Switch back to autotools build again. Disable meson BuildRequires
|
|
||||||
and meson macros.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 4 14:26:19 UTC 2017 - dimstar@opensuse.org
|
Sat Mar 4 14:26:19 UTC 2017 - dimstar@opensuse.org
|
||||||
@@ -23,12 +27,6 @@ Sat Mar 4 14:26:19 UTC 2017 - dimstar@opensuse.org
|
|||||||
time.
|
time.
|
||||||
+ Fix Nautilus tests with extexnsions points.
|
+ Fix Nautilus tests with extexnsions points.
|
||||||
+ Fix crash on desktop when refreshing.
|
+ 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
|
Wed Feb 15 09:20:18 UTC 2017 - dimstar@opensuse.org
|
||||||
|
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
Version: 3.23.92
|
Version: 3.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File Manager for the GNOME Desktop
|
Summary: File Manager for the GNOME Desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/nautilus/3.23/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/nautilus/3.24/%{name}-%{version}.tar.xz
|
||||||
# fate#308344 bgo#602147
|
# fate#308344 bgo#602147
|
||||||
Source1: mount-archive.desktop
|
Source1: mount-archive.desktop
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@@ -34,9 +34,8 @@ BuildRequires: gobject-introspection-devel
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool >= 0.50
|
BuildRequires: intltool >= 0.50
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
#BuildRequires: meson >= 0.38
|
|
||||||
# We need the %%mime_database_* macros
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
# We need the %%mime_database_* macros
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(exempi-2.0) >= 2.1.0
|
BuildRequires: pkgconfig(exempi-2.0) >= 2.1.0
|
||||||
@@ -110,22 +109,17 @@ This package contains development files for nautilus.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#sed -i "/git/d" meson.build
|
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#%%meson \
|
|
||||||
# -D enable-gtk-doc=true
|
|
||||||
#%%meson_build
|
|
||||||
%configure\
|
%configure\
|
||||||
--disable-update-mimedb \
|
--disable-update-mimedb \
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
#%%meson_install
|
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%suse_update_desktop_file org.gnome.Nautilus
|
%suse_update_desktop_file org.gnome.Nautilus
|
||||||
|
Reference in New Issue
Block a user