[arch-commits] Commit in texinfo/trunk (PKGBUILD texinfo-5.2-C-n-fix.patch)
Allan McRae
allan at nymeria.archlinux.org
Sat Nov 9 00:55:53 UTC 2013
Date: Saturday, November 9, 2013 @ 01:55:52
Author: allan
Revision: 199267
upgpkg: texinfo 5.2-2
fix cursor movement command
Added:
texinfo/trunk/texinfo-5.2-C-n-fix.patch
Modified:
texinfo/trunk/PKGBUILD
---------------------------+
PKGBUILD | 13 ++++++++++---
texinfo-5.2-C-n-fix.patch | 10 ++++++++++
2 files changed, 20 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-11-09 00:17:08 UTC (rev 199266)
+++ PKGBUILD 2013-11-09 00:55:52 UTC (rev 199267)
@@ -4,7 +4,7 @@
pkgname=texinfo
pkgver=5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/texinfo/"
@@ -12,10 +12,17 @@
groups=('base' 'base-devel')
depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
install=texinfo.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+ texinfo-5.2-C-n-fix.patch)
md5sums=('cb489df8a7ee9d10a236197aefdb32c5'
- 'SKIP')
+ 'SKIP'
+ '89724bac1ecbd1a57b1ea81e87f96f44')
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ patch -p0 -i ${srcdir}/texinfo-5.2-C-n-fix.patch
+}
+
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
Added: texinfo-5.2-C-n-fix.patch
===================================================================
--- texinfo-5.2-C-n-fix.patch (rev 0)
+++ texinfo-5.2-C-n-fix.patch 2013-11-09 00:55:52 UTC (rev 199267)
@@ -0,0 +1,10 @@
+--- info/infomap.c (revision 5386)
++++ info/infomap.c (working copy)
+@@ -297,6 +297,7 @@
+ CONTROL('f'), NUL, A_info_forward_char,
+ CONTROL('h'), NUL, A_info_get_help_window,
+ CONTROL('l'), NUL, A_info_redraw_display,
++ CONTROL('n'), NUL, A_info_next_line,
+ CONTROL('p'), NUL, A_info_prev_line,
+ CONTROL('r'), NUL, A_isearch_backward,
+ CONTROL('s'), NUL, A_isearch_forward,
More information about the arch-commits
mailing list