libime: update to 1.1.9.

This commit is contained in:
Đoàn Trần Công Danh 2024-10-13 15:31:55 +07:00
parent 2888d48c90
commit 0ed8466f92
2 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libime'
pkgname=libime
version=1.1.8
version=1.1.9
revision=1
build_style=cmake
build_helper=qemu
@ -10,17 +10,17 @@ short_desc="Library to support generic input method implementation"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://fcitx-im.org/wiki/Fcitx"
_lm_sc=lm_sc.arpa-20230712.tar.xz
_dict=dict-20240416.tar.zst
_table=table-20240108.tar.gz
_lm_sc=lm_sc.arpa-20241001.tar.zst
_dict=dict-20241001.tar.zst
_table=table-20240108.tar.zst
distfiles="https://download.fcitx-im.org/fcitx5/libime/libime-${version}.tar.zst
https://download.fcitx-im.org/data/${_lm_sc}
https://download.fcitx-im.org/data/${_dict}
https://download.fcitx-im.org/data/$_table"
checksum="1ab9e16c26adbd57144a701dad708794defb7ffdb85774799e28404897350377
badd62c16c6373787a0fda8f09cd452d12f60d5868856f651ceecf1a07baba32
9c262cbfa306cb4c3b055991b7e22b453e0f267f20ceb5d9d9e5f8fbe4f2d367
729c596d86907de727c74d0fc3fd241c406c5debd2b4cb74eefe022387ee9dae"
checksum="d9e3ee99cc4ccc3b32b1c40ba691a89d8d72f81d6852522c4a3885bc4f40ac92
54934e73966eb38ea4fe8eae9c61dfe486af37da1cb5316a06b19c7d289e3063
d3313b88a68620a23bc8d5f9564cf1b678848dc7af541c4f5f02198e5a3686bf
3e9d87b04a393f131723472c8eaa860dd23c378a3d4f6a9005513b2a95b3614b"
skip_extraction="
${_lm_sc}
${_dict}

View File

@ -5,8 +5,9 @@ revision=2
build_style=sip-build
build_helper=python3
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
makedepends="qt6-webengine-devel qt6-webchannel-devel python3-pyqt6-bindings"
depends="python3-pyqt6"
makedepends="qt6-webengine-devel qt6-webchannel-devel python3-pyqt6-bindings
python3-pyqt6-sip"
depends="python3-pyqt6>=${version%.*} python3-pyqt6-sip"
short_desc="Python 3 bindings for Qt6 - WebEngine"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-3.0-or-later"