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

Allan McRae allan at archlinux.org
Fri Dec 3 15:21:57 UTC 2010


    Date: Friday, December 3, 2010 @ 10:21:57
  Author: allan
Revision: 102005

upgpkg: screen 4.0.3-10
patches only work when applied

Modified:
  screen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-03 14:34:01 UTC (rev 102004)
+++ PKGBUILD	2010-12-03 15:21:57 UTC (rev 102005)
@@ -4,7 +4,7 @@
 
 pkgname=screen
 pkgver=4.0.3
-pkgrel=9
+pkgrel=10
 _ptygroup=5 #the UID of our PTY/TTY group
 pkgdesc="Full-screen window manager that multiplexes a physical terminal"
 arch=('i686' 'x86_64')
@@ -23,6 +23,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i $srcdir/screen-4.0.3-long-term.patch
+  
   ./configure --prefix=/usr --enable-pam \
         --with-sys-screenrc=/etc/screenrc --enable-colors256 \
        --enable-rxvt_osc --with-pty-group=$_ptygroup \




More information about the arch-commits mailing list