fcitx5-configtool: update to 5.1.3.

This commit is contained in:
Đoàn Trần Công Danh 2024-01-05 16:10:52 +07:00 committed by Đoàn Trần Công Danh
parent df1ca62ad9
commit 66cfa704d8

View file

@ -1,6 +1,6 @@
# Template file for 'fcitx5-configtool'
pkgname=fcitx5-configtool
version=5.1.2
version=5.1.3
revision=1
build_style=cmake
configure_args="-DENABLE_KCM=ON -DENABLE_CONFIG_QT=ON -DENABLE_TEST=ON"
@ -19,12 +19,12 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://fcitx-im.org/wiki/Fcitx"
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-${version}.tar.xz"
checksum=cc380dc966f81663d3323c00c900dcf0fcbd6c79e54872c2c249162a7900c1cc
checksum=1feef31b1bb0f89016845a217e5f56b266b86c1a44b4ed640b49c1378dccdcde
lib32disabled=yes
post_install() {
# belongs to fcitx5-kcm
rm ${DESTDIR}/usr/share/locale/*/*/org.fcitx.fcitx5.kcm.mo
rm ${DESTDIR}/usr/share/locale/*/*/kcm_fcitx5.mo
}
fcitx5-migrator_package() {
@ -44,11 +44,10 @@ fcitx5-kcm_package() {
kde-cli-tools"
pkg_install() {
vmove usr/bin/fcitx5-plasma-theme-generator
vmove usr/lib/qt5/plugins/kcms
vmove usr/lib/qt5/plugins
vmove usr/share/kpackage
vmove usr/share/kservices5
vmove usr/share/metainfo
vmove usr/share/applications/kcm_fcitx5.desktop
DESTDIR=${PKGDESTDIR} \
ninja -C build po/org.fcitx.fcitx5.kcm/install
ninja -C build po/kcm_fcitx5/install
}
}