diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template index c53a830ee9c..3c88aa0bf50 100644 --- a/srcpkgs/fcitx5-qt/template +++ b/srcpkgs/fcitx5-qt/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5-qt' pkgname=fcitx5-qt -version=5.0.14 +version=5.0.15 revision=1 build_style=cmake configure_args="--trace-expand -DENABLE_QT4=OFF -DENABLE_QT5=ON @@ -14,7 +14,7 @@ maintainer="Đoàn Trần Công Danh " license="LGPL-2.1-or-later, BSD-3-Clause" homepage="https://fcitx-im.org/wiki/Fcitx" distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.tar.xz" -checksum=fdf6d4750a9326b6539179f94c6e8c04a30c5d5f877ae01debd571c6e8035dfe +checksum=21743c4353c793934222fa7115493cd30da9843b4baed22e64bddfa6dd7341a8 lib32disabled=yes if [ "$XBPS_TARGET_NOATOMIC8" ]; then @@ -40,6 +40,7 @@ fcitx5-qt5_package() { vmove usr/lib/qt5 vmove "usr/libexec/*qt5-*" vmove "usr/lib/*Qt5*.so.*" + vmove "usr/share/applications/org.fcitx.fcitx5-qt5-*" } }