# HG changeset patch # User Hans-G?nter Theisgen # Date 1659598232 -3600 # Node ID 1c6685b9308e54e1bc2bb34270749fa9f4c64341 # Parent f2de156be4228b11ef365eb131493a5e983d6f08 updated wkhtmltopdf (0.12.5 -> 0.12.6) diff -r f2de156be422 -r 1c6685b9308e wkhtmltopdf/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wkhtmltopdf/description.txt Thu Aug 04 08:30:32 2022 +0100 @@ -0,0 +1,4 @@ +Wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools +to render HTML into PDF and various image formats using the Qt WebKit +rendering engine. +These run entirely "headless" and do not require a display or display service. diff -r f2de156be422 -r 1c6685b9308e wkhtmltopdf/receipt --- a/wkhtmltopdf/receipt Thu Aug 04 07:30:37 2022 +0100 +++ b/wkhtmltopdf/receipt Thu Aug 04 08:30:32 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wkhtmltopdf" -VERSION="0.12.5" +VERSION="0.12.6" CATEGORY="misc" SHORT_DESC="Tools to render HTML into PDF and various image formats." MAINTAINER="pascal.bellard@slitaz.org" @@ -35,14 +35,12 @@ qmake wkhtmltopdf.pro && make && - make INSTALL_ROOT=$DESTDIR/usr install + make install INSTALL_ROOT=$DESTDIR/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders bin + cook_copy_folders lib }