Date: Wednesday, May 8, 2013 @ 15:46:14
  Author: tpowa
Revision: 184785

upgpkg: groff 1.22.2-3

add gxditview #32126

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-08 13:29:03 UTC (rev 184784)
+++ PKGBUILD    2013-05-08 13:46:14 UTC (rev 184785)
@@ -3,16 +3,17 @@
 
 pkgname=groff
 pkgver=1.22.2
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html";
 license=('GPL')
 groups=('base-devel')
 depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
 optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-            'psutils: for use together with man -H command interaction in 
browsers')
+            'psutils: for use together with man -H command interaction in 
browsers'
+            'libxaw: for gxditview')
 source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
         site.tmac)
 options=('!docs' '!emptydirs')
@@ -23,7 +24,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-x
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
   make
 }
 

Reply via email to