fcitx5-gtk: update to 5.1.4.

This commit is contained in:
Đoàn Trần Công Danh 2025-06-24 13:43:24 +07:00
parent 5dd780df07
commit 3411c7e5ec

View file

@ -1,6 +1,6 @@
# Template file for 'fcitx5-gtk' # Template file for 'fcitx5-gtk'
pkgname=fcitx5-gtk pkgname=fcitx5-gtk
version=5.1.3 version=5.1.4
revision=1 revision=1
build_style=cmake build_style=cmake
build_helper=gir build_helper=gir
@ -14,7 +14,7 @@ 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"
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-${version}.tar.zst" distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-gtk/fcitx5-gtk-${version}.tar.zst"
checksum=3ad646fe468835d4db470c371c830af9b4eba6abe534693b43dbfdc62aae4cc8 checksum=1dcfc5bce9cb886dd461f9f9efa109f9da735cd7041e3fdaed7754b7ea099453
lib32disabled=yes lib32disabled=yes
build_options="gir" build_options="gir"
@ -35,6 +35,8 @@ post_install() {
fcitx5-gtk+2_package() { fcitx5-gtk+2_package() {
short_desc="${short_desc% common}+2 IM Modules" short_desc="${short_desc% common}+2 IM Modules"
lib32disabled=yes lib32disabled=yes
replaces="libfcitx-gtk>=0"
provides="libfcitx-gtk-5_1"
pkg_install() { pkg_install() {
vmove usr/lib/gtk-2.0 vmove usr/lib/gtk-2.0
vmove usr/bin/fcitx5-gtk2-immodule-probing vmove usr/bin/fcitx5-gtk2-immodule-probing
@ -44,6 +46,8 @@ fcitx5-gtk+2_package() {
fcitx5-gtk+3_package() { fcitx5-gtk+3_package() {
short_desc="${short_desc% common}+3 IM Modules" short_desc="${short_desc% common}+3 IM Modules"
lib32disabled=yes lib32disabled=yes
replaces="libfcitx-gtk3>=0"
provides="libfcitx-gtk3-5_1"
pkg_install() { pkg_install() {
vmove usr/lib/gtk-3.0 vmove usr/lib/gtk-3.0
vmove usr/bin/fcitx5-gtk3-immodule-probing vmove usr/bin/fcitx5-gtk3-immodule-probing