Accepting request 481168 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/481168 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=272
This commit is contained in:
parent
1dd226125e
commit
9005f3b77a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:062d973d45059a15b96b5d2d248c55aa4c13961307d43cb93f20bc9691be85d6
|
||||
size 3521200
|
3
nautilus-3.23.92.tar.xz
Normal file
3
nautilus-3.23.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:310082c83265d5394cd23f9264832b6e1bdcb4945739b3e7746b9910f4684b71
|
||||
size 5154868
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 23:22:54 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.23.92:
|
||||
+ Fix count progress in operations when skipping files.
|
||||
+ Improve meson build.
|
||||
+ Selection and menus fixed for the experimental icon view.
|
||||
+ 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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nautilus
|
||||
Version: 3.23.91
|
||||
Version: 3.23.92
|
||||
Release: 0
|
||||
Summary: File Manager for the GNOME Desktop
|
||||
License: GPL-2.0+
|
||||
@ -34,7 +34,7 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool >= 0.50
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: meson >= 0.38
|
||||
#BuildRequires: meson >= 0.38
|
||||
# We need the %%mime_database_* macros
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: shared-mime-info
|
||||
@ -110,18 +110,23 @@ This package contains development files for nautilus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i "/git/d" meson.build
|
||||
#sed -i "/git/d" meson.build
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D enable-gtk-doc=true
|
||||
%meson_build
|
||||
#%%meson \
|
||||
# -D enable-gtk-doc=true
|
||||
#%%meson_build
|
||||
%configure\
|
||||
--disable-update-mimedb \
|
||||
--enable-gtk-doc
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
#%%meson_install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file org.gnome.Nautilus
|
||||
%suse_update_desktop_file nautilus-autorun-software
|
||||
|
Loading…
Reference in New Issue
Block a user