diff options
author | obache <obache@pkgsrc.org> | 2012-04-22 14:06:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-22 14:06:16 +0000 |
commit | 7c7c6970b23cccf3d11feae62d9269e72fd3830b (patch) | |
tree | a2b8af0c67fcbf6c7ab72fc394946f144078d443 /inputmethod | |
parent | d2477e787097618c7baefe4fc50cf85e1d6caa1e (diff) | |
download | pkgsrc-7c7c6970b23cccf3d11feae62d9269e72fd3830b.tar.gz |
Update ibus-unikey to 0.6.1.
2012-02-29
* Release 0.6.1
- fix compability with new IbusProperty
- mouse capture commit text only if mouse move at least X pixels
- Fix ui
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-unikey/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus-unikey/distinfo | 12 | ||||
-rw-r--r-- | inputmethod/ibus-unikey/patches/patch-aa | 8 | ||||
-rw-r--r-- | inputmethod/ibus-unikey/patches/patch-configure | 6 |
4 files changed, 15 insertions, 16 deletions
diff --git a/inputmethod/ibus-unikey/Makefile b/inputmethod/ibus-unikey/Makefile index a6c30f1d076..d1516b56113 100644 --- a/inputmethod/ibus-unikey/Makefile +++ b/inputmethod/ibus-unikey/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/03/03 00:13:22 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/04/22 14:06:16 obache Exp $ # -DISTNAME= ibus-unikey-0.6.0 -PKGREVISION= 2 +DISTNAME= ibus-unikey-0.6.1 CATEGORIES= inputmethod MASTER_SITES= http://ibus-unikey.googlecode.com/files/ diff --git a/inputmethod/ibus-unikey/distinfo b/inputmethod/ibus-unikey/distinfo index 3cead573245..dbfad26d4f2 100644 --- a/inputmethod/ibus-unikey/distinfo +++ b/inputmethod/ibus-unikey/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2011/12/04 13:10:39 obache Exp $ +$NetBSD: distinfo,v 1.4 2012/04/22 14:06:16 obache Exp $ -SHA1 (ibus-unikey-0.6.0.tar.gz) = 9cacf527273eb4f45f904e6b8fd3cc5f48a3e41a -RMD160 (ibus-unikey-0.6.0.tar.gz) = d766792ee1165a97883b25d51640d920a789f5df -Size (ibus-unikey-0.6.0.tar.gz) = 509952 bytes -SHA1 (patch-aa) = 4d64f17e6a13b58aa77e75fe03d9405146657688 -SHA1 (patch-configure) = ccbd7f4d2c8395a1eaafb890a819de400e7fedfc +SHA1 (ibus-unikey-0.6.1.tar.gz) = f5787348a357d502af5ce6509f86823bcad7a21c +RMD160 (ibus-unikey-0.6.1.tar.gz) = e5af96ac4aac09a22dbafca2f53c882b34b23b42 +Size (ibus-unikey-0.6.1.tar.gz) = 516250 bytes +SHA1 (patch-aa) = 6066924d255c046bc466833f13f640a0cee5fd6f +SHA1 (patch-configure) = 9810760700638d5069684aa53386b8045f6cee85 diff --git a/inputmethod/ibus-unikey/patches/patch-aa b/inputmethod/ibus-unikey/patches/patch-aa index 01f08523219..4a600094123 100644 --- a/inputmethod/ibus-unikey/patches/patch-aa +++ b/inputmethod/ibus-unikey/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1 2010/09/16 10:09:07 obache Exp $ +$NetBSD: patch-aa,v 1.2 2012/04/22 14:06:16 obache Exp $ standard location. ---- src/engine.cpp.orig 2010-09-11 11:56:49.000000000 +0000 +--- src/engine.cpp.orig 2012-02-29 02:48:14.000000000 +0000 +++ src/engine.cpp -@@ -3,7 +3,7 @@ - #endif +@@ -4,7 +4,7 @@ #include <libintl.h> + #include <stdlib.h> -#include <wait.h> +#include <sys/wait.h> diff --git a/inputmethod/ibus-unikey/patches/patch-configure b/inputmethod/ibus-unikey/patches/patch-configure index 8c9961b2901..03a547a5900 100644 --- a/inputmethod/ibus-unikey/patches/patch-configure +++ b/inputmethod/ibus-unikey/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.1 2011/12/04 13:10:39 obache Exp $ +$NetBSD: patch-configure,v 1.2 2012/04/22 14:06:17 obache Exp $ * test(1) portability fix. ---- configure.orig 2011-12-04 12:45:32.000000000 +0000 +--- configure.orig 2012-02-29 03:18:22.000000000 +0000 +++ configure -@@ -18626,7 +18626,7 @@ if test "${with_gtk_version+set}" = set; +@@ -18737,7 +18737,7 @@ if test "${with_gtk_version+set}" = set; fi |