fcitx5-zhuyin: update to 5.1.1.

This commit is contained in:
Đoàn Trần Công Danh 2024-05-21 09:16:41 +07:00 committed by Đoàn Trần Công Danh
parent 0fac778b6d
commit c544b16d10

View file

@ -1,6 +1,6 @@
# Template file for 'fcitx5-zhuyin'
pkgname=fcitx5-zhuyin
version=5.1.0
version=5.1.1
revision=1
build_style=cmake
hostmakedepends="pkg-config gettext doxygen extra-cmake-modules libzhuyin"
@ -11,14 +11,13 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://fcitx-im.org/wiki/Fcitx"
_model_version=20161206
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-zhuyin/fcitx5-zhuyin-${version}.tar.xz
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-zhuyin/fcitx5-zhuyin-${version}.tar.zst
https://download.fcitx-im.org/data/model.text.${_model_version}.tar.gz"
checksum="130c1fad23e097d2c3ea041efb58758290445284f6ab77612786dd411867c533
checksum="9984f458caa2d963b982d2b411a5784f97766b1a47b2b3f137bec479adb14b5d
5c7024e5735389c471f54b867eda0d98c5a40a5e5e75333a9febac107508f704"
skip_extraction="model.text.${_model_version}.tar.gz"
lib32disabled=yes
post_extract() {
local _srcdistdir=${XBPS_SRCDISTDIR}/${pkgname}-${version}
cp ${_srcdistdir}/$skip_extraction data
vsrccopy $skip_extraction data
}