[Lunar-commits] <moonbase> gtk-doc: Patch to fix error with filenames that contain whitespace
Stefan Wold
ratler at lunar-linux.org
Mon Mar 23 19:25:03 CET 2009
commit c8dd8e2fee184bff72c13e7b0a44de75ee0adda3
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon Mar 23 19:25:03 2009 +0100
gtk-doc: Patch to fix error with filenames that contain whitespace
---
doc-tools/gtk-doc/BUILD | 6 ++++++
doc-tools/gtk-doc/DETAILS | 5 ++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/doc-tools/gtk-doc/BUILD b/doc-tools/gtk-doc/BUILD
new file mode 100644
index 0000000..70b2eb4
--- /dev/null
+++ b/doc-tools/gtk-doc/BUILD
@@ -0,0 +1,6 @@
+(
+
+ patch_it $SOURCE2 1 &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/gtk-doc/DETAILS b/doc-tools/gtk-doc/DETAILS
index 3dc72e6..744089b 100644
--- a/doc-tools/gtk-doc/DETAILS
+++ b/doc-tools/gtk-doc/DETAILS
@@ -1,11 +1,14 @@
MODULE=gtk-doc
VERSION=1.11
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-whitespace_filename.patch
SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:685823e269cc08fdef50828b0a68697222877b1c
+ SOURCE2_VFY=sha1:cbe2ca31fa3638cd53f1d9a1dbae6e15c83e231c
WEB_SITE=http://www.gtk.org/gtk-doc/
ENTERED=20020716
- UPDATED=20081118
+ UPDATED=20090323
SHORT="Tools for authors of the GTK+ reference documentation."
cat << EOF
More information about the Lunar-commits
mailing list