#2126: GNOME Doc Utils-0.6.1 --- 'gnome-doc-utils.pc' <=/=> Python -------------------------+-------------------------------------------------- Reporter: Lord_Arkain | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: 6.2 Component: BOOK | Version: SVN Severity: normal | Resolution: Keywords: | -------------------------+-------------------------------------------------- Comment (by [EMAIL PROTECTED]):
I just took a look, and this package is pretty much useless without Python. All you get without Python are the xml, xsl and documentation files. Python is needed to run xml2po, which is needed to use gnome-doc- utils.make, which is used by tons of GNOME applications. This package shouldn't even build without Python. But since the .pc file just tells other packages where to find the xsl files, then it should be included whether Python is there or not. I think this would work, but I haven't tested: sed -i 's/@[EMAIL PROTECTED]/pkgconfig/' Makefile.in Then the pkgconfig file will be pulled into install-data-local. This just shortcuts the real fix in the upstream bug: http://bugzilla.gnome.org/attachment.cgi?id=72635&action=view -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2126> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
