OBS User unknown 2007-08-02 23:55:23 +00:00 committed by Git OBS Bridge
parent 4b1c689a31
commit 7ca58eb096
5 changed files with 42 additions and 13 deletions

View File

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

3
nautilus-2.19.6.tar.bz2 Normal file
View File

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

View File

@ -8,7 +8,7 @@ Index: src/nautilus-navigation-window.c
===================================================================
--- src/nautilus-navigation-window.c.orig
+++ src/nautilus-navigation-window.c
@@ -196,7 +196,9 @@ nautilus_navigation_window_init (Nautilu
@@ -197,7 +197,9 @@ nautilus_navigation_window_init (Nautilu
GtkUIManager *ui_manager;
GtkWidget *toolbar;
GtkWidget *location_bar;
@ -17,8 +17,8 @@ Index: src/nautilus-navigation-window.c
+#endif
GtkToolItem *item;
GtkWidget *hbox, *vbox, *eventbox, *extras_vbox;
@@ -305,6 +307,7 @@ nautilus_navigation_window_init (Nautilu
@@ -302,6 +304,7 @@ nautilus_navigation_window_init (Nautilu
window->search_bar,
TRUE, TRUE, 0);
@ -26,14 +26,14 @@ Index: src/nautilus-navigation-window.c
/* Option menu for content view types; it's empty here, filled in when a uri is set.
* Pack it into vbox so it doesn't grow vertically when location bar does.
*/
@@ -317,12 +320,15 @@ nautilus_navigation_window_init (Nautilu
gtk_container_add (GTK_CONTAINER (item), view_as_menu_vbox);
@@ -315,12 +318,15 @@ nautilus_navigation_window_init (Nautilu
gtk_toolbar_insert (GTK_TOOLBAR (location_bar),
item, -1);
+#endif
+#endif
window->view_as_combo_box = gtk_combo_box_new_text ();
+#if 0
gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (window->view_as_combo_box), FALSE);
gtk_box_pack_end (GTK_BOX (view_as_menu_vbox), window->view_as_combo_box, TRUE, FALSE, 0);
gtk_widget_show (window->view_as_combo_box);
g_signal_connect_object (window->view_as_combo_box, "changed",
@ -42,7 +42,7 @@ Index: src/nautilus-navigation-window.c
/* Allocate the zoom control and place on the right next to the menu.
* It gets shown later, if the view-frame contains something zoomable.
@@ -340,13 +346,15 @@ nautilus_navigation_window_init (Nautilu
@@ -338,13 +344,15 @@ nautilus_navigation_window_init (Nautilu
g_signal_connect_object (window->zoom_control, "zoom_to_default",
G_CALLBACK (nautilus_window_zoom_to_default),
window, G_CONNECT_SWAPPED);

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 1 16:36:16 CEST 2007 - maw@suse.de
- Update to version 2.19.6
- Memory leaks plugged
- Crashes fixed
- Fixes to UI manager usage
- Better string ellipsation
- Consistent focus behaviour for toolbar buttons
- Support for XMP image metadata
- Improved keyboard handling in connect to server dialog
- I18n fixes and string clarifications
- Add more tooltips and use new gtk+ tootips API
- Better handling of unreadable directories during search
- Updated translations.
-------------------------------------------------------------------
Tue Jul 10 21:03:17 CEST 2007 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package nautilus (Version 2.19.4)
# spec file for package nautilus (Version 2.19.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,7 +14,7 @@ Name: nautilus
BuildRequires: cdparanoia eel-devel gnome-common gnome-icon-theme gnome-patch-translation intltool libbeagle-devel libexif-devel libgnomeui-devel libidl librsvg-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
License: GPL v2 or later
Group: Productivity/File utilities
Version: 2.19.4
Version: 2.19.6
Release: 1
Summary: The GNOME 2.x Desktop File Manager
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
@ -97,10 +97,10 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# only for patch2:
make nautilus.desktop src/network-scheme.desktop
make %{?jobs:-j%jobs}
chmod -x COPYING
%install
make install DESTDIR=$RPM_BUILD_ROOT
### chmod -x $RPM_BUILD_ROOT/%{_datadir}/doc/packages/nautilus/COPYING
rm docs/Makefile*
ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
ln -s ../icons/gnome/24x24/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
@ -163,6 +163,19 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Aug 01 2007 - maw@suse.de
- Update to version 2.19.6
- Memory leaks plugged
- Crashes fixed
- Fixes to UI manager usage
- Better string ellipsation
- Consistent focus behaviour for toolbar buttons
- Support for XMP image metadata
- Improved keyboard handling in connect to server dialog
- I18n fixes and string clarifications
- Add more tooltips and use new gtk+ tootips API
- Better handling of unreadable directories during search
- Updated translations.
* Tue Jul 10 2007 - maw@suse.de
- Update to version 2.19.4
- Fix crashes and leaks