From 9538118bd3829c07f13ea428af71e4cbfc8360dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 13 Mar 2023 14:28:38 +0700 Subject: [PATCH] fcitx5-anthy: update to 5.0.14. --- .../fcitx5-anthy/patches/fix-build-musl.patch | 18 ------------------ srcpkgs/fcitx5-anthy/template | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 srcpkgs/fcitx5-anthy/patches/fix-build-musl.patch diff --git a/srcpkgs/fcitx5-anthy/patches/fix-build-musl.patch b/srcpkgs/fcitx5-anthy/patches/fix-build-musl.patch deleted file mode 100644 index bc19b7c5c40..00000000000 --- a/srcpkgs/fcitx5-anthy/patches/fix-build-musl.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: fcitx5-anthy-5.0.4/src/utils.h -=================================================================== ---- fcitx5-anthy-5.0.4.orig/src/utils.h -+++ fcitx5-anthy-5.0.4/src/utils.h -@@ -28,11 +28,11 @@ bool key_is_keypad(const fcitx::Key &key - std::string keypad_to_string(const fcitx::KeyEvent &key); - void launch_program(std::string command); - --bool surrounding_get_safe_delta(uint from, uint to, int32_t *delta); -+bool surrounding_get_safe_delta(unsigned from, unsigned to, int32_t *delta); - - bool surrounding_get_anchor_pos_from_selection( - const std::string &surrounding_text, const std::string &selected_text, -- uint cursor_pos, uint *anchor_pos); -+ unsigned cursor_pos, unsigned *anchor_pos); - - inline char get_ascii_code(const fcitx::Key &key) { - auto chr = fcitx::Key::keySymToUnicode(key.sym()); diff --git a/srcpkgs/fcitx5-anthy/template b/srcpkgs/fcitx5-anthy/template index 9492882522a..653a78bb8f4 100644 --- a/srcpkgs/fcitx5-anthy/template +++ b/srcpkgs/fcitx5-anthy/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5-anthy' pkgname=fcitx5-anthy -version=5.0.13 +version=5.0.14 revision=1 build_style=cmake hostmakedepends="pkg-config gettext extra-cmake-modules" @@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh " license="GPL-2.0-or-later" homepage="https://fcitx-im.org/wiki/Fcitx" distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-${version}.tar.xz" -checksum=106a7262235a966e049f739afbe8723923cb8636e455c0f266ddcba9a99f48e2 +checksum=0a874d70df4ef22f1eb868c27eaf66e3354e1609db8ded392544f8f6bc54a7b7 fcitx5-anthy-icons_package() { short_desc+=" - icons"