diff options
author | obache <obache> | 2010-09-16 10:09:07 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-16 10:09:07 +0000 |
commit | 4b7197532f9111e3d8edaa30a36323144c5ccf7c (patch) | |
tree | 9b50a77e1d1a3563ab20fa9e9ab2355c581e9ca3 /inputmethod | |
parent | f0cab1eba7345bce34fc4702b52c0c9602561ff0 (diff) | |
download | pkgsrc-4b7197532f9111e3d8edaa30a36323144c5ccf7c.tar.gz |
Update ibus-unikye to 0.5.1.
* Release 0.5.1
- Cleanup setup options in menu
- Fix bugs
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-unikey/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus-unikey/distinfo | 9 | ||||
-rw-r--r-- | inputmethod/ibus-unikey/patches/patch-aa | 15 |
3 files changed, 22 insertions, 7 deletions
diff --git a/inputmethod/ibus-unikey/Makefile b/inputmethod/ibus-unikey/Makefile index e91a05c2335..7fcebb54630 100644 --- a/inputmethod/ibus-unikey/Makefile +++ b/inputmethod/ibus-unikey/Makefile @@ -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/ diff --git a/inputmethod/ibus-unikey/distinfo b/inputmethod/ibus-unikey/distinfo index 2b3b101d64d..7848069e855 100644 --- a/inputmethod/ibus-unikey/distinfo +++ b/inputmethod/ibus-unikey/distinfo @@ -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 diff --git a/inputmethod/ibus-unikey/patches/patch-aa b/inputmethod/ibus-unikey/patches/patch-aa new file mode 100644 index 00000000000..01f08523219 --- /dev/null +++ b/inputmethod/ibus-unikey/patches/patch-aa @@ -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> |