python-pygtk 2.10.4 add nodocs.patch to make it _really_ skip building the docs
authorMichael Lauer <mickey@vanille-media.de>
Thu, 6 Mar 2008 22:35:03 +0000 (22:35 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 6 Mar 2008 22:35:03 +0000 (22:35 +0000)
packages/python/python-pygtk/nodocs.patch [new file with mode: 0644]
packages/python/python-pygtk_2.10.4.bb

diff --git a/packages/python/python-pygtk/nodocs.patch b/packages/python/python-pygtk/nodocs.patch
new file mode 100644 (file)
index 0000000..9b2387e
--- /dev/null
@@ -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
index 1af2093..57dc48a 100644 (file)
@@ -6,10 +6,11 @@ RDEPENDS = "python-shell python-pycairo python-pygobject"
 PROVIDES = "python-pygtk2"
 SRCNAME = "pygtk"
 LICENSE = "LGPL"
-PR = "ml5"
+PR = "ml6"
 
 SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar.bz2 \
            file://fix-gtkunixprint.patch;patch=1 \
+           file://nodocs.patch;patch=1 \
            file://acinclude.m4"
 S = "${WORKDIR}/${SRCNAME}-${PV}"