Skip to content

Commit

Permalink
Update to 1.0.3
Browse files Browse the repository at this point in the history
Changelog:
 Fix hiragana to katakana conversion in abbrev mode [#41]
 Make "commit-unhandled" actually commit in abbrev mode [#39]
 Avoid redundant dictionary lookup in non-numeric conversion cases [#36]
 Fix KZIK rules [#35, #37]
 Fix okuri-ari word registration [#33, #34]
 Add command for sticky-shift [#32]
 Don't crash when a rule has no default metadata [#31]
 Bind C-j to go back to hiragana in AZIK latin [#30]
 Build fixes [#42, #43]
  • Loading branch information
ryoon committed Dec 18, 2017
1 parent a986d34 commit a306dc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions inputmethod/libskk/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.11 2017/07/30 22:32:19 wiz Exp $
# $NetBSD: Makefile,v 1.12 2017/12/18 05:54:18 ryoon Exp $
#

DISTNAME= libskk-1.0.2
PKGREVISION= 1
DISTNAME= libskk-1.0.3
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/ueno/libskk/releases/download/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ueno/libskk/
Expand Down
3 changes: 2 additions & 1 deletion inputmethod/libskk/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2014/09/10 09:34:45 obache Exp $
@comment $NetBSD: PLIST,v 1.4 2017/12/18 05:54:18 ryoon Exp $
bin/skk
include/libskk/libskk.h
${PLIST.introspection}lib/girepository-1.0/Skk-1.0.typelib
Expand Down Expand Up @@ -40,6 +40,7 @@ share/libskk/rules/default/keymap/latin.json
share/libskk/rules/default/keymap/wide-latin.json
share/libskk/rules/default/metadata.json
share/libskk/rules/default/rom-kana/default.json
share/libskk/rules/kzik/keymap/common.json
share/libskk/rules/kzik/keymap/default.json
share/libskk/rules/kzik/keymap/hankaku-katakana.json
share/libskk/rules/kzik/keymap/hiragana.json
Expand Down
10 changes: 5 additions & 5 deletions inputmethod/libskk/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2015/11/03 22:13:37 agc Exp $
$NetBSD: distinfo,v 1.9 2017/12/18 05:54:18 ryoon Exp $

SHA1 (libskk-1.0.2.tar.gz) = 1d3c1881c41c33c81a79646f4ed580a630b90520
RMD160 (libskk-1.0.2.tar.gz) = 87ac69baef98133d4fc487ff368400221367205c
SHA512 (libskk-1.0.2.tar.gz) = f8fff94b216c18f66bf1004ee068f8d737177f1b70ac36d054d9a68ce02ba9b8d1b7b4127d9a330f64054b2fe06f352070c750a3562d4be36fecf20cb854e6c0
Size (libskk-1.0.2.tar.gz) = 867572 bytes
SHA1 (libskk-1.0.3.tar.xz) = 324ed781fdc877054fd7cb103fafabacaf83c023
RMD160 (libskk-1.0.3.tar.xz) = fac3375ae9087fc0cbeaf38960929d32840694de
SHA512 (libskk-1.0.3.tar.xz) = ede5c43138a14268a346323ee23102fe33bcdfe18d280d152ab0cf6050682d259190142b73cc03be83d50fb4383d59742417c68495f51cc668b2f2231e8589b1
Size (libskk-1.0.3.tar.xz) = 562340 bytes

0 comments on commit a306dc5

Please sign in to comment.