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

2020-12-25 Thread Daniel Bermond via arch-commits
Date: Friday, December 25, 2020 @ 22:37:46
  Author: dbermond
Revision: 791053

archrelease: copy trunk to community-x86_64

Added:
  htmldoc/repos/community-x86_64/PKGBUILD
(from rev 791052, htmldoc/trunk/PKGBUILD)
Deleted:
  htmldoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 22:37:23 UTC (rev 791052)
+++ PKGBUILD2020-12-25 22:37:46 UTC (rev 791053)
@@ -1,39 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: James An 
-# Contributor: Mariusz Libera 
-# Contributor: mortdeus 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Simon Rutishauser 
-
-pkgname=htmldoc
-pkgver=1.9.10
-pkgrel=1
-pkgdesc='HTML Conversion Software'
-arch=('x86_64')
-url='https://www.msweet.org/htmldoc/'
-license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
- 'shared-mime-info')
-source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('8235b1979ea5a71ef014e3d354031b102bf3249a3a4c8241bda0a87d04521ac5'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure \
---prefix='/usr' \
---enable-ssl \
---enable-gnutls \
---enable-cdsassl \
---disable-localjpeg \
---disable-localzlib \
---disable-localpng \
---with-gui
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 791052, 
htmldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-25 22:37:46 UTC (rev 791053)
@@ -0,0 +1,39 @@
+# Maintainer : Daniel Bermond 
+# Contributor: James An 
+# Contributor: Mariusz Libera 
+# Contributor: mortdeus 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Simon Rutishauser 
+
+pkgname=htmldoc
+pkgver=1.9.11
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/'
+license=('GPL2')
+depends=('fltk' 'gnutls' 'libjpeg-turbo' 'libpng' 'libxpm' 'zlib'
+ 'hicolor-icon-theme')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('5215afbf538730a3968b6126710c430e27b05ea7a43dd9f1c56b8d0dce5fb29b'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix='/usr' \
+--enable-ssl \
+--enable-gnutls \
+--enable-cdsassl \
+--disable-localjpeg \
+--disable-localzlib \
+--disable-localpng \
+--with-gui
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}


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

2020-09-05 Thread Daniel Bermond via arch-commits
Date: Sunday, September 6, 2020 @ 02:33:11
  Author: dbermond
Revision: 699250

archrelease: copy trunk to community-x86_64

Added:
  htmldoc/repos/community-x86_64/PKGBUILD
(from rev 699249, htmldoc/trunk/PKGBUILD)
Deleted:
  htmldoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-06 02:32:26 UTC (rev 699249)
+++ PKGBUILD2020-09-06 02:33:11 UTC (rev 699250)
@@ -1,39 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: James An 
-# Contributor: Mariusz Libera 
-# Contributor: mortdeus 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Simon Rutishauser 
-
-pkgname=htmldoc
-pkgver=1.9.9
-pkgrel=1
-pkgdesc='HTML Conversion Software'
-arch=('x86_64')
-url='https://www.msweet.org/htmldoc/'
-license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
- 'shared-mime-info')
-source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('47ef6ba866913d71efdface28169cffd5211b714c26a7f8c2394c277e56bf294'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure \
---prefix='/usr' \
---enable-ssl \
---enable-gnutls \
---enable-cdsassl \
---disable-localjpeg \
---disable-localzlib \
---disable-localpng \
---with-gui
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 699249, 
htmldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-06 02:33:11 UTC (rev 699250)
@@ -0,0 +1,39 @@
+# Maintainer : Daniel Bermond 
+# Contributor: James An 
+# Contributor: Mariusz Libera 
+# Contributor: mortdeus 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Simon Rutishauser 
+
+pkgname=htmldoc
+pkgver=1.9.10
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/'
+license=('GPL2')
+depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
+ 'shared-mime-info')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('8235b1979ea5a71ef014e3d354031b102bf3249a3a4c8241bda0a87d04521ac5'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix='/usr' \
+--enable-ssl \
+--enable-gnutls \
+--enable-cdsassl \
+--disable-localjpeg \
+--disable-localzlib \
+--disable-localpng \
+--with-gui
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}


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

2020-06-12 Thread Daniel Bermond via arch-commits
Date: Friday, June 12, 2020 @ 12:12:30
  Author: dbermond
Revision: 642393

archrelease: copy trunk to community-x86_64

Added:
  htmldoc/repos/community-x86_64/PKGBUILD
(from rev 642391, htmldoc/trunk/PKGBUILD)
Deleted:
  htmldoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-12 12:12:21 UTC (rev 642392)
+++ PKGBUILD2020-06-12 12:12:30 UTC (rev 642393)
@@ -1,39 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: James An 
-# Contributor: Mariusz Libera 
-# Contributor: mortdeus 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Simon Rutishauser 
-
-pkgname=htmldoc
-pkgver=1.9.8
-pkgrel=1
-pkgdesc='HTML Conversion Software'
-arch=('x86_64')
-url='https://www.msweet.org/htmldoc/'
-license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
- 'shared-mime-info')
-source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('9d32a333805384b9a3307c270c16452e443b67372d398ebb9955cf08d51be57b'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure \
---prefix='/usr' \
---enable-ssl \
---enable-gnutls \
---enable-cdsassl \
---disable-localjpeg \
---disable-localzlib \
---disable-localpng \
---with-gui
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 642391, 
htmldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-12 12:12:30 UTC (rev 642393)
@@ -0,0 +1,39 @@
+# Maintainer : Daniel Bermond 
+# Contributor: James An 
+# Contributor: Mariusz Libera 
+# Contributor: mortdeus 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Simon Rutishauser 
+
+pkgname=htmldoc
+pkgver=1.9.9
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/'
+license=('GPL2')
+depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
+ 'shared-mime-info')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('47ef6ba866913d71efdface28169cffd5211b714c26a7f8c2394c277e56bf294'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix='/usr' \
+--enable-ssl \
+--enable-gnutls \
+--enable-cdsassl \
+--disable-localjpeg \
+--disable-localzlib \
+--disable-localpng \
+--with-gui
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}


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

2020-02-16 Thread Daniel Bermond via arch-commits
Date: Sunday, February 16, 2020 @ 14:38:52
  Author: dbermond
Revision: 572633

archrelease: copy trunk to community-x86_64

Added:
  htmldoc/repos/community-x86_64/PKGBUILD
(from rev 572632, htmldoc/trunk/PKGBUILD)
Deleted:
  htmldoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-16 14:38:29 UTC (rev 572632)
+++ PKGBUILD2020-02-16 14:38:52 UTC (rev 572633)
@@ -1,39 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: James An 
-# Contributor: Mariusz Libera 
-# Contributor: mortdeus 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Simon Rutishauser 
-
-pkgname=htmldoc
-pkgver=1.9.7
-pkgrel=1
-pkgdesc='HTML Conversion Software'
-arch=('x86_64')
-url='https://www.msweet.org/htmldoc/'
-license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
- 'shared-mime-info')
-source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('c6c46f19d0fca10896e1cc526ea81f5a6c7d90fde7b69724ce663459cc118434'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure \
---prefix='/usr' \
---enable-ssl \
---enable-gnutls \
---enable-cdsassl \
---disable-localjpeg \
---disable-localzlib \
---disable-localpng \
---with-gui
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 572632, 
htmldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-16 14:38:52 UTC (rev 572633)
@@ -0,0 +1,39 @@
+# Maintainer : Daniel Bermond 
+# Contributor: James An 
+# Contributor: Mariusz Libera 
+# Contributor: mortdeus 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Simon Rutishauser 
+
+pkgname=htmldoc
+pkgver=1.9.8
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/'
+license=('GPL2')
+depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
+ 'shared-mime-info')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('9d32a333805384b9a3307c270c16452e443b67372d398ebb9955cf08d51be57b'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix='/usr' \
+--enable-ssl \
+--enable-gnutls \
+--enable-cdsassl \
+--disable-localjpeg \
+--disable-localzlib \
+--disable-localpng \
+--with-gui
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}


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

2019-10-13 Thread Daniel Bermond via arch-commits
Date: Sunday, October 13, 2019 @ 10:25:08
  Author: dbermond
Revision: 515298

archrelease: copy trunk to community-x86_64

Added:
  htmldoc/repos/community-x86_64/PKGBUILD
(from rev 515297, htmldoc/trunk/PKGBUILD)
Deleted:
  htmldoc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 +
 1 file changed, 39 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-13 10:24:44 UTC (rev 515297)
+++ PKGBUILD2019-10-13 10:25:08 UTC (rev 515298)
@@ -1,41 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: James An 
-# Contributor: Mariusz Libera 
-# Contributor: mortdeus 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Simon Rutishauser 
-
-pkgname=htmldoc
-pkgver=1.9.6
-pkgrel=1
-pkgdesc='HTML Conversion Software'
-arch=('x86_64')
-url='https://www.msweet.org/htmldoc/index.html'
-license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'shared-mime-info')
-source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('4f49385a55c14de2b432b737593b67a68b40415bf5cc276e0a14ca0ce2e00ef3'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-./configure \
---prefix='/usr' \
---enable-largefile \
---enable-ssl \
---enable-gnutls \
---enable-cdsassl \
---enable-localjpeg \
---enable-localzlib \
---enable-localpng \
---with-gui
-
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 515297, 
htmldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-13 10:25:08 UTC (rev 515298)
@@ -0,0 +1,39 @@
+# Maintainer : Daniel Bermond 
+# Contributor: James An 
+# Contributor: Mariusz Libera 
+# Contributor: mortdeus 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Simon Rutishauser 
+
+pkgname=htmldoc
+pkgver=1.9.7
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/'
+license=('GPL2')
+depends=('libxpm' 'gnutls' 'fltk' 'libjpeg-turbo' 'libpng' 'zlib'
+ 'shared-mime-info')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('c6c46f19d0fca10896e1cc526ea81f5a6c7d90fde7b69724ce663459cc118434'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure \
+--prefix='/usr' \
+--enable-ssl \
+--enable-gnutls \
+--enable-cdsassl \
+--disable-localjpeg \
+--disable-localzlib \
+--disable-localpng \
+--with-gui
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}


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

2019-10-01 Thread Daniel Bermond via arch-commits
Date: Tuesday, October 1, 2019 @ 19:14:46
  Author: dbermond
Revision: 512384

archrelease: copy trunk to community-x86_64

Added:
  htmldoc/repos/community-x86_64/PKGBUILD
(from rev 512383, htmldoc/trunk/PKGBUILD)
Deleted:
  htmldoc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-01 19:14:22 UTC (rev 512383)
+++ PKGBUILD2019-10-01 19:14:46 UTC (rev 512384)
@@ -1,41 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: James An 
-# Contributor: Mariusz Libera 
-# Contributor: mortdeus 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Simon Rutishauser 
-
-pkgname=htmldoc
-pkgver=1.9.5
-pkgrel=1
-pkgdesc='HTML Conversion Software'
-arch=('x86_64')
-url='https://www.msweet.org/htmldoc/index.html'
-license=('GPL2')
-depends=('libxpm' 'gnutls' 'fltk' 'shared-mime-info')
-source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
-sha256sums=('0be1ae7986e01e94d482b3af7dcee19800117c8a61ef67426c30ae7744a79ea6'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-./configure \
---prefix='/usr' \
---enable-largefile \
---enable-ssl \
---enable-gnutls \
---enable-cdsassl \
---enable-localjpeg \
---enable-localzlib \
---enable-localpng \
---with-gui
-
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 512383, 
htmldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-01 19:14:46 UTC (rev 512384)
@@ -0,0 +1,41 @@
+# Maintainer : Daniel Bermond 
+# Contributor: James An 
+# Contributor: Mariusz Libera 
+# Contributor: mortdeus 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Simon Rutishauser 
+
+pkgname=htmldoc
+pkgver=1.9.6
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/index.html'
+license=('GPL2')
+depends=('libxpm' 'gnutls' 'fltk' 'shared-mime-info')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('4f49385a55c14de2b432b737593b67a68b40415bf5cc276e0a14ca0ce2e00ef3'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+./configure \
+--prefix='/usr' \
+--enable-largefile \
+--enable-ssl \
+--enable-gnutls \
+--enable-cdsassl \
+--enable-localjpeg \
+--enable-localzlib \
+--enable-localpng \
+--with-gui
+
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}