[arch-commits] Commit in a2ps/trunk (PKGBUILD a2ps-texinfo5.patch)

Eric Bélanger eric at nymeria.archlinux.org
Tue Jul 30 06:58:57 UTC 2013


    Date: Tuesday, July 30, 2013 @ 08:58:54
  Author: eric
Revision: 191743

upgpkg: a2ps 4.14-4

Fix info pages (close FS#36236)

Added:
  a2ps/trunk/a2ps-texinfo5.patch
Modified:
  a2ps/trunk/PKGBUILD

---------------------+
 PKGBUILD            |   11 +++++++----
 a2ps-texinfo5.patch |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-30 02:31:53 UTC (rev 191742)
+++ PKGBUILD	2013-07-30 06:58:54 UTC (rev 191743)
@@ -3,7 +3,7 @@
 
 pkgname=a2ps
 pkgver=4.14
-pkgrel=3
+pkgrel=4
 pkgdesc="An Any to PostScript filter"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/a2ps/"
@@ -14,15 +14,17 @@
 options=('!libtool')
 install=a2ps.install
 source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz{,.sig}
-        a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch a2ps-4.13-manpage-chmod.patch
-        a2ps-4.14-check-mempcpy.patch a2ps-4.14-fix-stpcpy-proto.patch)
+        a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch 
+	a2ps-4.13-manpage-chmod.patch a2ps-4.14-check-mempcpy.patch 
+	a2ps-4.14-fix-stpcpy-proto.patch a2ps-texinfo5.patch)
 sha1sums=('365abbbe4b7128bf70dad16d06e23c5701874852'
           'SKIP'
           '8783952d3410d8d59ed953e1db45e2ef1a0b8f65'
           '94e35a6ad9268161bec22a56d4cfb696d635994a'
           '2bb3d0a2ef2f3ff9262723e35c742a80ab0235ce'
           '6aed29c1399e79f3914b408059610f9e7c0fc38e'
-          '58fa90134f1027e3f05aeb08212cbcc10f420738')
+          '58fa90134f1027e3f05aeb08212cbcc10f420738'
+          '81269db9dd29685b0ece2539070ced3f7a8472df')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -35,6 +37,7 @@
   patch -p1 -i "${srcdir}/a2ps-4.13-manpage-chmod.patch"
   patch -p1 -i "${srcdir}/a2ps-4.14-check-mempcpy.patch"
   patch -p0 -i "${srcdir}/a2ps-4.14-fix-stpcpy-proto.patch"
+  patch -p1 -i "${srcdir}/a2ps-texinfo5.patch"
 }
 
 build() {

Added: a2ps-texinfo5.patch
===================================================================
--- a2ps-texinfo5.patch	                        (rev 0)
+++ a2ps-texinfo5.patch	2013-07-30 06:58:54 UTC (rev 191743)
@@ -0,0 +1,46 @@
+diff -Naur a2ps-4.14-orig/doc/a2ps.texi a2ps-4.14/doc/a2ps.texi
+--- a2ps-4.14-orig/doc/a2ps.texi	2013-07-30 02:27:21.950434805 -0400
++++ a2ps-4.14/doc/a2ps.texi	2013-07-30 02:29:07.286445041 -0400
+@@ -22,12 +22,12 @@
+ @c `a2ps'.  Avoid those quotes.
+ @iftex
+ @macro pack
+- at code{@value{PACKAGE}}@c
++ at code{@value{PACKAGE}}
+ @end macro
+ @end iftex
+ @ifnottex
+ @macro pack
+- at value{PACKAGE}@c
++ at value{PACKAGE}
+ @end macro
+ @end ifnottex
+ 
+@@ -43,11 +43,6 @@
+ @end macro
+ @end ifnottex
+ 
+- at c TeX variants
+- at macro LaTeX
+-La at TeX{}
+- at end macro
+-
+ @macro PreTeX
+ Pre at TeX{}
+ @end macro
+@@ -3965,13 +3960,13 @@
+ @itemx \end@{enumerate@}
+ @itemx \begin@{description@}
+ @itemx \end@{description@}
+-These commands are legal in @LaTeX but have no sense in @PreTeX{}.
++These commands are legal in @LaTeX{} but have no sense in @PreTeX{}.
+ Hence there are simply ignored and not printed (if immediately followed
+ by an end-of-line).
+ @end table
+ 
+ @node Differences with LaTeX
+- at subsubsection Differences with @LaTeX
++ at subsubsection Differences with @LaTeX{}
+ The following symbols, inherited from the style sheet @code{Symbol}, are
+ not supported by @LaTeX{}:
+ 




More information about the arch-commits mailing list