[arch-commits] Commit in rxvt-unicode/trunk (01-fix-tabber-perl-ext.patch PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun May 26 02:08:39 UTC 2013


    Date: Sunday, May 26, 2013 @ 04:08:39
  Author: seblu
Revision: 91635

upgpkg: rxvt-unicode 9.18-5

- fix FS#35420

Added:
  rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch
Modified:
  rxvt-unicode/trunk/PKGBUILD

------------------------------+
 01-fix-tabber-perl-ext.patch |   12 ++++++++++++
 PKGBUILD                     |   10 ++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

Added: 01-fix-tabber-perl-ext.patch
===================================================================
--- 01-fix-tabber-perl-ext.patch	                        (rev 0)
+++ 01-fix-tabber-perl-ext.patch	2013-05-26 02:08:39 UTC (rev 91635)
@@ -0,0 +1,12 @@
+# https://bugs.archlinux.org/task/35420
+--- a/src/perl/tabbed	2012-09-12 17:32:04.000000000 +0900
++++ b/src/perl/tabbed	2013-05-24 13:04:37.000000000 +0900
+@@ -402,7 +402,7 @@
+ # simply proxies all interesting calls back to the tabbed class.
+ 
+ {
+-   for my $hook qw(start destroy key_press property_notify) {
++   for my $hook (qw(start destroy key_press property_notify)) {
+       eval qq{
+          sub on_$hook {
+             my \$parent = \$_[0]{term}{parent}

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-25 20:26:07 UTC (rev 91634)
+++ PKGBUILD	2013-05-26 02:08:39 UTC (rev 91635)
@@ -6,7 +6,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.18
-pkgrel=4
+pkgrel=5
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -18,12 +18,18 @@
   'urxvt.desktop'
   'urxvtc.desktop'
   'urxvt-tabbed.desktop'
+  '01-fix-tabber-perl-ext.patch'
 )
 md5sums=('963ccc748fe5bca925e7b92c0404d68b'
          'fec94dc986fa37ec380079d81de3e0b2'
          'fac55f0a8404c86dad3e702146762332'
-         '8a5599197568c63720e282b9722a7990')
+         '8a5599197568c63720e282b9722a7990'
+         '0c26ae7022a128e68981577785358b63')
 
+prepare() {
+  patch -p1 -d $pkgname-$pkgver < 01-fix-tabber-perl-ext.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \




More information about the arch-commits mailing list