Updating link to change in openSUSE:Factory/nautilus revision 82.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=013ac3718ea67ec546e22119fbc3ee19
This commit is contained in:
parent
eb0bac2f34
commit
f968e28414
@ -29,7 +29,7 @@ Index: nautilus-2.27.1/data/nautilus-search.desktop.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ nautilus-2.27.1/data/nautilus-search.desktop.in
|
+++ nautilus-2.27.1/data/nautilus-search.desktop.in
|
||||||
@@ -0,0 +1,113 @@
|
@@ -0,0 +1,114 @@
|
||||||
+[Desktop Entry]
|
+[Desktop Entry]
|
||||||
+Encoding=UTF-8
|
+Encoding=UTF-8
|
||||||
+Name=Search for Files...
|
+Name=Search for Files...
|
||||||
@ -140,6 +140,7 @@ Index: nautilus-2.27.1/data/nautilus-search.desktop.in
|
|||||||
+Type=Application
|
+Type=Application
|
||||||
+StartupNotify=true
|
+StartupNotify=true
|
||||||
+Categories=Core;
|
+Categories=Core;
|
||||||
|
+OnlyShowIn=GNOME;
|
||||||
+X-GNOME-Bugzilla-Bugzilla=GNOME
|
+X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
+X-GNOME-Bugzilla-Product=nautilus
|
+X-GNOME-Bugzilla-Product=nautilus
|
||||||
+X-GNOME-Bugzilla-Component=general
|
+X-GNOME-Bugzilla-Component=general
|
||||||
|
26
nautilus-no-disable-deprecated.patch
Normal file
26
nautilus-no-disable-deprecated.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Index: nautilus-2.30.1/configure
|
||||||
|
===================================================================
|
||||||
|
--- nautilus-2.30.1.orig/configure
|
||||||
|
+++ nautilus-2.30.1/configure
|
||||||
|
@@ -19329,7 +19329,7 @@ CORE_CFLAGS="`$PKG_CONFIG --cflags $CORE
|
||||||
|
CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $x_libs"
|
||||||
|
|
||||||
|
|
||||||
|
-DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||||
|
+DISABLE_DEPRECATED_CFLAGS=""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Index: nautilus-2.30.1/configure.in
|
||||||
|
===================================================================
|
||||||
|
--- nautilus-2.30.1.orig/configure.in
|
||||||
|
+++ nautilus-2.30.1/configure.in
|
||||||
|
@@ -339,7 +339,7 @@ AC_SUBST(CORE_CFLAGS)
|
||||||
|
CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $x_libs"
|
||||||
|
AC_SUBST(CORE_LIBS)
|
||||||
|
|
||||||
|
-DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||||
|
+DISABLE_DEPRECATED_CFLAGS=""
|
||||||
|
AC_SUBST(DISABLE_DEPRECATED_CFLAGS)
|
||||||
|
|
||||||
|
dnl Multimedia keys
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 6 10:50:55 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Split out libnautilus-extension1 to reduce packages dependencies.
|
||||||
|
Thanks to Andrea Florio <andrea@opensuse.org>.
|
||||||
|
- Add nautilus-no-disable-deprecated.patch to fix build with recent
|
||||||
|
versions of GTK+ that have more deprecations.
|
||||||
|
- Make the build verbose.
|
||||||
|
- Improve summaries and descriptions.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 14 11:24:19 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Do not change the nautilus-browser, nautilus-computer,
|
||||||
|
nautilus-home, network-scheme .desktop files: they have
|
||||||
|
OnlyShowIn=GNOME and they are not supposed to be visible (but
|
||||||
|
they became visible because we changed them).
|
||||||
|
- Do not change the nautilus .desktop file: it has NoDisplay=true
|
||||||
|
anyway.
|
||||||
|
- Update nautilus-bgo350950-search-desktop.diff to have
|
||||||
|
OnlyShowIn=GNOME; and do not change nautilus-search.desktop with
|
||||||
|
suse_update_dekstop_file since this item is not visible in the
|
||||||
|
menus.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 26 15:59:10 UTC 2010 - sshaw@decriptor.com
|
Wed May 26 15:59:10 UTC 2010 - sshaw@decriptor.com
|
||||||
|
|
||||||
|
@ -44,14 +44,16 @@ BuildRequires: update-desktop-files
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Version: 2.30.1
|
Version: 2.30.1
|
||||||
Release: 3
|
Release: 6
|
||||||
Summary: The GNOME 2.x Desktop File Manager
|
Summary: File Manager for the GNOME Desktop
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
|
||||||
# fate#308344 bgo#602147
|
# fate#308344 bgo#602147
|
||||||
Source1: mount-archive.desktop
|
Source1: mount-archive.desktop
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
# PATCH-FIX-OPENSUSE nautilus-no-disable-deprecated.patch vuntz@opensuse.org -- Do not build with *_DISABLE_DEPRECATED flags
|
||||||
|
Patch0: nautilus-no-disable-deprecated.patch
|
||||||
# PATCH-FIX-UPSTREAM nautilus-bgo350950-search-desktop.diff bgo350950 federico@novell.com -- add a desktop file for Nautilus search interface
|
# PATCH-FIX-UPSTREAM nautilus-bgo350950-search-desktop.diff bgo350950 federico@novell.com -- add a desktop file for Nautilus search interface
|
||||||
Patch4: nautilus-bgo350950-search-desktop.diff
|
Patch4: nautilus-bgo350950-search-desktop.diff
|
||||||
# PATCH-FIX-UPSTREAM nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff bnc117333 bgo350962 bgo581584 federico@novell.com - Use a folder icon instead of a file cabinet window
|
# PATCH-FIX-UPSTREAM nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff bnc117333 bgo350962 bgo581584 federico@novell.com - Use a folder icon instead of a file cabinet window
|
||||||
@ -75,30 +77,38 @@ Obsoletes: nautilus2 < %{version}
|
|||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains Nautilus, the advanced file manager for the GNOME
|
Nautilus is the file manager for the GNOME desktop.
|
||||||
2.x Desktop platform.
|
|
||||||
|
|
||||||
|
%package -n libnautilus-extension1
|
||||||
|
License: GPLv2+
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: File Manager for the GNOME Desktop -- Extension Library
|
||||||
|
Summary: File Manager for the GNOME Desktop -- Extension Library
|
||||||
|
|
||||||
|
%description -n libnautilus-extension1
|
||||||
|
Nautilus is the file manager for the GNOME desktop.
|
||||||
|
|
||||||
|
This package contains the library used by nautilus extensions.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Development Package for Nautilus
|
Summary: File Manager for the GNOME Desktop -- Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
||||||
Provides: nautilus2-devel = %{version}
|
Provides: nautilus2-devel = %{version}
|
||||||
Obsoletes: nautilus2-devel < %{version}
|
Obsoletes: nautilus2-devel < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all files needed to develop programs that use
|
Nautilus is the file manager for the GNOME desktop.
|
||||||
features of the Nautilus file manager.
|
|
||||||
|
|
||||||
|
|
||||||
|
This package contains development files for nautilus.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
gnome-patch-translation-prepare
|
gnome-patch-translation-prepare
|
||||||
|
%patch0 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
#%patch9 -p0
|
#%patch9 -p0
|
||||||
@ -113,7 +123,7 @@ NOCONFIGURE=1 gnome-autogen.sh
|
|||||||
%configure\
|
%configure\
|
||||||
--disable-update-mimedb \
|
--disable-update-mimedb \
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -130,15 +140,15 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
|||||||
# ln -s ../icons/gnome/24x24/devices/gnome-computer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
# ln -s ../icons/gnome/24x24/devices/gnome-computer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
||||||
ln -s ../icons/gnome/24x24/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
ln -s ../icons/gnome/24x24/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
||||||
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
|
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
|
||||||
%suse_update_desktop_file -N "Nautilus" -G "File Browser" nautilus System FileManager
|
%suse_update_desktop_file nautilus
|
||||||
%suse_update_desktop_file nautilus-autorun-software
|
%suse_update_desktop_file nautilus-autorun-software
|
||||||
%suse_update_desktop_file -r nautilus-browser System FileManager
|
%suse_update_desktop_file nautilus-browser
|
||||||
%suse_update_desktop_file nautilus-computer System FileManager
|
%suse_update_desktop_file nautilus-computer
|
||||||
%suse_update_desktop_file nautilus-file-management-properties System FileManager X-SuSE-ControlCenter-LookAndFeel
|
%suse_update_desktop_file nautilus-file-management-properties System FileManager X-SuSE-ControlCenter-LookAndFeel
|
||||||
%suse_update_desktop_file nautilus-folder-handler
|
%suse_update_desktop_file nautilus-folder-handler
|
||||||
%suse_update_desktop_file -G "File Browser" nautilus-home System FileManager
|
%suse_update_desktop_file nautilus-home
|
||||||
%suse_update_desktop_file -G "Nautilus Search Tool" nautilus-search System FileManager
|
%suse_update_desktop_file nautilus-search
|
||||||
%suse_update_desktop_file -G "File Browser" network-scheme System Network
|
%suse_update_desktop_file network-scheme
|
||||||
# Install the archive mime handler
|
# Install the archive mime handler
|
||||||
test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
||||||
%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop
|
||||||
@ -154,7 +164,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%pre -f %{name}.schemas_pre
|
%pre -f %{name}.schemas_pre
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
|
||||||
if test -x usr/bin/update-mime-database ; then
|
if test -x usr/bin/update-mime-database ; then
|
||||||
usr/bin/update-mime-database usr/share/mime >/dev/null
|
usr/bin/update-mime-database usr/share/mime >/dev/null
|
||||||
fi
|
fi
|
||||||
@ -164,11 +173,14 @@ fi
|
|||||||
%preun -f %{name}.schemas_preun
|
%preun -f %{name}.schemas_preun
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
|
||||||
if test -x usr/bin/update-mime-database ; then
|
if test -x usr/bin/update-mime-database ; then
|
||||||
usr/bin/update-mime-database usr/share/mime >/dev/null
|
usr/bin/update-mime-database usr/share/mime >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%post -n libnautilus-extension1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libnautilus-extension1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.schemas_list
|
%files -f %{name}.schemas_list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING COPYING-DOCS ChangeLog MAINTAINERS NEWS README THANKS TODO
|
%doc AUTHORS COPYING COPYING-DOCS ChangeLog MAINTAINERS NEWS README THANKS TODO
|
||||||
@ -179,11 +191,14 @@ fi
|
|||||||
%{_datadir}/pixmaps/nautilus
|
%{_datadir}/pixmaps/nautilus
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/icons/hicolor/*/*/*.*
|
%{_datadir}/icons/hicolor/*/*/*.*
|
||||||
%{_libdir}/*.so.*
|
|
||||||
%{_libexecdir}/nautilus-convert-metadata
|
%{_libexecdir}/nautilus-convert-metadata
|
||||||
%doc %{_mandir}/man1/nautilus*.1.gz
|
%doc %{_mandir}/man1/nautilus*.1.gz
|
||||||
|
|
||||||
|
%files -n libnautilus-extension1
|
||||||
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/nautilus
|
%dir %{_libdir}/nautilus
|
||||||
%dir %{_libdir}/nautilus/extensions-2.0
|
%dir %{_libdir}/nautilus/extensions-2.0
|
||||||
|
%{_libdir}/libnautilus-extension.so.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user