summaryrefslogtreecommitdiff
path: root/libre/ghostscript/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-01 16:46:14 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-01 16:46:14 -0300
commit04907e10d9ae9035cd058c3a0a0b228a73b0931a (patch)
treefc0e76579dff7fb33d3e64888180b934293a9aeb /libre/ghostscript/PKGBUILD
parent759403ff0b360e77402f41a57881668c7446b11f (diff)
downloadabslibre-04907e10d9ae9035cd058c3a0a0b228a73b0931a.tar.gz
abslibre-04907e10d9ae9035cd058c3a0a0b228a73b0931a.tar.bz2
abslibre-04907e10d9ae9035cd058c3a0a0b228a73b0931a.zip
ghostscript-9.18-4.parabola1: add a missing header FS#46928 -> https://bugs.archlinux.org/task/46928
Diffstat (limited to 'libre/ghostscript/PKGBUILD')
-rw-r--r--libre/ghostscript/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD
index d653c09aa..b3139e576 100644
--- a/libre/ghostscript/PKGBUILD
+++ b/libre/ghostscript/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 249384 2015-10-15 15:37:05Z andyrtr $
+# $Id: PKGBUILD 249913 2015-11-01 10:30:58Z andyrtr $
# Maintainer (Arch): AndyRTR <andyrtr@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
@@ -6,7 +6,7 @@
pkgname=ghostscript
pkgver=9.18
-pkgrel=3.parabola1
+pkgrel=4.parabola1
pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support"
arch=('i686' 'x86_64')
license=('AGPL' 'custom')
@@ -22,6 +22,7 @@ mksource=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
source=(https://repo.parabola.nu/other/ghostscript-libre/ghostscript-libre-${pkgver}.tar.bz2
ghostscript-sys-zlib.patch
bug_696246.diff
+ add_gserrors_h.diff
libre.patch)
#options=('!makeflags')
# http://downloads.ghostscript.com/public/SHA1SUMS
@@ -29,6 +30,7 @@ mksha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1')
sha1sums=('6899da0407e4bf4a9f65848e68df237ed83c04ee'
'e054caf753df4d67221b29a2eac66130653f7556'
'f259eaac3beb0ec346bb2d4d2455e4e3baddecd4'
+ 'ca686fed1af36d1f9fa866b47ff129c71d6a19ff'
'51f821faec00749ed8b61d772879269f9809f694')
mksource() {
cd ghostscript-${pkgver}
@@ -43,6 +45,8 @@ prepare() {
patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
# fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - FS#46637, FS#46734?
patch -Np1 -i ${srcdir}/bug_696246.diff
+ # add a missing header; FS#46928
+ patch -Np1 -i ${srcdir}/add_gserrors_h.diff
# remove nonfree JPEG XR reference on the license file
patch -Np1 -i ${srcdir}/libre.patch
}