diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-06 01:56:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-06 01:56:35 +0800 |
commit | c3a4f80ff0952cbc36fca4ca728e2a5b85249445 (patch) | |
tree | 22d03154b25f8327f0e1870c9670ea62fcd5fbd4 /x11-fm/nautilus/files | |
parent | 7fdcdad1ed35d7d1364c2c1fc5e338f4903441a7 (diff) | |
download | marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.tar marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.tar.gz marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.tar.bz2 marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.tar.lz marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.tar.xz marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.tar.zst marcuscom-ports-c3a4f80ff0952cbc36fca4ca728e2a5b85249445.zip |
Update to 2.31.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14175 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r-- | x11-fm/nautilus/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in | 8 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c | 12 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in new file mode 100644 index 000000000..a4f79ca6b --- /dev/null +++ b/x11-fm/nautilus/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Wed Nov 24 13:14:21 2004 ++++ Makefile.in Wed Nov 24 13:14:47 2004 +@@ -183,7 +183,6 @@ + libbackground \ + libnautilus-private \ + src \ +- test \ + po \ + data \ + icons \ diff --git a/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in b/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in new file mode 100644 index 000000000..448a4f6b0 --- /dev/null +++ b/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in @@ -0,0 +1,8 @@ +--- data/nautilus.desktop.in.in.orig 2009-04-25 17:13:18.000000000 -0400 ++++ data/nautilus.desktop.in.in 2009-04-25 17:13:32.000000000 -0400 +@@ -15,4 +15,5 @@ X-GNOME-Bugzilla-Version=@VERSION@ + X-GNOME-Autostart-Phase=Desktop + X-GNOME-Autostart-Notify=true + X-GNOME-AutoRestart=true ++AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop + X-GNOME-Provides=filemanager diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c new file mode 100644 index 000000000..d709dec1e --- /dev/null +++ b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c @@ -0,0 +1,12 @@ +--- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 ++++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 +@@ -89,9 +89,7 @@ + #if HAVE_SYS_VFS_H + #include <sys/vfs.h> + #elif HAVE_SYS_MOUNT_H +-#if HAVE_SYS_PARAM_H + #include <sys/param.h> +-#endif + #include <sys/mount.h> + #endif + |