mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libime: update to 1.0.13.
This commit is contained in:
parent
f37e22439c
commit
9646244912
1 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libime'
|
# Template file for 'libime'
|
||||||
pkgname=libime
|
pkgname=libime
|
||||||
version=1.0.12
|
version=1.0.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -10,19 +10,19 @@ short_desc="Library to support generic input method implementation"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://fcitx-im.org/wiki/Fcitx"
|
homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||||
_lm_sc_version=20140820
|
_lm_sc=lm_sc.arpa-20220630.tar.xz
|
||||||
_dict_version=20211021
|
_dict=dict_sc.txt-20220628.tar.xz
|
||||||
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.3gm.arpa-${_lm_sc_version}.tar.bz2
|
https://download.fcitx-im.org/data/${_lm_sc}
|
||||||
https://download.fcitx-im.org/data/dict.utf8-${_dict_version}.tar.xz
|
https://download.fcitx-im.org/data/${_dict}
|
||||||
https://download.fcitx-im.org/data/table.tar.gz"
|
https://download.fcitx-im.org/data/table.tar.gz"
|
||||||
checksum="380708a313262cc1ab35430d8bc7e2a24cfe8fbb98398f4c3d5fedf58806eff8
|
checksum="0ef4af58e4b5719991315bd214d9cd53a1513f6897c565073e4e119c1e126176
|
||||||
751bab7c55ea93a2cedfb0fbb7eb09f67d4da9c2c55496e5f31eb8580f1d1e2f
|
8d3b0fa8fa16b93d0d4590f02da04029c271364b5925c1c902845c374a2a00bf
|
||||||
300597e6f7f79f788480fd665de8a07bfe90227048b5a7e39f40f43a62a981df
|
d0fc77543cc763cacb986d6e650827bd6050579584273f6216ab58672480f17c
|
||||||
6196053c724125e3ae3d8bd6b2f9172d0c83b65b0d410d3cde63b7a8d6ab87b7"
|
6196053c724125e3ae3d8bd6b2f9172d0c83b65b0d410d3cde63b7a8d6ab87b7"
|
||||||
skip_extraction="
|
skip_extraction="
|
||||||
lm_sc.3gm.arpa-${_lm_sc_version}.tar.bz2
|
${_lm_sc}
|
||||||
dict.utf8-${_dict_version}.tar.xz
|
${_dict}
|
||||||
table.tar.gz"
|
table.tar.gz"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue