Update ibus-handwrite to 2.1.3.
bug fixes, but no changes for pkgsrc, because it's patch-a{b,c}.
This commit is contained in:
parent
44f2b69795
commit
9a80012603
5 changed files with 11 additions and 37 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -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
|
Loading…
Reference in a new issue