From 0a5727ba9209d0d3b0d83515f4a767ad5607bdd2 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 6 Mar 2008 22:35:03 +0000 Subject: python-pygtk 2.10.4 add nodocs.patch to make it _really_ skip building the docs --- packages/python/python-pygtk/nodocs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/python/python-pygtk/nodocs.patch (limited to 'packages/python/python-pygtk') diff --git a/packages/python/python-pygtk/nodocs.patch b/packages/python/python-pygtk/nodocs.patch new file mode 100644 index 0000000000..9b2387e959 --- /dev/null +++ b/packages/python/python-pygtk/nodocs.patch @@ -0,0 +1,13 @@ +Index: pygtk-2.10.4/Makefile.am +=================================================================== +--- pygtk-2.10.4.orig/Makefile.am ++++ pygtk-2.10.4/Makefile.am +@@ -4,7 +4,7 @@ if BUILD_GTK + GTK_SUBDIR = gtk + endif + +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples tests + + PLATFORM_VERSION = 2.0 + -- cgit v1.2.3