diff options
author | 2004-04-02 07:58:56 +0000 | |
---|---|---|
committer | 2004-04-02 07:58:56 +0000 | |
commit | f8ef6d318153a674ffe892cf9566582471beb9ad (patch) | |
tree | 3f5d6a0e914cc89e01ed58d12735e48a8a3fd6b9 /gnome-extra/libgnomedb/files | |
parent | Ximian rereleased the tarball so we have to fix the digest (diff) | |
download | gentoo-2-f8ef6d318153a674ffe892cf9566582471beb9ad.tar.gz gentoo-2-f8ef6d318153a674ffe892cf9566582471beb9ad.tar.bz2 gentoo-2-f8ef6d318153a674ffe892cf9566582471beb9ad.zip |
Added patch to fix gtk-doc issues. Closes bug #46275.
Diffstat (limited to 'gnome-extra/libgnomedb/files')
-rw-r--r-- | gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch b/gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch new file mode 100644 index 000000000000..b1e4b2445cbf --- /dev/null +++ b/gnome-extra/libgnomedb/files/libgnomedb-1.0.3-gtkdoc_fix.patch @@ -0,0 +1,32 @@ +diff -NurB libgnomedb-1.0.3-orig/doc/C/libgnomedb-docs.sgml libgnomedb-1.0.3/doc/C/libgnomedb-docs.sgml +--- libgnomedb-1.0.3-orig/doc/C/libgnomedb-docs.sgml 2004-04-02 00:59:19.000000000 -0500 ++++ libgnomedb-1.0.3/doc/C/libgnomedb-docs.sgml 2004-04-02 02:22:36.000000000 -0500 +@@ -32,7 +32,6 @@ + <!ENTITY LIBGDA "<application>libgda</application>"> + <!ENTITY LIBGNOMEDB "<application>libgnomedb</application>"> + <!ENTITY GNOME-DB "<application>GNOME-DB</application>"> +-<!ENTITY fdl-appendix SYSTEM "fdl-appendix.sgml"> + ]> + <book id="index"> + <bookinfo> +@@ -59,11 +58,10 @@ + <legalnotice id="legalnotice"> + <para> + Permission is granted to copy, distribute and/or modify this document +- under the terms of the <link linkend="fdl"><citetitle>GNU +- Free Documentation License</citetitle></link>, Version 1.1 or any later ++ under the terms of the <citetitle>GNU ++ Free Documentation License</citetitle>, Version 1.1 or any later + version published by the Free Software Foundation with no Invariant +- Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the +- license can be found in <xref linkend="fdl">. ++ Sections, no Front-Cover Texts, and no Back-Cover Texts. + </para> + <para> + Many of the names used by companies to distinguish their products and +@@ -145,5 +143,4 @@ + &libgnomedb-stock; + &libgnomedb-window; + </chapter> +- &fdl-appendix; + </book> |