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

Paul Mattal paul at archlinux.org
Sun Mar 7 21:58:14 UTC 2010


    Date: Sunday, March 7, 2010 @ 16:58:14
  Author: paul
Revision: 71613

fixed site.tmac file bug per FS#15479

Modified:
  groff/trunk/PKGBUILD
  groff/trunk/site.tmac

-----------+
 PKGBUILD  |    4 ++--
 site.tmac |   31 ++++++++++++++++---------------
 2 files changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-07 21:47:45 UTC (rev 71612)
+++ PKGBUILD	2010-03-07 21:58:14 UTC (rev 71613)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=groff
 pkgver=1.20.1
-pkgrel=3
+pkgrel=4
 pkgdesc="GNU troff text-formatting system"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/groff/groff.html"
@@ -15,7 +15,7 @@
         site.tmac)
 install=groff.install
 md5sums=('48fa768dd6fdeb7968041dd5ae8e2b02'
-         '7b47109b2dd1797445c912574d8934a1')
+         'a1fedafd7863b37968d32ad9ae1d8c13')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: site.tmac
===================================================================
--- site.tmac	2010-03-07 21:47:45 UTC (rev 71612)
+++ site.tmac	2010-03-07 21:58:14 UTC (rev 71613)
@@ -1,15 +1,16 @@
-
-.\" Character translations for non-keyboard
-.\" characters - to make them searchable
-.if '\*[.T]'utf8' \
-.  char \- \N'45'
-.  char - \N'45'
-.  char ' \N'39'
-.  char \' \N'39'
-..
-
-.\" Shut off SGR by default (groff colors)
-.\" Require GROFF_SGR envvar defined to turn it on
-.if '\V[GROFF_SGR]'' \
-.  output x X tty: sgr 0
-..
+.
+.if n \{\
+.  \" Character translations for non-keyboard
+.  \" characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.    char \- \N'45'
+.    char - \N'45'
+.    char ' \N'39'
+.    char \' \N'39'
+.  \}
+.
+.  \" Shut off SGR by default (groff colors)
+.  \" Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.    output x X tty: sgr 0
+.\}




More information about the arch-commits mailing list