diff --git a/srcpkgs/ghostscript/ghostscript.rshlibs b/srcpkgs/ghostscript/ghostscript.rshlibs index 119f7df77f..93722f20af 100644 --- a/srcpkgs/ghostscript/ghostscript.rshlibs +++ b/srcpkgs/ghostscript/ghostscript.rshlibs @@ -15,3 +15,4 @@ libX11.so.6 libijs-0.35.so libgs.so.9 libpng15.so.15 +libdbus-1.so.3 diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template index 267f3981c9..76f9ff212a 100644 --- a/srcpkgs/ghostscript/template +++ b/srcpkgs/ghostscript/template @@ -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 " 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.