Accepting request 134953 from home:Zaitor:branches:GNOME:Factory
Split out new subpackage as suggest in review OBS-URL: https://build.opensuse.org/request/show/134953 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=171
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fe4b31a27ee1b172d6c948fedcfc2f8b3dd09da035e317b53c6fa2a96c7abc0
|
||||
size 4979108
|
3
nautilus-3.5.92.tar.xz
Normal file
3
nautilus-3.5.92.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53790e203d13062fc9717f2b38d3d20f8f30717ee15ddc5141bbf35c20bc5382
|
||||
size 4946260
|
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 07:52:25 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.5.92:
|
||||
+ Add a Shell search results provider.
|
||||
+ Add a NautilusDirectory-based search engine implementation for
|
||||
network directories.
|
||||
+ Improve performance and stability of the search engine.
|
||||
+ Change the Type column to only show basic type information.
|
||||
+ Preserve view selection when exiting search.
|
||||
+ Use a symbolic icon for the location entry.
|
||||
+ Fix wrong order of files when searching in canvas view.
|
||||
+ Fix inability to drop on current directory in list view.
|
||||
+ Fix crash when trying to undo failed directory creations.
|
||||
+ Fix positioning of detached tabs.
|
||||
+ Fix symlink creation for remote shares.
|
||||
+ Fix duplicate entries in the sidebar.
|
||||
+ Fix inability to clear entry in Connect to Server dialog.
|
||||
+ Fix view selector flashing while switching views.
|
||||
+ Plug a number of memory leaks.
|
||||
+ Tweak the color scheme for the pie chart in mount properties.
|
||||
+ Remove the SELinux context column for list view.
|
||||
- Create a gnome-shell-search-provider-nautilus subpackage, for
|
||||
the new GNOME Shell search provider D-Bus service.
|
||||
- Add gnome-shell BuildRequires to own new folders.
|
||||
- Drop check for obsolete versions of opensuse.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 15:14:41 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nautilus
|
||||
Version: 3.5.91
|
||||
Version: 3.5.92
|
||||
Release: 0
|
||||
Summary: File Manager for the GNOME Desktop
|
||||
License: GPL-2.0+
|
||||
@@ -35,6 +35,8 @@ BuildRequires: dbus-1
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-icon-theme
|
||||
BuildRequires: gnome-patch-translation
|
||||
# needed for directory ownership
|
||||
BuildRequires: gnome-shell
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
@@ -83,6 +85,19 @@ Nautilus is the file manager for the GNOME desktop.
|
||||
This package provides the GObject Introspection bindings for the library
|
||||
used by nautilus extensions.
|
||||
|
||||
%package -n gnome-shell-search-provider-nautilus
|
||||
Summary: File Manager for the GNOME Desktop -- Search Provider for GNOME Shell
|
||||
Group: Productivity/File utilities
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-shell
|
||||
Supplements: packageand(%{name}:gnome-shell)
|
||||
|
||||
%description -n gnome-shell-search-provider-nautilus
|
||||
Nautilus is the file manager for the GNOME desktop.
|
||||
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
search results from Files (nautilus)
|
||||
|
||||
%package devel
|
||||
Summary: File Manager for the GNOME Desktop -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
@@ -112,13 +127,6 @@ translation-update-upstream
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/{*.*a,nautilus/extensions-3.0/*.la}
|
||||
%suse_update_desktop_file nautilus
|
||||
%suse_update_desktop_file nautilus-autorun-software
|
||||
@@ -160,7 +168,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/nautilus.*
|
||||
%{_datadir}/mime/packages/nautilus.xml
|
||||
%{_datadir}/nautilus/
|
||||
%dir %{_libdir}/nautilus
|
||||
@@ -179,6 +186,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/Nautilus-3.0.typelib
|
||||
|
||||
%files -n gnome-shell-search-provider-nautilus
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/dbus-1/services/org.gnome.Nautilus.SearchProvider.service
|
||||
%{_datadir}/gnome-shell/search-providers/nautilus-search-provider.ini
|
||||
%{_libexecdir}/nautilus-shell-search-provider
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user