-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 0.5.1 - Cleanup setup options in menu - Fix bugs
- Loading branch information
obache
committed
Sep 16, 2010
1 parent
08f93ba
commit bd2229f
Showing
3 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |