summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-handwrite
diff options
context:
space:
mode:
authorobache <obache>2014-05-01 07:48:51 +0000
committerobache <obache>2014-05-01 07:48:51 +0000
commitf7aa8694cf4114626c99bc166ea446e6657770bb (patch)
treee3d33f65271e67a389fc14f82404a7912f9b5642 /inputmethod/ibus-handwrite
parent144585b6bdd7d96d24ca03dc8a56defb98056340 (diff)
downloadpkgsrc-f7aa8694cf4114626c99bc166ea446e6657770bb.tar.gz
Upstream Issue#20
Diffstat (limited to 'inputmethod/ibus-handwrite')
-rw-r--r--inputmethod/ibus-handwrite/distinfo4
-rw-r--r--inputmethod/ibus-handwrite/patches/patch-src_UI__gtk.c5
2 files changed, 6 insertions, 3 deletions
diff --git a/inputmethod/ibus-handwrite/distinfo b/inputmethod/ibus-handwrite/distinfo
index 563508f8ba4..a208f12b21c 100644
--- a/inputmethod/ibus-handwrite/distinfo
+++ b/inputmethod/ibus-handwrite/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2013/10/23 12:15:20 obache Exp $
+$NetBSD: distinfo,v 1.9 2014/05/01 07:48:51 obache Exp $
SHA1 (ibus-handwrite-2.1.4.tar.bz2) = 2798728c628dfa60a7c1c45c8a59882962c91b1e
RMD160 (ibus-handwrite-2.1.4.tar.bz2) = 35e7288d5efcd98a01138d075b0455874730a4ea
Size (ibus-handwrite-2.1.4.tar.bz2) = 237980 bytes
SHA1 (patch-configure) = 66d3e86c3ac5de1bbd466bfca1fc1d709b2d1da6
SHA1 (patch-configure.ac) = 0730abb2210c60b2feb1e9a3055568f4fbb11e2a
-SHA1 (patch-src_UI__gtk.c) = 1225bb4effdf4bf7e0de57ebfc9edc65134f9a61
+SHA1 (patch-src_UI__gtk.c) = 29ae3155fdb6eee9d3444488ed558ad6476eec99
SHA1 (patch-src_main.c) = b8adc7218d9de5f6cabe8c4a0de73b8ae69b792d
diff --git a/inputmethod/ibus-handwrite/patches/patch-src_UI__gtk.c b/inputmethod/ibus-handwrite/patches/patch-src_UI__gtk.c
index b0745037d2c..5ecd89d5e78 100644
--- a/inputmethod/ibus-handwrite/patches/patch-src_UI__gtk.c
+++ b/inputmethod/ibus-handwrite/patches/patch-src_UI__gtk.c
@@ -1,4 +1,7 @@
-$NetBSD: patch-src_UI__gtk.c,v 1.1 2012/11/19 23:16:41 joerg Exp $
+$NetBSD: patch-src_UI__gtk.c,v 1.2 2014/05/01 07:48:51 obache Exp $
+
+* Nested functions are supported as an extension in GNU C.
+ http://code.google.com/p/ibus-handwrite/issues/detail?id=20
--- src/UI_gtk.c.orig 2012-11-19 16:23:52.000000000 +0000
+++ src/UI_gtk.c