summaryrefslogtreecommitdiff
path: root/community/rxvt-unicode
diff options
context:
space:
mode:
Diffstat (limited to 'community/rxvt-unicode')
-rw-r--r--community/rxvt-unicode/01-fix-tabber-perl-ext.patch12
-rw-r--r--community/rxvt-unicode/PKGBUILD12
2 files changed, 21 insertions, 3 deletions
diff --git a/community/rxvt-unicode/01-fix-tabber-perl-ext.patch b/community/rxvt-unicode/01-fix-tabber-perl-ext.patch
new file mode 100644
index 000000000..adb140bcc
--- /dev/null
+++ b/community/rxvt-unicode/01-fix-tabber-perl-ext.patch
@@ -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}
diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD
index e94f50ee7..d4c42a962 100644
--- a/community/rxvt-unicode/PKGBUILD
+++ b/community/rxvt-unicode/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90167 2013-05-07 19:14:34Z seblu $
+# $Id: PKGBUILD 91706 2013-05-26 09:26:28Z bluewind $
# Maintainer: Sébastien Luttringer
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=rxvt-unicode
pkgver=9.18
-pkgrel=3
+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,11 +18,17 @@ source=(
'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