Package Details: wkhtmltopdf-static 0.12.6.1_r3-1

Git Clone URL: https://aur.archlinux.org/wkhtmltopdf-static.git (read-only, click to copy)
Package Base: wkhtmltopdf-static
Description: Shell utility to convert HTML to PDF using Webkit and Qt (upstream static build)
Upstream URL: https://github.com/wkhtmltopdf/packaging
Licenses: GPL3
Conflicts: wkhtmltopdf
Provides: wkhtmltopdf
Submitter: foutrelis
Maintainer: koonix
Last Packager: koonix
Votes: 60
Popularity: 0.61
First Submitted: 2010-02-06 14:46 (UTC)
Last Updated: 2023-05-22 12:59 (UTC)

Required by (27)

Sources (4)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

koonix commented on 2023-02-14 15:29 (UTC) (edited on 2023-02-14 15:30 (UTC) by koonix)

@Strykar I think at some point icu48 existed in the AUR and was needed by wkhtmltopdf, but now it isn't; So I removed it in 0.12.6.1_r2-3.

Strykar commented on 2023-02-13 04:24 (UTC)

Is the optdepend "icu48" a typo?

koonix commented on 2022-12-04 11:14 (UTC)

Refactored and updated to the latest version.

Lehmaning commented on 2022-11-28 03:50 (UTC)

The package name should be "wkhtmltopdf-bin".

McDonald commented on 2022-11-19 06:17 (UTC) (edited on 2022-11-19 06:19 (UTC) by McDonald)

Upgrade to v0.12.6.1 r2:

pkgname=wkhtmltopdf-static
pkgver=0.12.6.1
pkgrel=1
pkgdesc="convert HTML to PDF and various image formats using QtWebkit (upstream static build)"
arch=('x86_64' 'i686')
url="https://wkhtmltopdf.org/"
license=('GPL3')
conflicts=('wkhtmltopdf')
provides=('wkhtmltopdf')
depends=('ca-certificates' 'fontconfig' 'glibc' 'freetype2' 'libjpeg6-turbo' 'libpng' 'openssl-1.1' 'gcc-libs' 'libx11' 'libxcb' 'libxext' 'libxrender' 'xorg-fonts-75dpi' 'xorg-fonts-misc' 'zlib')
source_x86_64=("https://github.com/wkhtmltopdf/packaging/releases/download/${pkgver}-2/wkhtmltox_${pkgver}-2.bullseye_amd64.deb")
source_i686=("https://github.com/wkhtmltopdf/packaging/releases/download/${pkgver}-2/wkhtmltox_${pkgver}-2.bullseye_amd64.deb")
sha256sums_x86_64=('50a3c5334d1fb21349f8ec965fc233840026c376185e3aa75373e6e7aa3ff74d')
sha256sums_i686=('35ff064a6bfdd39aa5a193b021de09d5add48ff1cb99e2e881bb81b880358779')

package() {
    tar -xf data.tar.xz
    cd "${srcdir}"

    install -d "${pkgdir}/usr"
    cp -r usr/local/* "${pkgdir}/usr"
}

frazar0 commented on 2022-11-18 13:33 (UTC) (edited on 2022-11-18 13:33 (UTC) by frazar0)

Note that the "icu48" package (listed as an optinal dependency) can not be found on the official repos or AUR.

MarsSeed commented on 2022-02-15 18:23 (UTC) (edited on 2022-02-16 14:45 (UTC) by MarsSeed)

Please build from source if possible, or rename package to include a '-bin' suffix.

In case you want to keep using a binary release, please kindly migrate to a build using more recent dependencies,

such as the one created for OpenSUSE Leap 15 (Debian Buster version is outdated on its own, and is ancient compared to Arch):

https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.opensuse.leap15.x86_64.rpm

ashkulz commented on 2020-07-28 14:18 (UTC) (edited on 2020-07-28 14:19 (UTC) by ashkulz)

@phillid an official package for ArchLinux was added recently, maybe use that as the source for this package? It was added via this PR.

phillid commented on 2020-06-30 09:36 (UTC)

Thanks for the heads up, jeroni. I have fixed it now in pkgrel 2 and checked the rest of the dynamically linked libraries.

jeroni commented on 2020-06-29 15:11 (UTC)

@phillid, libjpeg-turbo dependency should be changed to libjpeg6-turbo.