diff options
Diffstat (limited to 'recipes/gnome/zenity/no-gnome-doc.patch')
-rw-r--r-- | recipes/gnome/zenity/no-gnome-doc.patch | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/recipes/gnome/zenity/no-gnome-doc.patch b/recipes/gnome/zenity/no-gnome-doc.patch new file mode 100644 index 0000000000..6b2e2bd4b8 --- /dev/null +++ b/recipes/gnome/zenity/no-gnome-doc.patch @@ -0,0 +1,69 @@ +*** patcher_original/zenity-2.20.1/configure.in 2007-11-26 22:57:45.000000000 +0100 +--- zenity-2.20.1/configure.in 2009-04-10 23:08:11.000000000 +0200 +*************** +*** 8,14 **** + AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) + + GNOME_COMMON_INIT +! GNOME_DOC_INIT + + AM_MAINTAINER_MODE + +--- 8,14 ---- + AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) + + GNOME_COMMON_INIT +! #GNOME_DOC_INIT + + AM_MAINTAINER_MODE + +*** patcher_original/zenity-2.20.1/Makefile.am 2007-11-26 22:57:45.000000000 +0100 +--- zenity-2.20.1/Makefile.am 2009-04-10 23:30:20.000000000 +0200 +*************** +*** 1,8 **** + SUBDIRS = \ + src \ + po \ +! data \ +! help + + EXTRA_DIST = \ + autogen.sh \ +--- 1,8 ---- + SUBDIRS = \ + src \ + po \ +! data +! # help + + EXTRA_DIST = \ + autogen.sh \ +*************** +*** 16,28 **** + ChangeLog \ + NEWS \ + README \ +! AUTHORS \ +! gnome-doc-utils.make + + DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ +! intltool-update \ +! gnome-doc-utils.make + + DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper +--- 16,28 ---- + ChangeLog \ + NEWS \ + README \ +! AUTHORS +! # gnome-doc-utils.make + + DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ +! intltool-update +! # gnome-doc-utils.make + + DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper |