pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus-unikey Update ibus-unikey to 0.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a77604b96e2
branches:  trunk
changeset: 602884:9a77604b96e2
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Apr 22 14:06:16 2012 +0000

description:
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:

 inputmethod/ibus-unikey/Makefile                |   5 ++---
 inputmethod/ibus-unikey/distinfo                |  12 ++++++------
 inputmethod/ibus-unikey/patches/patch-aa        |   8 ++++----
 inputmethod/ibus-unikey/patches/patch-configure |   6 +++---
 4 files changed, 15 insertions(+), 16 deletions(-)

diffs (68 lines):

diff -r ef4300f76f95 -r 9a77604b96e2 inputmethod/ibus-unikey/Makefile
--- a/inputmethod/ibus-unikey/Makefile  Sun Apr 22 14:05:03 2012 +0000
+++ b/inputmethod/ibus-unikey/Makefile  Sun Apr 22 14:06:16 2012 +0000
@@ -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 -r ef4300f76f95 -r 9a77604b96e2 inputmethod/ibus-unikey/distinfo
--- a/inputmethod/ibus-unikey/distinfo  Sun Apr 22 14:05:03 2012 +0000
+++ b/inputmethod/ibus-unikey/distinfo  Sun Apr 22 14:06:16 2012 +0000
@@ -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 -r ef4300f76f95 -r 9a77604b96e2 inputmethod/ibus-unikey/patches/patch-aa
--- a/inputmethod/ibus-unikey/patches/patch-aa  Sun Apr 22 14:05:03 2012 +0000
+++ b/inputmethod/ibus-unikey/patches/patch-aa  Sun Apr 22 14:06:16 2012 +0000
@@ -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 -r ef4300f76f95 -r 9a77604b96e2 inputmethod/ibus-unikey/patches/patch-configure
--- a/inputmethod/ibus-unikey/patches/patch-configure   Sun Apr 22 14:05:03 2012 +0000
+++ b/inputmethod/ibus-unikey/patches/patch-configure   Sun Apr 22 14:06:16 2012 +0000
@@ -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
  



Home | Main Index | Thread Index | Old Index