[arch-commits] Commit in ghostscript/trunk (PKGBUILD ghostscript.install)

Jan de Groot jgc at archlinux.org
Mon Oct 27 08:49:03 UTC 2008


    Date: Monday, October 27, 2008 @ 04:49:02
  Author: jgc
Revision: 17256

Replace install scriptlet by optdepends (FS#11711)

Modified:
  ghostscript/trunk/PKGBUILD
Deleted:
  ghostscript/trunk/ghostscript.install

---------------------+
 PKGBUILD            |    3 +--
 ghostscript.install |   14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-27 08:18:39 UTC (rev 17255)
+++ PKGBUILD	2008-10-27 08:49:02 UTC (rev 17256)
@@ -9,11 +9,10 @@
 license=('GPL' 'custom')
 depends=('libxext' 'libxt' 'libcups>=1.3.8-2' 'fontconfig>=2.6.0' 'gtk2>=2.12.11' 'gnutls>=2.4.1')
 makedepends=('automake' 'autoconf')
+optdepends=('texlive-core: dvipdf')
 replaces=('ghostscript-lrpng')
 provides=('ghostscript-lprng')
 url="http://www.cs.wisc.edu/~ghost/"
-#url="http://www.cups.org/espgs/"
-install=ghostscript.install
 source=(ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs863/ghostscript-${pkgver}.tar.bz2
 	ghostscript-fPIC.patch)
 options=('!libtool' '!makeflags')

Deleted: ghostscript.install
===================================================================
--- ghostscript.install	2008-10-27 08:18:39 UTC (rev 17255)
+++ ghostscript.install	2008-10-27 08:49:02 UTC (rev 17256)
@@ -1,14 +0,0 @@
-post_install() {
-cat << EOF
-==> To use dvipdf, you need to install tetex:
-==> # pacman -S tetex
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list