[arch-commits] Commit in wkhtmltopdf/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Feb 19 07:10:13 UTC 2013


    Date: Tuesday, February 19, 2013 @ 08:10:13
  Author: foutrelis
Revision: 84486

upgpkg: wkhtmltopdf 0.9.9-3

Qt5 rebuild.

Modified:
  wkhtmltopdf/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 07:08:19 UTC (rev 84485)
+++ PKGBUILD	2013-02-19 07:10:13 UTC (rev 84486)
@@ -3,15 +3,15 @@
 
 pkgname=wkhtmltopdf
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple shell utility to convert html to pdf using the webkit rendering engine, and qt"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/wkhtmltopdf/"
 license=('GPL3')
-depends=('qtwebkit')
+depends=('qt4')
 optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
 source=(http://wkhtmltopdf.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-sha1sums=('41f598c0103326e7c13101391447b0284b4ba3cb')
+sha256sums=('e6311c0d398d50c757d43d34f1f63c4b33010441e97d07e92647542419ab1a8b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,9 +22,12 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
+
   make INSTALL_ROOT="$pkgdir/usr" install
 
   # Generate and install man page
   install -d "$pkgdir/usr/share/man/man1"
   ./wkhtmltopdf --manpage >"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list