[arch-commits] Commit in jbig2dec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Oct 3 21:34:47 UTC 2018


    Date: Wednesday, October 3, 2018 @ 21:34:47
  Author: bisson
Revision: 335717

archrelease: copy trunk to extra-x86_64

Added:
  jbig2dec/repos/extra-x86_64/PKGBUILD
    (from rev 335716, jbig2dec/trunk/PKGBUILD)
Deleted:
  jbig2dec/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 21:34:24 UTC (rev 335716)
+++ PKGBUILD	2018-10-03 21:34:47 UTC (rev 335717)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=jbig2dec
-pkgver=0.14
-pkgrel=1
-pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='https://artifex.com/developers-ghostscript-jbig2dec/'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpng')
-source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./autogen.sh --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: jbig2dec/repos/extra-x86_64/PKGBUILD (from rev 335716, jbig2dec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 21:34:47 UTC (rev 335717)
@@ -0,0 +1,26 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=jbig2dec
+pkgver=0.15
+_gsver=gs924
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://jbig2dec.com/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6bfa1af72de37c7929315933a1ba696540d860936ad98f9de02fc725d7e53854')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./autogen.sh --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list