diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-06 22:35:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-06 22:35:03 +0000 |
commit | 0a5727ba9209d0d3b0d83515f4a767ad5607bdd2 (patch) | |
tree | bcc531d29962ec131afc094aa01420165c9665be | |
parent | d3bbd28f22fbd8e9d097081fa128ae18197f36e1 (diff) |
python-pygtk 2.10.4 add nodocs.patch to make it _really_ skip building the docs
-rw-r--r-- | packages/python/python-pygtk/nodocs.patch | 13 | ||||
-rw-r--r-- | packages/python/python-pygtk_2.10.4.bb | 3 |
2 files changed, 15 insertions, 1 deletions
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 + diff --git a/packages/python/python-pygtk_2.10.4.bb b/packages/python/python-pygtk_2.10.4.bb index 1af2093556..57dc48aa77 100644 --- a/packages/python/python-pygtk_2.10.4.bb +++ b/packages/python/python-pygtk_2.10.4.bb @@ -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}" |