diff options
author | obache <obache> | 2013-01-25 12:07:13 +0000 |
---|---|---|
committer | obache <obache> | 2013-01-25 12:07:13 +0000 |
commit | 64257329369335ee91473a760bfe167150cc59e3 (patch) | |
tree | c8a453c933629a1d9479fcba3b8111846fa2b802 /inputmethod | |
parent | 6f43899bacbc1c27c1aacb3240229a0084085a40 (diff) | |
download | pkgsrc-64257329369335ee91473a760bfe167150cc59e3.tar.gz |
Update libskk to 1.0.0.
Noteworthy changes in version 1.0.0 (2012-08-27)
------------------------------------------------
* Make sure to create parent directory of user-dict (Debian bug#685745).
* Clear output and preedit on context reset.
* Fix header include in tests (Issue#19).
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libskk/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/libskk/distinfo | 12 | ||||
-rw-r--r-- | inputmethod/libskk/patches/patch-libskk_expr.c | 14 | ||||
-rw-r--r-- | inputmethod/libskk/patches/patch-libskk_state.c | 14 |
4 files changed, 22 insertions, 23 deletions
diff --git a/inputmethod/libskk/Makefile b/inputmethod/libskk/Makefile index cf872746a5f..69ae031ed54 100644 --- a/inputmethod/libskk/Makefile +++ b/inputmethod/libskk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/10/06 14:25:14 asau Exp $ +# $NetBSD: Makefile,v 1.6 2013/01/25 12:07:13 obache Exp $ # -DISTNAME= libskk-0.0.13 -PKGREVISION= 1 +DISTNAME= libskk-1.0.0 CATEGORIES= inputmethod MASTER_SITES= http://cloud.github.com/downloads/ueno/libskk/ diff --git a/inputmethod/libskk/distinfo b/inputmethod/libskk/distinfo index 74e1a96efcc..04cb25596c7 100644 --- a/inputmethod/libskk/distinfo +++ b/inputmethod/libskk/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2012/11/16 01:02:53 joerg Exp $ +$NetBSD: distinfo,v 1.4 2013/01/25 12:07:13 obache Exp $ -SHA1 (libskk-0.0.13.tar.gz) = 4ebf0a808acde27b926ae20e9a9beb2b0ca6cfbf -RMD160 (libskk-0.0.13.tar.gz) = e02d132bee65d331d255079035e9c36e127774d4 -Size (libskk-0.0.13.tar.gz) = 922883 bytes -SHA1 (patch-libskk_expr.c) = bc6303ee775c1f62b0453d51bb1527ce32815f55 -SHA1 (patch-libskk_state.c) = 1300985989b520a82a3b050c541009eda1505a15 +SHA1 (libskk-1.0.0.tar.gz) = fa340c6c3828ed25e6e6af95f4e7da75356d3794 +RMD160 (libskk-1.0.0.tar.gz) = ee4353cb7bcb2475d6a70ecfd4ce72dc912b7af3 +Size (libskk-1.0.0.tar.gz) = 858570 bytes +SHA1 (patch-libskk_expr.c) = 94ae7b65119a9a95b84fb1b00e8d2af20094799b +SHA1 (patch-libskk_state.c) = e0fe6562e435336dcadc568cedd31718280d0239 diff --git a/inputmethod/libskk/patches/patch-libskk_expr.c b/inputmethod/libskk/patches/patch-libskk_expr.c index 51a1b0e4ac2..edad34e824a 100644 --- a/inputmethod/libskk/patches/patch-libskk_expr.c +++ b/inputmethod/libskk/patches/patch-libskk_expr.c @@ -1,13 +1,13 @@ -$NetBSD: patch-libskk_expr.c,v 1.1 2012/11/16 01:02:53 joerg Exp $ +$NetBSD: patch-libskk_expr.c,v 1.2 2013/01/25 12:07:13 obache Exp $ ---- libskk/expr.c.orig 2012-11-15 12:30:02.000000000 +0000 +--- libskk/expr.c.orig 2012-08-27 02:38:28.000000000 +0000 +++ libskk/expr.c -@@ -495,7 +495,7 @@ void skk_expr_reader_read_string (SkkExp - #line 62 "/home/ueno/devel/libskk/libskk/expr.vala" +@@ -360,7 +360,7 @@ void skk_expr_reader_read_string (SkkExp + _tmp0_ = FALSE; + } _tmp8_ = _tmp0_; - #line 62 "/home/ueno/devel/libskk/libskk/expr.vala" - g_return_val_if_fail (_tmp8_, NULL); + g_return_if_fail (_tmp8_); - #line 64 "/home/ueno/devel/libskk/libskk/expr.vala" _tmp9_ = g_string_new (""); - #line 64 "/home/ueno/devel/libskk/libskk/expr.vala" + builder = _tmp9_; + _tmp10_ = *index; diff --git a/inputmethod/libskk/patches/patch-libskk_state.c b/inputmethod/libskk/patches/patch-libskk_state.c index 0fab06894e1..14a363ef604 100644 --- a/inputmethod/libskk/patches/patch-libskk_state.c +++ b/inputmethod/libskk/patches/patch-libskk_state.c @@ -1,13 +1,13 @@ -$NetBSD: patch-libskk_state.c,v 1.1 2012/11/16 01:02:54 joerg Exp $ +$NetBSD: patch-libskk_state.c,v 1.2 2013/01/25 12:07:13 obache Exp $ ---- libskk/state.c.orig 2012-07-02 02:12:19.000000000 +0000 +--- libskk/state.c.orig 2012-08-27 02:38:28.000000000 +0000 +++ libskk/state.c -@@ -2085,7 +2085,7 @@ static gchar* skk_state_expand_numeric_r - #line 263 "/home/ueno/devel/libskk/libskk/state.vala" +@@ -1560,7 +1560,7 @@ static gchar* skk_state_expand_numeric_r + GError* e = NULL; + e = _inner_error_; _inner_error_ = NULL; - #line 272 "/home/ueno/devel/libskk/libskk/state.vala" - g_return_if_reached (); + g_return_val_if_reached (0); - #line 263 "/home/ueno/devel/libskk/libskk/state.vala" _g_error_free0 (e); - #line 2092 "state.c" + } + __finally33: |