radhermit 14/11/27 05:03:52 Added: wkhtmltopdf-0.12.1.2-manpages.patch Log: Version bump (bug #513164). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.1 media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/wkhtmltopdf/files/wkhtmltopdf-0.12.1.2-manpages.patch?rev=1.1&content-type=text/plain Index: wkhtmltopdf-0.12.1.2-manpages.patch =================================================================== Fix install paths and don't precompress man pages. --- wkhtmltopdf-0.12.1.2/src/image/image.pro +++ wkhtmltopdf-0.12.1.2/src/image/image.pro @@ -25,7 +25,7 @@ unix { man.path=$$INSTALLBASE/share/man/man1 - man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltoimage --manpage | gzip > $(INSTALL_ROOT)/share/man/man1/wkhtmltoimage.1.gz + man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltoimage --manpage > $(INSTALL_ROOT)$$INSTALLBASE/share/man/man1/wkhtmltoimage.1 QMAKE_EXTRA_TARGETS += man INSTALLS += man --- wkhtmltopdf-0.12.1.2/src/pdf/pdf.pro +++ wkhtmltopdf-0.12.1.2/src/pdf/pdf.pro @@ -25,7 +25,7 @@ unix { man.path=$$INSTALLBASE/share/man/man1 - man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltopdf --manpage | gzip > $(INSTALL_ROOT)/share/man/man1/wkhtmltopdf.1.gz + man.extra=LD_LIBRARY_PATH=../../bin/ ../../bin/wkhtmltopdf --manpage > $(INSTALL_ROOT)$$INSTALLBASE/share/man/man1/wkhtmltopdf.1 QMAKE_EXTRA_TARGETS += man INSTALLS += man
