Accepting request 852017 from M17N
OBS-URL: https://build.opensuse.org/request/show/852017 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcitx?expand=0&rev=63
This commit is contained in:
commit
840482f066
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf333b2a90be616ffed8b83438dfe3dc0e22ecf034b9f651167203ecbe3f6f8f
|
|
||||||
size 8734508
|
|
Binary file not shown.
3
fcitx-4.2.9.8_dict.tar.xz
Normal file
3
fcitx-4.2.9.8_dict.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc3515cba0561546fe02dae81391d4a03e0e79a2d668aa794cd3a377284033c6
|
||||||
|
size 8737888
|
BIN
fcitx-4.2.9.8_dict.tar.xz.sig
Normal file
BIN
fcitx-4.2.9.8_dict.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 05:40:13 UTC 2020 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
- update version 4.2.9.8
|
||||||
|
* fix issue with appindicator on gnome-shell
|
||||||
|
* Relicense the im module to BSD to allow Proprietary
|
||||||
|
software for bundling it. This was already done for
|
||||||
|
the Qt5 counter part, but never done for Qt4 version.
|
||||||
|
This is mainly to allow WPS to reuse our up-to-date
|
||||||
|
im module to support fcitx 5
|
||||||
|
* Slightly change to the tray menu to remove some
|
||||||
|
redudant entries
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 26 16:48:21 CET 2020 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Move the startup snippet to /usr/etc/X11/xim.d for TW
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 29 15:14:52 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
|
Sat Feb 29 15:14:52 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
|
||||||
|
|
||||||
|
14
fcitx.spec
14
fcitx.spec
@ -16,9 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if ! %{defined _distconfdir}
|
||||||
|
%define _distconfdir %{_sysconfdir}
|
||||||
|
%endif
|
||||||
|
|
||||||
%define libver -4_2_9
|
%define libver -4_2_9
|
||||||
Name: fcitx
|
Name: fcitx
|
||||||
Version: 4.2.9.7
|
Version: 4.2.9.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Flexible Context-aware Input Tool with eXtension
|
Summary: Flexible Context-aware Input Tool with eXtension
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -371,11 +375,11 @@ cp -r AUTHORS %{buildroot}%{_docdir}/%{name}/
|
|||||||
cp -r ChangeLog %{buildroot}%{_docdir}/%{name}/
|
cp -r ChangeLog %{buildroot}%{_docdir}/%{name}/
|
||||||
|
|
||||||
# create autostart
|
# create autostart
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/
|
mkdir -p %{buildroot}%{_distconfdir}/X11/xim.d/
|
||||||
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xim.d/fcitx
|
install -m 644 %{SOURCE1} %{buildroot}%{_distconfdir}/X11/xim.d/fcitx
|
||||||
|
|
||||||
priority=30
|
priority=30
|
||||||
pushd %{buildroot}%{_sysconfdir}/X11/xim.d/
|
pushd %{buildroot}%{_distconfdir}/X11/xim.d/
|
||||||
for lang in am ar as bn el fa gu he hi hr ja ka kk kn ko lo ml my \
|
for lang in am ar as bn el fa gu he hi hr ja ka kk kn ko lo ml my \
|
||||||
pa ru sk vi zh_TW zh_CN zh_HK zh_SG \
|
pa ru sk vi zh_TW zh_CN zh_HK zh_SG \
|
||||||
de fr it es nl cs pl da nn nb fi en sv ; do
|
de fr it es nl cs pl da nn nb fi en sv ; do
|
||||||
@ -446,7 +450,7 @@ exit 0
|
|||||||
%{_mandir}/man1/fcitx-remote.1%{?ext_man}
|
%{_mandir}/man1/fcitx-remote.1%{?ext_man}
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
%{_sysconfdir}/xdg/autostart/%{name}*.desktop
|
%{_sysconfdir}/xdg/autostart/%{name}*.desktop
|
||||||
%config %{_sysconfdir}/X11/xim.d/
|
%{_distconfdir}/X11/xim.d
|
||||||
%doc %{_docdir}/%{name}/
|
%doc %{_docdir}/%{name}/
|
||||||
|
|
||||||
# excludes
|
# excludes
|
||||||
|
Loading…
Reference in New Issue
Block a user