[arch-commits] Commit in groff/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 4 16:35:14 UTC 2009


    Date: Sunday, October 4, 2009 @ 12:35:14
  Author: andyrtr
Revision: 53976

add optdepends for interaction with man -H command and remove obsolete info/dir handling

Modified:
  groff/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-04 16:28:35 UTC (rev 53975)
+++ PKGBUILD	2009-10-04 16:35:14 UTC (rev 53976)
@@ -10,6 +10,8 @@
 groups=('base')
 depends=('perl' 'gcc-libs' 'texinfo')
 makedepends=('netpbm' 'psutils' 'ghostscript')
+optdepends=('netpbm: for use together with man -H command interaction in browsers'
+            'psutils: for use together with man -H command interaction in browsers')
 source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz
         site.tmac)
 install=groff.install
@@ -35,6 +37,4 @@
     $pkgdir/usr/share/groff/site-tmac/man.local
   cat $srcdir/site.tmac >> \
     $pkgdir/usr/share/groff/site-tmac/mdoc.local
-
-  rm -f $pkgdir/usr/share/info/dir
 }




More information about the arch-commits mailing list