pkgsrc-WIP-changes archive

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

cskk: update to 3.3.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Apr 5 10:29:53 2026 +0900
Changeset:	735b672c9999cb0bbf150ff7b501c30d095ec23f

Modified Files:
	cskk/COMMIT_MSG
	cskk/Makefile
	cskk/distinfo

Log Message:
cskk: update to 3.3.0

Fixed

* Fix an issue that the whole dictionary contents are returned as
  candidates list when completing empty headword.
  Completing empty headword is now ignored.
* Fix an issue that C-g did not reset to Direct mode when back to previous
  conversion mode by 'x' key in candidates selection.
* Fix an issue that C-g did not reset to Direct mode when negative index
  was added to skk_context_select_candidate_at_rs.

Added

* Add a command in the default rule file to abort by C-g when in
  abbreviation mode.
  It does not added to already installed rules unless it is added manually
  to ~/.local/share/libcskk/rules.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=735b672c9999cb0bbf150ff7b501c30d095ec23f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cskk/COMMIT_MSG | 2 +-
 cskk/Makefile   | 2 +-
 cskk/distinfo   | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/cskk/COMMIT_MSG b/cskk/COMMIT_MSG
index d0e32865dd..fb99df1842 100644
--- a/cskk/COMMIT_MSG
+++ b/cskk/COMMIT_MSG
@@ -1,3 +1,3 @@
-inputmethod/cskk: import cskk version 3.1.5
+inputmethod/cskk: import cskk version 3.3.0
 
 Packaged in wip by iquiw
diff --git a/cskk/Makefile b/cskk/Makefile
index 5ade081aa8..90f5b059c4 100644
--- a/cskk/Makefile
+++ b/cskk/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cskk-3.2.1
+DISTNAME=	cskk-3.3.0
 CATEGORIES=	inputmethod
 MASTER_SITES=	${MASTER_SITE_GITHUB:=naokiri/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/cskk/distinfo b/cskk/distinfo
index 79a97af360..c35ad8c5ec 100644
--- a/cskk/distinfo
+++ b/cskk/distinfo
@@ -189,9 +189,9 @@ Size (crypto-bigint-0.5.5.crate) = 83384 bytes
 BLAKE2s (crypto-common-0.1.6.crate) = 855d36a49ecab87b6f8a58c85a0360ab113d0615fa206f5e1bf200caa2fcbfd5
 SHA512 (crypto-common-0.1.6.crate) = 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
 Size (crypto-common-0.1.6.crate) = 8760 bytes
-BLAKE2s (cskk-3.2.1.tar.gz) = c420c153f41d048709901d262e24395c7e8ef5727eab3b8b318a05264fa31e51
-SHA512 (cskk-3.2.1.tar.gz) = 0d5f65f478fe8c3de28fb4b4ae71b80fa22b8e283a531e704a61c454f851fd688cace90d0d97e03dbf83fe9b9138312d6fd3070b95bdec514b1acce05829aa36
-Size (cskk-3.2.1.tar.gz) = 201521 bytes
+BLAKE2s (cskk-3.3.0.tar.gz) = 042ae1e310668b46b5ab57e99321e7832c6c89fbace9dcf71fa92e8f6e228830
+SHA512 (cskk-3.3.0.tar.gz) = 18df5e330b350bf94f7f476262f4f9c0d2ec40e3c8ca8482bb7e6797739bc6f842f52cf40a7e7d57381c11398343d70dea6ffb19bcd1120be1f5fc2c3933fa33
+Size (cskk-3.3.0.tar.gz) = 202171 bytes
 BLAKE2s (ct-codecs-1.1.3.crate) = c50dceb443ffc581cc525329fac79d1d29459ce32da84407abad44119259fe27
 SHA512 (ct-codecs-1.1.3.crate) = 6173b771e79d9194dd49a2158804d73eff6f13cd75b7a3207adb52f7e414d7ea5827b88e1f808c089b51dd6bf607fbf09e6e62109c1940756b0dcdade3a6ab25
 Size (ct-codecs-1.1.3.crate) = 5497 bytes


Home | Main Index | Thread Index | Old Index