[Lunar-commits] CVS: moonbase/gnome2-core/nautilus POST_INSTALL, NONE, 1.1.2.1 DEPENDS, 1.4.4.1, 1.4.4.2 DETAILS, 1.9.4.15, 1.9.4.16

Nick Hudson nhudson at lunar-linux.org
Tue Sep 7 21:50:43 UTC 2004


Update of /var/cvs/lunar/moonbase/gnome2-core/nautilus
In directory espresso.lunar-linux.org:/tmp/cvs-serv29805/nautilus

Modified Files:
      Tag: GNOME_UNSTABLE
	DEPENDS DETAILS 
Added Files:
      Tag: GNOME_UNSTABLE
	POST_INSTALL 
Log Message:

Adding a few patches so that nautilus will use gstreamer for audio and adding a cell render fix for version 2.7.92.  Also added a POST_INSTALL telling you how to get rid of spacial if you do not like it.


--- NEW FILE: POST_INSTALL ---
message "Nautilus moved to a new spacial browsing model."
message "If you dislike the new behavior you can revert to the old"
message "browser behavior by using the following command"
message "gconftool-2 -s /apps/nautilus/preferences/always_use_browser -t bool TRUE"


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/nautilus/DEPENDS,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -u -d -r1.4.4.1 -r1.4.4.2
--- DEPENDS	6 Sep 2004 01:11:10 -0000	1.4.4.1
+++ DEPENDS	7 Sep 2004 21:50:41 -0000	1.4.4.2
@@ -1,5 +1,6 @@
 depends eel           &&
 depends gnome-desktop &&
+depends gst-plugins   &&
 optional_depends "gamin" "" "" "for filesystem monitoring"           &&
 optional_depends "vorbis-tools"  ""  ""  "for ogg audio playback"    &&
 optional_depends "mpg123"  ""  ""  "for mp3 audio playback"          &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/nautilus/DETAILS,v
retrieving revision 1.9.4.15
retrieving revision 1.9.4.16
diff -u -d -r1.9.4.15 -r1.9.4.16
--- DETAILS	6 Sep 2004 01:11:10 -0000	1.9.4.15
+++ DETAILS	7 Sep 2004 21:50:41 -0000	1.9.4.16
@@ -1,12 +1,18 @@
           MODULE=nautilus
          VERSION=2.7.92
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-cellrender.patch
+         SOURCE3=$MODULE-2.6-iconview-gstaudio.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=$GNOME_URL/sources/$MODULE/2.7/$SOURCE
       SOURCE_VFY=sha1:94103ab7ccadbd5979758941bc718ab9fc85ac15
+     SOURCE2_URL=$PATCH_URL/$SOURCE2
+     SOURCE2_VFY=sha1:bfc9361d4b90f6ee1fa8f5392db5b4c4c6c85ab8
+     SOURCE3_URL=$PATCH_URL/$SOURCE3
+     SOURCE3_VFY=sha1:084dcca2e29d05e40bdebbeabd12b73ed895dccd
         WEB_SITE=http://www.gnome.org/projects/nautilus
          ENTERED=20020714
-         UPDATED=20040906
+         UPDATED=20040817
            SHORT="Nautilus is the official file manager for the GNOME desktop"
 cat << EOF
 Nautilus is the official file manager for the GNOME desktop. It is



More information about the Lunar-commits mailing list