libime: update to 1.1.6.

This commit is contained in:
Đoàn Trần Công Danh 2024-01-17 17:45:07 +07:00
parent cffc01e200
commit 69f4c1b3c0
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libime' # Template file for 'libime'
pkgname=libime pkgname=libime
version=1.1.4 version=1.1.6
revision=1 revision=1
build_style=cmake build_style=cmake
build_helper=qemu build_helper=qemu
@ -12,18 +12,19 @@ license="LGPL-2.1-or-later"
homepage="https://fcitx-im.org/wiki/Fcitx" homepage="https://fcitx-im.org/wiki/Fcitx"
_lm_sc=lm_sc.arpa-20230712.tar.xz _lm_sc=lm_sc.arpa-20230712.tar.xz
_dict=dict-20230412.tar.xz _dict=dict-20230412.tar.xz
_table=table-20240108.tar.gz
distfiles="https://download.fcitx-im.org/fcitx5/libime/libime-${version}.tar.xz distfiles="https://download.fcitx-im.org/fcitx5/libime/libime-${version}.tar.xz
https://download.fcitx-im.org/data/${_lm_sc} https://download.fcitx-im.org/data/${_lm_sc}
https://download.fcitx-im.org/data/${_dict} https://download.fcitx-im.org/data/${_dict}
https://download.fcitx-im.org/data/table.tar.gz" https://download.fcitx-im.org/data/$_table"
checksum="86f4be486b3c43db714e8f138ec93bba250dbb2533b3a8cd20bf491a574a10fe checksum="2d9bb381762d3e0becb7b9867f262b12aae57bcf6fd332da8a1fb978f29a2f1f
badd62c16c6373787a0fda8f09cd452d12f60d5868856f651ceecf1a07baba32 badd62c16c6373787a0fda8f09cd452d12f60d5868856f651ceecf1a07baba32
f05fccaff9687900aac3d9ad5a81b20888b573201403fbcd9bbc7907d9e97507 f05fccaff9687900aac3d9ad5a81b20888b573201403fbcd9bbc7907d9e97507
6196053c724125e3ae3d8bd6b2f9172d0c83b65b0d410d3cde63b7a8d6ab87b7" 729c596d86907de727c74d0fc3fd241c406c5debd2b4cb74eefe022387ee9dae"
skip_extraction=" skip_extraction="
${_lm_sc} ${_lm_sc}
${_dict} ${_dict}
table.tar.gz" ${_table}"
CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
post_extract() { post_extract() {