From 66cfa704d86bd671626f374c3c79d4a5194bc27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 5 Jan 2024 16:10:52 +0700 Subject: [PATCH] fcitx5-configtool: update to 5.1.3. --- srcpkgs/fcitx5-configtool/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/fcitx5-configtool/template b/srcpkgs/fcitx5-configtool/template index 07fe5a480d1..af335d93bff 100644 --- a/srcpkgs/fcitx5-configtool/template +++ b/srcpkgs/fcitx5-configtool/template @@ -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 " 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 } }