summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gnome-vfs-dbus
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gnome/gnome-vfs-dbus')
-rw-r--r--meta/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch11
-rw-r--r--meta/packages/gnome/gnome-vfs-dbus/gssapi.patch13
-rw-r--r--meta/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch24
-rw-r--r--meta/packages/gnome/gnome-vfs-dbus/remove-old-translations.patch11
4 files changed, 59 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch b/meta/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch
new file mode 100644
index 0000000000..3dbc130ddc
--- /dev/null
+++ b/meta/packages/gnome/gnome-vfs-dbus/gconftool-lossage.patch
@@ -0,0 +1,11 @@
1--- gnome-vfs-2.6.0/configure.in~ 2004-03-22 12:36:23.000000000 +0000
2+++ gnome-vfs-2.6.0/configure.in 2004-06-07 16:04:34.000000000 +0100
3@@ -154,7 +154,7 @@
4 AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
5
6 if test x"$GCONFTOOL" = xno; then
7- AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
8+ AC_MSG_WARN([gconftool-2 executable not found in your path - should be installed with GConf])
9 fi
10
11 AM_GCONF_SOURCE_2
diff --git a/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch b/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch
new file mode 100644
index 0000000000..bcf46176b2
--- /dev/null
+++ b/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch
@@ -0,0 +1,13 @@
1--- trunk/configure.in.old 2005-10-28 17:18:36.000000000 +0100
2+++ trunk/configure.in 2005-10-28 17:20:34.000000000 +0100
3@@ -444,6 +444,10 @@
4 ])
5 LIBS="$saved_LIBS"
6 CPPFLAGS="$saved_CPPFLAGS"
7+ if test "x$have_gssapi" != "xyes"; then
8+ GSSAPI_LIBS=
9+ GSSAPI_CFLAGS=
10+ fi
11 fi
12 AC_SUBST(GSSAPI_LIBS)
13 AC_SUBST(GSSAPI_CFLAGS)
diff --git a/meta/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch b/meta/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch
new file mode 100644
index 0000000000..331889b639
--- /dev/null
+++ b/meta/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch
@@ -0,0 +1,24 @@
1diff -urNd ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/doc/Makefile.am trunk/doc/Makefile.am
2--- ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/doc/Makefile.am 2005-10-28 15:48:43.000000000 +0100
3+++ trunk/doc/Makefile.am 2005-10-28 16:17:15.000000000 +0100
4@@ -81,7 +81,7 @@
5 GTKDOC_LIBS = $(LIBGNOMEVFS_LIBS) \
6 $(top_builddir)/libgnomevfs/libgnomevfs-2.la
7
8-include $(top_srcdir)/gtk-doc.make
9+#include $(top_srcdir)/gtk-doc.make
10
11 dist-hook-local:
12 # mkdir $(distdir)/TEXT; \
13diff -urNd ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/Makefile.am trunk/Makefile.am
14--- ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/Makefile.am 2005-10-28 15:49:03.000000000 +0100
15+++ trunk/Makefile.am 2005-10-28 16:17:07.000000000 +0100
16@@ -21,7 +21,7 @@
17 gnome-vfs-zip.in \
18 gnome-vfs-2.0.pc.in \
19 gnome-vfs-module-2.0.pc.in \
20- gtk-doc.make \
21+# gtk-doc.make \
22 intltool-extract.in \
23 intltool-merge.in \
24 intltool-update.in
diff --git a/meta/packages/gnome/gnome-vfs-dbus/remove-old-translations.patch b/meta/packages/gnome/gnome-vfs-dbus/remove-old-translations.patch
new file mode 100644
index 0000000000..a5a13f73c3
--- /dev/null
+++ b/meta/packages/gnome/gnome-vfs-dbus/remove-old-translations.patch
@@ -0,0 +1,11 @@
1--- trunk/configure.in.old 2006-06-21 14:15:24.000000000 +0100
2+++ trunk/configure.in 2006-06-21 14:19:35.000000000 +0100
3@@ -127,7 +127,7 @@
4 AC_SUBST(GETTEXT_PACKAGE)
5 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Name of the gettext package])
6
7-ALL_LINGUAS="af am ar az be bg bn bs ca cs cy da de el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko li lt lv mk ml mn mr ms nb ne nl nn no nso pa pl pt pt_BR ro ru rw sk sl sq sr sr@ije sr@Latn sv ta th tr uk vi wa xh yi zh_CN zh_TW zu"
8+ALL_LINGUAS="af am az bg bn bs ca cs cy da de el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko li lt lv mk ml mn mr ms nb ne nl nn no nso pa pl pt pt_BR ro ru rw sk sl sq sr sr@ije sr@Latn sv ta th tr uk vi wa xh yi zh_CN zh_TW zu"
9 AM_GLIB_GNU_GETTEXT
10
11