diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-23 22:23:09 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-23 22:23:09 +0000 |
commit | ef5f5f15c5b549b3a5a890f86c3d14194266b0c1 (patch) | |
tree | d8f4415aa833090b932c8d08b612604121e7bbae /gnome-base | |
parent | Mark -ia64 until bug 48824 is resolved (Manifest recommit) (diff) | |
download | gentoo-2-ef5f5f15c5b549b3a5a890f86c3d14194266b0c1.tar.gz gentoo-2-ef5f5f15c5b549b3a5a890f86c3d14194266b0c1.tar.bz2 gentoo-2-ef5f5f15c5b549b3a5a890f86c3d14194266b0c1.zip |
Patch to fix gtk-doc building problems. Closes bug #45332.
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomeprint/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/files/libgnomeprint-2.4.2-gtkdoc_fixes.patch | 30 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild | 12 |
3 files changed, 45 insertions, 3 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index 233b990b5123..2bf4c05aa3ac 100644 --- a/gnome-base/libgnomeprint/ChangeLog +++ b/gnome-base/libgnomeprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomeprint # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.45 2004/04/22 03:15:08 khai Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.46 2004/04/23 22:23:09 leonardop Exp $ + + 23 Apr 2004; L. Boshell <leonardop@gentoo.org> + libgnomeprint-2.4.2.ebuild, files/libgnomeprint-2.4.2-gtkdoc_fixes.patch: + Added patch to resolve API documentation problems. Resolves bug #45332. *libgnomeprint-2.6.1 (21 Apr 2004) diff --git a/gnome-base/libgnomeprint/files/libgnomeprint-2.4.2-gtkdoc_fixes.patch b/gnome-base/libgnomeprint/files/libgnomeprint-2.4.2-gtkdoc_fixes.patch new file mode 100644 index 000000000000..49f0ef25ef57 --- /dev/null +++ b/gnome-base/libgnomeprint/files/libgnomeprint-2.4.2-gtkdoc_fixes.patch @@ -0,0 +1,30 @@ +diff -NurdB libgnomeprint-2.4.2-orig/doc/reference/libgnomeprint-docs.sgml libgnomeprint-2.4.2/doc/reference/libgnomeprint-docs.sgml +--- libgnomeprint-2.4.2-orig/doc/reference/libgnomeprint-docs.sgml 2004-04-23 16:37:33.000000000 -0500 ++++ libgnomeprint-2.4.2/doc/reference/libgnomeprint-docs.sgml 2004-04-23 16:37:45.000000000 -0500 +@@ -1,15 +1,15 @@ + <!DOCTYPE book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ +-<!ENTITY gnome-font-face SYSTEM "sgml/gnome-font-face.sgml"> +-<!ENTITY gnome-font-family SYSTEM "sgml/gnome-font-family.sgml"> +-<!ENTITY gnome-font SYSTEM "sgml/gnome-font.sgml"> +-<!ENTITY gnome-glyphlist SYSTEM "sgml/gnome-glyphlist.sgml"> +-<!ENTITY gnome-pgl SYSTEM "sgml/gnome-pgl.sgml"> +-<!ENTITY gnome-print-config SYSTEM "sgml/gnome-print-config.sgml"> +-<!ENTITY gnome-print-job SYSTEM "sgml/gnome-print-job.sgml"> +-<!ENTITY gnome-print-paper SYSTEM "sgml/gnome-print-paper.sgml"> +-<!ENTITY gnome-print SYSTEM "sgml/gnome-print.sgml"> +-<!ENTITY gnome-print-unit SYSTEM "sgml/gnome-print-unit.sgml"> +-<!ENTITY gnome-rfont SYSTEM "sgml/gnome-rfont.sgml"> ++<!ENTITY gnome-font-face SYSTEM "xml/gnome-font-face.xml"> ++<!ENTITY gnome-font-family SYSTEM "xml/gnome-font-family.xml"> ++<!ENTITY gnome-font SYSTEM "xml/gnome-font.xml"> ++<!ENTITY gnome-glyphlist SYSTEM "xml/gnome-glyphlist.xml"> ++<!ENTITY gnome-pgl SYSTEM "xml/gnome-pgl.xml"> ++<!ENTITY gnome-print-config SYSTEM "xml/gnome-print-config.xml"> ++<!ENTITY gnome-print-job SYSTEM "xml/gnome-print-job.xml"> ++<!ENTITY gnome-print-paper SYSTEM "xml/gnome-print-paper.xml"> ++<!ENTITY gnome-print SYSTEM "xml/gnome-print.xml"> ++<!ENTITY gnome-print-unit SYSTEM "xml/gnome-print-unit.xml"> ++<!ENTITY gnome-rfont SYSTEM "xml/gnome-rfont.xml"> + + <!ENTITY libgnomeprint-Building SYSTEM "building.sgml"> + <!ENTITY libgnomeprint-Compiling SYSTEM "compiling.sgml"> diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild index 76f741254adf..8699efc6669f 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild,v 1.7 2004/03/16 02:49:49 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.4.2.ebuild,v 1.8 2004/04/23 22:23:09 leonardop Exp $ -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="Printer handling for Gnome" HOMEPAGE="http://www.gnome.org/" @@ -29,3 +29,11 @@ DEPEND="${RDEPEND} G2CONF="${G2CONF} `use_with cups`" DOCS="AUTHORS COPYING* ChangeLog* INSTALL NEWS README" + +src_unpack() { + unpack ${A} + cd ${S} + + # Fix API documentation problems. See bug #45332. + epatch ${FILESDIR}/${P}-gtkdoc_fixes.patch +} |