fcitx5-anthy: update to 5.0.14.
This commit is contained in:
parent
1e657f7c21
commit
9538118bd3
2 changed files with 2 additions and 20 deletions
|
@ -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());
|
|
@ -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 <congdanhqx@gmail.com>"
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue