diff options
author | obache <obache@pkgsrc.org> | 2011-01-26 02:38:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-26 02:38:52 +0000 |
commit | 9a8001260376095772738e393c90866f8c838fd6 (patch) | |
tree | 2213e5222a9839e5864b09b87a5b181ca01a8f34 /inputmethod | |
parent | 44f2b697956d4676d9648c4140dce63920c72877 (diff) | |
download | pkgsrc-9a8001260376095772738e393c90866f8c838fd6.tar.gz |
Update ibus-handwrite to 2.1.3.
bug fixes, but no changes for pkgsrc, because it's patch-a{b,c}.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-handwrite/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus-handwrite/distinfo | 12 | ||||
-rw-r--r-- | inputmethod/ibus-handwrite/patches/patch-aa | 5 | ||||
-rw-r--r-- | inputmethod/ibus-handwrite/patches/patch-ab | 14 | ||||
-rw-r--r-- | inputmethod/ibus-handwrite/patches/patch-ac | 12 |
5 files changed, 11 insertions, 37 deletions
diff --git a/inputmethod/ibus-handwrite/Makefile b/inputmethod/ibus-handwrite/Makefile index 0da279357eb..9b85593d1aa 100644 --- a/inputmethod/ibus-handwrite/Makefile +++ b/inputmethod/ibus-handwrite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/01/13 13:38:26 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/01/26 02:38:52 obache Exp $ # -DISTNAME= ibus-handwrite-2.1.2 -PKGREVISION= 1 +DISTNAME= ibus-handwrite-2.1.3 CATEGORIES= inputmethod MASTER_SITES= http://ibus-handwrite.googlecode.com/files/ diff --git a/inputmethod/ibus-handwrite/distinfo b/inputmethod/ibus-handwrite/distinfo index d5295dfe467..13bd81f4d7a 100644 --- a/inputmethod/ibus-handwrite/distinfo +++ b/inputmethod/ibus-handwrite/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.3 2010/12/14 06:20:43 obache Exp $ +$NetBSD: distinfo,v 1.4 2011/01/26 02:38:52 obache Exp $ -SHA1 (ibus-handwrite-2.1.2.tar.gz) = 51d56337ab1e14fe51249351e2248be769aa7a44 -RMD160 (ibus-handwrite-2.1.2.tar.gz) = c60e397dbd5cec3d5e834f72e98289433ad6461e -Size (ibus-handwrite-2.1.2.tar.gz) = 293292 bytes -SHA1 (patch-aa) = c3df000bc9f4f84bf4f3be2d472a467f995086f6 -SHA1 (patch-ab) = d9cd7f5b046337179779f0bca66459fb3f81262d -SHA1 (patch-ac) = 5c6b951e0f581ee066b0784df6bef7ab37ff2940 +SHA1 (ibus-handwrite-2.1.3.tar.gz) = c52ecf30f8f628afdc858321db683d72e6b43694 +RMD160 (ibus-handwrite-2.1.3.tar.gz) = 62bc138c36c37533e1734922c50769f0d8c3b92d +Size (ibus-handwrite-2.1.3.tar.gz) = 293327 bytes +SHA1 (patch-aa) = 18449df350fbff0e465ad05fc5c3b8e879418d0b diff --git a/inputmethod/ibus-handwrite/patches/patch-aa b/inputmethod/ibus-handwrite/patches/patch-aa index b33b0814efc..3d8e23ea1e8 100644 --- a/inputmethod/ibus-handwrite/patches/patch-aa +++ b/inputmethod/ibus-handwrite/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2010/11/23 01:10:36 obache Exp $ +$NetBSD: patch-aa,v 1.3 2011/01/26 02:38:53 obache Exp $ + +http://code.google.com/p/ibus-handwrite/issues/detail?id=11 +(upstream marked as "WontFix" and closed). --- src/handrecog_lucykila.c.orig 2010-11-22 12:41:39.000000000 +0000 +++ src/handrecog_lucykila.c diff --git a/inputmethod/ibus-handwrite/patches/patch-ab b/inputmethod/ibus-handwrite/patches/patch-ab deleted file mode 100644 index 9605fe2eba5..00000000000 --- a/inputmethod/ibus-handwrite/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2010/11/23 01:10:36 obache Exp $ - ---- src/main.c.orig 2010-11-22 12:57:26.000000000 +0000 -+++ src/main.c -@@ -1,7 +1,9 @@ - /* vim:set et sts=4: */ - #include <config.h> - #include <unistd.h> -+#ifdef __linux__ - #include <execinfo.h> -+#endif - #include <stdio.h> - #include <stdlib.h> - #include <ibus.h> diff --git a/inputmethod/ibus-handwrite/patches/patch-ac b/inputmethod/ibus-handwrite/patches/patch-ac deleted file mode 100644 index 77e46f9e443..00000000000 --- a/inputmethod/ibus-handwrite/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2010/08/07 02:25:03 obache Exp $ - ---- icons/Makefile.in.orig 2010-04-23 07:06:16.000000000 +0000 -+++ icons/Makefile.in -@@ -216,6 +216,7 @@ zinnia = @zinnia@ - zinnia_tomoe = @zinnia_tomoe@ - icons_DATA = \ - ibus-handwrite.svg \ -+ switch.svg \ - $(NULL) - - iconsdir = $(pkgdatadir)/icons |