diff options
author | Juergen Daubert <jue@jue.li> | 2018-09-03 17:36:25 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-09-03 17:36:25 +0200 |
commit | cd69ec2189d24e5c484b33e60e9843e9efa68cb1 (patch) | |
tree | 21a1aa1c189169c0cab3fd8fb00c6a2f27f0c398 /ghostscript/Pkgfile | |
parent | 3a28c595df63305eec2b924dad2389c5482e2360 (diff) | |
download | opt-cd69ec2189d24e5c484b33e60e9843e9efa68cb1.tar.gz opt-cd69ec2189d24e5c484b33e60e9843e9efa68cb1.tar.xz |
ghostscript: update to 9.24
Diffstat (limited to 'ghostscript/Pkgfile')
-rw-r--r-- | ghostscript/Pkgfile | 34 |
1 files changed, 3 insertions, 31 deletions
diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 518daca8f..03066cea7 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -4,41 +4,14 @@ # Depends on: util-linux, cups, fontconfig, xorg-libxt, xorg-libxext name=ghostscript -version=9.23 -release=2 +version=9.24 +release=1 source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version/./}/$name-$version.tar.xz - http://downloads.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz - ghostpdl.git-0b6cd191.patch - ghostpdl.git-b575e1ec.patch - ghostpdl.git-8e9ce501.patch - ghostpdl.git-241d9111.patch - ghostpdl.git-c432131c.patch - ghostpdl.git-e01e77a3.patch - ghostpdl.git-0edd3d6c.patch - ghostpdl.git-a054156d.patch - ghostpdl.git-0d390118.patch - ghostpdl.git-c3476dde.patch - ghostpdl.git-b326a716.patch - ghostpdl.git-78911a01.patch - ghostpdl.git-5516c614.patch) + http://downloads.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) build () { cd $name-$version - patch -p1 -i $SRC/ghostpdl.git-0b6cd191.patch - patch -p1 -i $SRC/ghostpdl.git-b575e1ec.patch - patch -p1 -i $SRC/ghostpdl.git-8e9ce501.patch - patch -p1 -i $SRC/ghostpdl.git-241d9111.patch - patch -p1 -i $SRC/ghostpdl.git-c432131c.patch - patch -p1 -i $SRC/ghostpdl.git-e01e77a3.patch - patch -p1 -i $SRC/ghostpdl.git-0edd3d6c.patch - patch -p1 -i $SRC/ghostpdl.git-a054156d.patch - patch -p1 -i $SRC/ghostpdl.git-0d390118.patch - patch -p1 -i $SRC/ghostpdl.git-c3476dde.patch - patch -p1 -i $SRC/ghostpdl.git-b326a716.patch - patch -p1 -i $SRC/ghostpdl.git-78911a01.patch - patch -p1 -i $SRC/ghostpdl.git-5516c614.patch - ./configure --prefix=/usr \ --enable-cups \ --disable-gtk \ @@ -59,7 +32,6 @@ build () { cp -r $SRC/fonts $PKG/usr/share/ghostscript - rm -r $PKG/usr/share/ghostscript/$version/doc rm -r $PKG/usr/share/{doc,man/de} rm $PKG/usr/share/ghostscript/fonts/[CRT]* rm $PKG/usr/bin/ijs_{client,server}_example |