From ed1b1298ac45729573a64fe1dc10482ddbefc635 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:11:07 +0700 Subject: [PATCH] fcitx5-qt: update to 5.1.4. --- common/shlibs | 6 ++++++ srcpkgs/fcitx5-qt/template | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index dcdcacac70b..f6417246834 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2155,6 +2155,12 @@ libdruntime-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1 libdruntime-ldc-shared.so.101 ldc-runtime-1.31.0_1 libphobos2-ldc-shared.so.101 ldc-runtime-1.31.0_1 libphobos2-ldc-debug-shared.so.101 ldc-runtime-1.31.0_1 +libFcitx5Qt6DBusAddons.so.1 fcitx5-qt6-5.1.4_1 +libFcitx5Qt6WidgetsAddons.so.2 fcitx5-qt6-5.1.4_1 +libdruntime-ldc-shared.so.105 ldc-runtime-1.35.0_1 +libphobos2-ldc-shared.so.105 ldc-runtime-1.35.0_1 +libdruntime-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1 +libphobos2-ldc-debug-shared.so.105 ldc-runtime-debug-1.35.0_1 libmarblewidget-qt5.so.28 marble5-17.12.2_1 libastro.so.2 marble5-17.12.2_1 libparrot.so.6.9.0 parrot-6.9.0_1 diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template index 345137ba87f..5c20a80584c 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.1.3 +version=5.1.4 revision=1 build_style=cmake configure_args="-DENABLE_QT4=OFF -DENABLE_QT5=ON @@ -15,7 +15,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=c1f03ae44340aa5ece644fb24275312377206995ee43e94a311b62e642c2df73 +checksum=92526e4424d45900443b20f0f57500417b9b7dad54409b370a67166db7d2b149 lib32disabled=yes post_patch() { @@ -37,7 +37,6 @@ fcitx5-qt5_package() { short_desc+="5" pkg_install() { vmove usr/bin/fcitx5-qt5-* - vmove usr/lib/fcitx5/qt5 vmove usr/lib/qt5 vmove "usr/libexec/*qt5-*" vmove "usr/lib/*Qt5*.so.*" @@ -60,8 +59,11 @@ fcitx5-qt6_package() { short_desc+="6" pkg_install() { vmove usr/bin/fcitx5-qt6-* + vmove usr/lib/fcitx5/qt6 vmove usr/lib/qt6 vmove "usr/lib/*Qt6*.so.*" + vmove "usr/libexec/*qt6-*" + vmove "usr/share/applications/org.fcitx.fcitx5-qt6-*" } }