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"