Enable ghostscript (#1135)
authorHenrik Grimler <henka20@hotmail.com>
Fri, 11 Aug 2017 11:25:55 +0000 (13:25 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 11 Aug 2017 11:25:55 +0000 (13:25 +0200)
commit91a5322f5e9d6d2a1780e894efe67b9045a63510
treeed86ca0095cd898a42780751c8991a09d0b22e3f
parentd8425dcd526e00b60675661d0366d20dcc628616
Enable ghostscript (#1135)

* Fix ghostscript for aarch64.

* ghostscript: fix arm header

* ghostscript: clean build script

* ghostscript: disable i686 and x86_64 for now and enable package!

* Add required build dependencies for ghostscript to setup scripts

* ghostscript: add libexpat as dependency

* ghostscript: add (untested) generated headers for x86_64 and i686
disabled-packages/ghostscript/build.sh [deleted file]
packages/ghostscript/arch-aarch64.h [new file with mode: 0644]
packages/ghostscript/arch-arm.h [moved from disabled-packages/ghostscript/arch-arm.h with 80% similarity]
packages/ghostscript/arch-i686.h [new file with mode: 0644]
packages/ghostscript/arch-x86_64.h [new file with mode: 0644]
packages/ghostscript/build.sh [new file with mode: 0644]
packages/ghostscript/configure.patch [moved from disabled-packages/ghostscript/configure.patch with 100% similarity]
packages/ghostscript/gserrors.h.patch [moved from disabled-packages/ghostscript/gserrors.h.patch with 100% similarity]
scripts/setup-archlinux.sh
scripts/setup-ubuntu.sh