ghostscript: enable dbus support, depend on gsfonts.
This commit is contained in:
parent
bb70a6e91c
commit
cde7e3b52c
|
@ -15,3 +15,4 @@ libX11.so.6
|
|||
libijs-0.35.so
|
||||
libgs.so.9
|
||||
libpng15.so.15
|
||||
libdbus-1.so.3
|
||||
|
|
|
@ -1,19 +1,26 @@
|
|||
# Template file for 'ghostscript'
|
||||
pkgname=ghostscript
|
||||
version=9.05
|
||||
revision=2
|
||||
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
||||
makedepends="automake pkg-config libXext-devel libXt-devel fontconfig-devel jasper-devel tiff-devel jpeg-devel libpng-devel>=1.5.10 lcms2-devel cups-devel"
|
||||
revision=3
|
||||
disable_parallel_build=yes
|
||||
subpackages="libgs libijs $pkgname-devel"
|
||||
depends="gsfonts"
|
||||
makedepends="automake pkg-config dbus-devel libXext-devel libXt-devel fontconfig-devel jasper-devel tiff-devel jpeg-devel libpng-devel>=1.5.10 lcms2-devel cups-devel"
|
||||
short_desc="An interpreter for the PostScript language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.ghostscript.com/"
|
||||
license="GPL-3, custom"
|
||||
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
||||
checksum=0f41212af3a5a552ab2302cd90606dc8245be34490a699726dc95ed3cd89ceac
|
||||
long_desc="
|
||||
..."
|
||||
GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a
|
||||
back-end to a program such as ghostview, it can display PostScript and PDF
|
||||
documents in an X11 environment.
|
||||
|
||||
Furthermore, it can render PostScript and PDF files as graphics to be printed
|
||||
on non-PostScript printers. Supported printers include common dot-matrix,
|
||||
inkjet and laser models."
|
||||
|
||||
disable_parallel_build=yes
|
||||
subpackages="libgs libijs $pkgname-devel"
|
||||
|
||||
pre_configure() {
|
||||
# force it to use system libs.
|
||||
|
|
Loading…
Reference in New Issue
Block a user