From ece0ecd64be49aef8dce7c972a2807513c2be902 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 6 Jun 2026 09:49:23 +0000 Subject: [PATCH] Update to libskk-1.1.1 to unbreak. --- inputmethods/libskk/Makefile | 10 ++++------ inputmethods/libskk/distinfo | 4 ++-- inputmethods/libskk/patches/patch-libskk_file-dict_c | 12 ------------ 3 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 inputmethods/libskk/patches/patch-libskk_file-dict_c diff --git a/inputmethods/libskk/Makefile b/inputmethods/libskk/Makefile index 53d08dde537..f8aa96b1379 100644 --- a/inputmethods/libskk/Makefile +++ b/inputmethods/libskk/Makefile @@ -1,11 +1,10 @@ COMMENT = library to deal with Japanese kana-to-kanji conversion -V = 1.0.5 +V = 1.1.1 DISTNAME = libskk-${V} EXTRACT_SUFX = .tar.xz -REVISION = 1 -SHARED_LIBS += skk 0.1 # 0.0 +SHARED_LIBS += skk 0.2 # 0.0 CATEGORIES = inputmethods japanese @@ -19,11 +18,10 @@ WANTLIB += iconv intl json-glib-1.0 pcre2-8 pthread xkbcommon z SITES = https://github.com/ueno/libskk/releases/download/${V}/ -MODULES = textproc/intltool - USE_GMAKE = Yes -BUILD_DEPENDS = devel/gobject-introspection \ +BUILD_DEPENDS = devel/gettext,-tools \ + devel/gobject-introspection \ lang/vala RUN_DEPENDS = japanese/skk-jisyo diff --git a/inputmethods/libskk/distinfo b/inputmethods/libskk/distinfo index 50ccfc03519..b02250f0d92 100644 --- a/inputmethods/libskk/distinfo +++ b/inputmethods/libskk/distinfo @@ -1,2 +1,2 @@ -SHA256 (libskk-1.0.5.tar.xz) = spXrnCSONTdQyWR0srVcTmJ1JPxtx5Q5/1b3O6CcOUk= -SIZE (libskk-1.0.5.tar.xz) = 564488 +SHA256 (libskk-1.1.1.tar.xz) = LUwVl21FnvAATOHA5HUGx4WdC29PsQTtg38zJtI1u1Y= +SIZE (libskk-1.1.1.tar.xz) = 588640 diff --git a/inputmethods/libskk/patches/patch-libskk_file-dict_c b/inputmethods/libskk/patches/patch-libskk_file-dict_c deleted file mode 100644 index 2e6cbf4d0cc..00000000000 --- a/inputmethods/libskk/patches/patch-libskk_file-dict_c +++ /dev/null @@ -1,12 +0,0 @@ -Index: libskk/file-dict.c ---- libskk/file-dict.c.orig -+++ libskk/file-dict.c -@@ -398,7 +398,7 @@ skk_file_dict_read_until (SkkFileDict* self, - _tmp0_ = self->priv->mmap; - _tmp1_ = skk_memory_mapped_file_get_length (_tmp0_); - _tmp2_ = _tmp1_; -- g_return_val_if_fail (((gsize) (*offset)) < _tmp2_, NULL); -+ g_return_val_if_fail (((gsize) (*offset)) < _tmp2_, FALSE); - while (TRUE) { - gint _tmp3_; - gint _tmp4_;