summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2014-08-24 17:26:16 -0700
committeryar2017-03-15 12:38:22 -0700
commit4d32c7bbee53afc52a1e250a27ff3c2e62ea395b (patch)
tree5f68cec544f43b1e9ea804f91cd7b8f5824033e5
parentb737b21bdca0668ec67695c68fa9daa02520df2d (diff)
downloadaur-4d32c7bbee53afc52a1e250a27ff3c2e62ea395b.tar.gz
remove patch
-rw-r--r--.SRCINFO2
-rw-r--r--0001-make-urxvt-tabbedex-work-with-perl-5.18.patch25
-rw-r--r--PKGBUILD7
3 files changed, 0 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4229d9df074d..85d0a1482774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,10 +13,8 @@ pkgbase = urxvt-tabbedex-git
provides = urxvt-tabbedex
conflicts = urxvt-tabbedex
source = git+https://github.com/stepb/urxvt-tabbedex.git
- source = 0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
source = urxvt-tabbedex-git.install
md5sums = SKIP
- md5sums = 92d581a40779da3127c88fdc7d10257f
md5sums = a07c8a1c46379ab763a113d3d9f4111e
pkgname = urxvt-tabbedex-git
diff --git a/0001-make-urxvt-tabbedex-work-with-perl-5.18.patch b/0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
deleted file mode 100644
index c7f4720a61ad..000000000000
--- a/0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b865e22e2553b9172f6029780520fd2aa7aca0ff Mon Sep 17 00:00:00 2001
-From: yardenac <yardenack@gmail.com>
-Date: Sun, 26 May 2013 23:11:06 -0700
-Subject: [PATCH] make urxvt-tabbedex work with perl 5.18
-
----
- tabbedex | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tabbedex b/tabbedex
-index ada0e2f..3863715 100755
---- a/tabbedex
-+++ b/tabbedex
-@@ -665,7 +665,7 @@ package urxvt::ext::tabbedex::tab;
- # simply proxies all interesting calls back to the tabbedex class.
-
- {
-- for my $hook qw(start destroy user_command key_press property_notify add_lines) {
-+ for my $hook (qw(start destroy user_command key_press property_notify add_lines)) {
- eval qq{
- sub on_$hook {
- my \$parent = \$_[0]{term}{parent}
---
-1.8.3.1
-
diff --git a/PKGBUILD b/PKGBUILD
index 15b73aa02cd6..d049f983030f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,10 +15,8 @@ provides=('urxvt-tabbedex')
conflicts=('urxvt-tabbedex')
install=urxvt-tabbedex-git.install
source=('git+https://github.com/stepb/urxvt-tabbedex.git'
- '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch'
'urxvt-tabbedex-git.install')
md5sums=('SKIP'
- '92d581a40779da3127c88fdc7d10257f'
'a07c8a1c46379ab763a113d3d9f4111e')
pkgver() {
@@ -26,11 +24,6 @@ pkgver() {
git describe --tags --long | sed 's/^tabbedex-//; s/-/-r/; s/-/./g'
}
-prepare() {
- cd urxvt-tabbedex
- git apply ../0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
-}
-
package() {
install -Dm644 urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex
}