SOURCES: python-gnome-extras-gtkdocdir.patch (NEW) - fixes path to gtk-doc ...

megabajt megabajt at pld-linux.org
Sun Apr 26 13:32:56 CEST 2009


Author: megabajt                     Date: Sun Apr 26 11:32:56 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes path to gtk-doc directory

---- Files affected:
SOURCES:
   python-gnome-extras-gtkdocdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-gnome-extras-gtkdocdir.patch
diff -u /dev/null SOURCES/python-gnome-extras-gtkdocdir.patch:1.1
--- /dev/null	Sun Apr 26 13:32:57 2009
+++ SOURCES/python-gnome-extras-gtkdocdir.patch	Sun Apr 26 13:32:50 2009
@@ -0,0 +1,40 @@
+diff -urN gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.am gnome-python-extras-2.25.3.new/docs/gtkmozembed/Makefile.am
+--- gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.am	2008-12-12 02:06:29.000000000 +0100
++++ gnome-python-extras-2.25.3.new/docs/gtkmozembed/Makefile.am	2009-04-26 01:29:18.644496232 +0200
+@@ -10,7 +10,7 @@
+ 	gtkmozembed-classes.xml		\
+ 	gtkmozembed-gtkmozembed.xml
+ 
+-HTMLdir = $(datadir)/gtk-doc/html/pygtkmozembed
++HTMLdir = $(datadir)/doc/gtk-doc/html/pygtkmozembed
+ HTML_DATA =					\
+ 	html/class-gtkmozembed.html		\
+ 	html/gtkmozembed-class-reference.html	\
+@@ -54,6 +54,6 @@
+                  --stringparam gtkdoc.bookname "pygtkmozembed" \
+                  --stringparam gtkdoc.version ${REF_VERSION} \
+                  $(HTML_STYLE) $(srcdir)/gtkmozembed/gtkmozembed-classes.xml
+-	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
++	$(PYGOBJECT_FIXXREF) -i /usr/share/doc/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
+ 	touch $@
+ endif
+diff -urN gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am gnome-python-extras-2.25.3.new/docs/gtkspell/Makefile.am
+--- gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am	2008-12-12 02:06:29.000000000 +0100
++++ gnome-python-extras-2.25.3.new/docs/gtkspell/Makefile.am	2009-04-26 01:29:34.300683489 +0200
+@@ -10,7 +10,7 @@
+ 	gtkspell-classes.xml	\
+ 	gtkspell-gtkspell.xml
+ 
+-HTMLdir = $(datadir)/gtk-doc/html/pygtkspell
++HTMLdir = $(datadir)/doc/gtk-doc/html/pygtkspell
+ HTML_DATA =					\
+ 	html/class-gtkspell.html		\
+ 	html/gtkspell-class-reference.html	\
+@@ -54,6 +54,6 @@
+                  --stringparam gtkdoc.bookname "pygtkspell" \
+                  --stringparam gtkdoc.version ${REF_VERSION} \
+                  $(HTML_STYLE) $(srcdir)/gtkspell/gtkspell-classes.xml
+-	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
++	$(PYGOBJECT_FIXXREF) -i /usr/share/doc/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
+ 	touch $@
+ endif
================================================================


More information about the pld-cvs-commit mailing list