SHA256
1
0
forked from pool/fcitx5
Ana Guerrero 2024-05-23 13:35:55 +00:00 committed by Git OBS Bridge
commit 04fb5389b9
5 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a67003d0370dbeaef1c6a171044c6c8da0c24006bfd1c15b7c44ba488f0d3f2
size 7497708

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a43cf181c967a9cdefce3c95c51e0e8f117740a25ddca111ec750f87af7dce4
size 8307560

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed May 22 07:44:16 UTC 2024 - Marguerite Su <i@marguerite.su>
- Update to 5.1.9
* Add support to recognize passwords in clipboard and allow
automatically clear after a certain amount of time, and
also hide them when displaying it. This feature is not
widely supported, the known application supports it including
keepassxc, plasma-pass. You can also configure to ask fcitx
clipboard to ignore all such marked passwords.
* Fix repeat info is not correctly populated from wayland
* Unicode addon now supports Unicode 15.1
* FIx an issue that under certain cases, the X popup window
may still out of screen.
* A new option to reset input method active state on focus in.
* fix wayland im frontend check on whether a key should repeat
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 4 14:17:28 UTC 2024 - Marguerite Su <i@marguerite.su> Sun Feb 4 14:17:28 UTC 2024 - Marguerite Su <i@marguerite.su>

View File

@ -23,13 +23,13 @@
%define _environmentdir %{_prefix}/lib/environment.d %define _environmentdir %{_prefix}/lib/environment.d
%endif %endif
Name: fcitx5 Name: fcitx5
Version: 5.1.7 Version: 5.1.9
Release: 0 Release: 0
Summary: Next generation of fcitx Summary: Next generation of fcitx
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/I18n/Chinese Group: System/I18n/Chinese
URL: https://github.com/fcitx/fcitx5 URL: https://github.com/fcitx/fcitx5
Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}_dict.tar.xz Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}_dict.tar.zst
Source2: https://raw.githubusercontent.com/fcitx/fcitx-artwork/master/logo/Fcitx.svg Source2: https://raw.githubusercontent.com/fcitx/fcitx-artwork/master/logo/Fcitx.svg
Source3: xim.d-fcitx5 Source3: xim.d-fcitx5
Source4: macros.fcitx5 Source4: macros.fcitx5
@ -46,6 +46,7 @@ BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: xcb-util-wm-devel BuildRequires: xcb-util-wm-devel
BuildRequires: xkeyboard-config BuildRequires: xkeyboard-config
BuildRequires: zstd
BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cldr-emoji-annotation) BuildRequires: pkgconfig(cldr-emoji-annotation)
BuildRequires: pkgconfig(enchant-2) BuildRequires: pkgconfig(enchant-2)

View File

@ -5,3 +5,4 @@
%_fcitx5_addondir %{_fcitx5_datadir}/addon %_fcitx5_addondir %{_fcitx5_datadir}/addon
%_fcitx5_imconfdir %{_fcitx5_datadir}/inputmethod %_fcitx5_imconfdir %{_fcitx5_datadir}/inputmethod
%_fcitx5_qt5dir %{_fcitx5_libdir}/qt5 %_fcitx5_qt5dir %{_fcitx5_libdir}/qt5
%_fcitx5_qt6dir %{_fcitx5_libdir}/qt6