diff --git a/fcitx5-configtool-5.1.6.tar.zst b/fcitx5-configtool-5.1.6.tar.zst deleted file mode 100644 index 779db3f8606ddd702a64839895b393c647298355..0000000000000000000000000000000000000000 Binary files a/fcitx5-configtool-5.1.6.tar.zst and /dev/null differ diff --git a/fcitx5-configtool-5.1.8.tar.zst b/fcitx5-configtool-5.1.8.tar.zst new file mode 100644 index 0000000000000000000000000000000000000000..4de43b0fe60764d6a5cb9eb522aea34a2467a931 Binary files /dev/null and b/fcitx5-configtool-5.1.8.tar.zst differ diff --git a/fcitx5-configtool.spec b/fcitx5-configtool.spec index 53308c982ff08937f1137b9a2df1f15097de89a1..131aa70b1249d34df9247c7bd35b14580025956c 100644 --- a/fcitx5-configtool.spec +++ b/fcitx5-configtool.spec @@ -9,14 +9,13 @@ %endif Name: fcitx5-configtool -Version: 5.1.6 +Version: 5.1.8 Release: 1 Summary: Configuration tools used by fcitx5 -License: GPLv2+ +License: GPL-2.1-or-later URL: https://github.com/fcitx/fcitx5-configtool Source0: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst -BuildRequires: gnupg2 BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: extra-cmake-modules @@ -94,19 +93,16 @@ sed -i 's/Catogories/Categories/g' src/configtool/org.fcitx.fcitx5-config-qt.des sed -i 's/Catogories/Categories/g' src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in %build -mkdir %{_target_platform} -pushd %{_target_platform} %if %{use_qt6} - %cmake_kf6 .. -GNinja -DUSE_QT6=On + %cmake_kf6 -GNinja -DUSE_QT6=On %else - %cmake_kf5 .. -GNinja -DUSE_QT6=Off + %cmake_kf5 -GNinja -DUSE_QT6=Off %endif -popd -%__cmake --build %{_target_platform} %{?_smp_mflags} +%cmake_build %install -DESTDIR=%{buildroot} %__cmake --install %{_target_platform} +%cmake_install # kservices5/*.desktop desktop file dont't need to use desktop-file-install # only for applications/*.desktop @@ -149,6 +145,9 @@ done %{_libdir}/libFcitx5Migrator.so %changelog +* Mon Mar 24 2025 Funda Wang - 5.1.8-1 +- update to 5.1.8 + * Wed Aug 14 2024 liu-hengjian <411918005@qq.com> - 5.1.6-1 - Init package version to 5.1.6