[arch-commits] Commit in wkhtmltopdf/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 21:28:04
  Author: foutrelis
Revision: 641851

archrelease: copy trunk to community-x86_64

Added:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD
(from rev 641850, wkhtmltopdf/trunk/PKGBUILD)
Deleted:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 21:27:59 UTC (rev 641850)
+++ PKGBUILD2020-06-10 21:28:04 UTC (rev 641851)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=wkhtmltopdf
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Command line tools to render HTML into PDF and various image formats"
-arch=('x86_64')
-url="https://wkhtmltopdf.org/";
-license=('LGPL3')
-depends=('qt5-webkit' 'qt5-svg')
-makedepends=('git')
-optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  qmake-qt5 wkhtmltopdf.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir/usr" install
-
-  # Generate and install man page
-  install -d "$pkgdir/usr/share/man/man1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wkhtmltopdf/repos/community-x86_64/PKGBUILD (from rev 641850, 
wkhtmltopdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 21:28:04 UTC (rev 641851)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=wkhtmltopdf
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Command line tools to render HTML into PDF and various image formats"
+arch=('x86_64')
+url="https://wkhtmltopdf.org/";
+license=('LGPL3')
+depends=('qt5-webkit' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git')
+optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
+source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  qmake-qt5 wkhtmltopdf.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir/usr" install
+
+  # Generate and install man pages
+  install -d "$pkgdir/usr/share/man/man1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in wkhtmltopdf/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 10, 2018 @ 12:24:26
  Author: foutrelis
Revision: 342210

archrelease: copy trunk to community-x86_64

Added:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD
(from rev 342209, wkhtmltopdf/trunk/PKGBUILD)
Deleted:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 +++--
 1 file changed, 35 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 12:24:20 UTC (rev 342209)
+++ PKGBUILD2018-06-10 12:24:26 UTC (rev 342210)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=wkhtmltopdf
-pkgver=0.12.4
-pkgrel=1
-pkgdesc="Command line tools to render HTML into PDF and various image formats"
-arch=('i686' 'x86_64')
-url="https://wkhtmltopdf.org/";
-license=('LGPL3')
-depends=('qt5-webkit' 'qt5-svg')
-makedepends=('git')
-optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  # fix build without patched Qt
-  git cherry-pick -n af95531eabb212ae16a9fb689bb25a767eb580bc
-}
-
-build() {
-  cd $pkgname
-
-  qmake-qt5 wkhtmltopdf.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir/usr" install
-
-  # Generate and install man page
-  install -d "$pkgdir/usr/share/man/man1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wkhtmltopdf/repos/community-x86_64/PKGBUILD (from rev 342209, 
wkhtmltopdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 12:24:26 UTC (rev 342210)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=wkhtmltopdf
+pkgver=0.12.5
+pkgrel=1
+pkgdesc="Command line tools to render HTML into PDF and various image formats"
+arch=('x86_64')
+url="https://wkhtmltopdf.org/";
+license=('LGPL3')
+depends=('qt5-webkit' 'qt5-svg')
+makedepends=('git')
+optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
+source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  qmake-qt5 wkhtmltopdf.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir/usr" install
+
+  # Generate and install man page
+  install -d "$pkgdir/usr/share/man/man1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
+}
+
+# vim:set ts=2 sw=2 et: