[arch-commits] Commit in screen/trunk (PKGBUILD texinfo.patch)

Gaëtan Bisson bisson at archlinux.org
Thu Mar 2 09:28:08 UTC 2017


    Date: Thursday, March 2, 2017 @ 09:28:07
  Author: bisson
Revision: 289880

fix FS#53139

Added:
  screen/trunk/texinfo.patch
Modified:
  screen/trunk/PKGBUILD

---------------+
 PKGBUILD      |    9 ++++++++-
 texinfo.patch |   14 ++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 09:16:11 UTC (rev 289879)
+++ PKGBUILD	2017-03-02 09:28:07 UTC (rev 289880)
@@ -5,7 +5,7 @@
 
 pkgname=screen
 pkgver=4.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='https://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -14,10 +14,12 @@
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
               '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
 source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+        'texinfo.patch'
         'tmpfiles.d'
         'pam.d')
 sha256sums=('97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d'
             'SKIP'
+	    '3d61332c1832c067777997e4b4dbaf8911716648f07162887cf8b4e50aa0ca21'
             '1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
             '971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
 
@@ -26,6 +28,11 @@
 
 _ptygroup=5 #the UID of our PTY/TTY group
 
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../texinfo.patch
+}
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: texinfo.patch
===================================================================
--- texinfo.patch	                        (rev 0)
+++ texinfo.patch	2017-03-02 09:28:07 UTC (rev 289880)
@@ -0,0 +1,14 @@
+diff -Naur old/doc/screen.texinfo new/doc/screen.texinfo
+--- old/doc/screen.texinfo	2017-02-25 05:35:35.128808129 -1000
++++ new/doc/screen.texinfo	2017-03-01 23:22:32.078134723 -1000
+@@ -5796,8 +5796,8 @@
+ ============
+ 
+ @example
+-     Thomas Renninger <treen at suse.com>,
+-     Axel Beckert <abe at deuxchevaux.org>,
++     Thomas Renninger <treen@@suse.com>,
++     Axel Beckert <abe@@deuxchevaux.org>,
+      Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
+      Rudolf Koenig <rfkoenig@@informatik.uni-erlangen.de>,
+      Toerless Eckert <eckert@@informatik.uni-erlangen.de>,



More information about the arch-commits mailing list