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

Allan McRae allan at nymeria.archlinux.org
Wed Feb 13 03:58:57 UTC 2013


    Date: Wednesday, February 13, 2013 @ 04:58:56
  Author: allan
Revision: 178003

upgpkg: groff 1.22.2-2

fix termcap color stuff...

Modified:
  groff/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-13 01:27:04 UTC (rev 178002)
+++ PKGBUILD	2013-02-13 03:58:56 UTC (rev 178003)
@@ -3,7 +3,7 @@
 
 pkgname=groff
 pkgver=1.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html"
@@ -13,11 +13,13 @@
 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{,.sig})
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+        site.tmac)
 options=('!docs' '!emptydirs')
 install=groff.install
 md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
-         '65207deb0a9b54324cb947f25ec9164f')
+         '65207deb0a9b54324cb947f25ec9164f'
+         'a1fedafd7863b37968d32ad9ae1d8c13')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -38,4 +40,11 @@
   ln -s eqn $pkgdir/usr/bin/geqn
   ln -s tbl $pkgdir/usr/bin/gtbl
   ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac >> \
+    $pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac >> \
+    $pkgdir/usr/share/groff/site-tmac/mdoc.local
 }




More information about the arch-commits mailing list