Skip to content

Commit

Permalink
Update ibus-unikye to 0.5.1.
Browse files Browse the repository at this point in the history
    * Release 0.5.1
    - Cleanup setup options in menu
    - Fix bugs
  • Loading branch information
obache committed Sep 16, 2010
1 parent 08f93ba commit bd2229f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
5 changes: 2 additions & 3 deletions inputmethod/ibus-unikey/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2010/09/14 11:02:08 wiz Exp $
# $NetBSD: Makefile,v 1.3 2010/09/16 10:09:07 obache Exp $
#

DISTNAME= ibus-unikey-0.5
PKGREVISION= 1
DISTNAME= ibus-unikey-0.5.1
CATEGORIES= inputmethod
MASTER_SITES= http://ibus-unikey.googlecode.com/files/

Expand Down
9 changes: 5 additions & 4 deletions inputmethod/ibus-unikey/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:22:26 obache Exp $
$NetBSD: distinfo,v 1.2 2010/09/16 10:09:07 obache Exp $

SHA1 (ibus-unikey-0.5.tar.gz) = 525e8b8c8c0beb41f16d771c502098cf2d1fba9b
RMD160 (ibus-unikey-0.5.tar.gz) = baf583141f01af7836a4c30d47041cdb66cc92bd
Size (ibus-unikey-0.5.tar.gz) = 494304 bytes
SHA1 (ibus-unikey-0.5.1.tar.gz) = 01f34cf6d32d7bffc862e9c6d3531113eccd7b3c
RMD160 (ibus-unikey-0.5.1.tar.gz) = 8176ccf1bff44450e48def487ab4196f806a42ae
Size (ibus-unikey-0.5.1.tar.gz) = 496451 bytes
SHA1 (patch-aa) = 4d64f17e6a13b58aa77e75fe03d9405146657688
15 changes: 15 additions & 0 deletions inputmethod/ibus-unikey/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1 2010/09/16 10:09:07 obache Exp $

standard location.

--- src/engine.cpp.orig 2010-09-11 11:56:49.000000000 +0000
+++ src/engine.cpp
@@ -3,7 +3,7 @@
#endif
#include <libintl.h>

-#include <wait.h>
+#include <sys/wait.h>
#include <string.h>
#include <X11/Xlib.h>
#include <ibus.h>

0 comments on commit bd2229f

Please sign in to comment.