forked from pool/fcitx
Accepting request 200648 from M17N
update version 4.2.8.2 (forwarded request 200647 from MargueriteSu) OBS-URL: https://build.opensuse.org/request/show/200648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcitx?expand=0&rev=29
This commit is contained in:
commit
a7e2ba2b59
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77f5811dd8c095ad71b423837df1405510a021b036352754aab8a146639e7817
|
|
||||||
size 8604792
|
|
3
fcitx-4.2.8.2_dict.tar.xz
Normal file
3
fcitx-4.2.8.2_dict.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ca780aea92d5e42be21bfc8a0a64cebffb5b5cdb2c278c67347c7f5ba1ffbc2
|
||||||
|
size 8652828
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 26 05:14:42 UTC 2013 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 4.2.8.2
|
||||||
|
* a bug fix release with some small new features
|
||||||
|
* implement preedit blacklist, and gvim preedit is now blacklisted by
|
||||||
|
default (thanks to lilydjwg)
|
||||||
|
* add more unicode support to unicode addon (thanks to jimmyxu)
|
||||||
|
* more fix on xmodmap loading, now we only load it if we did a layout reset.
|
||||||
|
* fix some table punctuation related bug
|
||||||
|
* install a dbus activatation file by default.
|
||||||
|
* install more library based on prefix.
|
||||||
|
* fix table configuration parsing
|
||||||
|
* fix trigger on release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 06:22:19 UTC 2013 - i@marguerite.su
|
Sat Jul 13 06:22:19 UTC 2013 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define libver -4_2_8
|
%define libver -4_2_8
|
||||||
|
|
||||||
Name: fcitx
|
Name: fcitx
|
||||||
Version: 4.2.8.1
|
Version: 4.2.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Flexible Context-aware Input Tool with eXtension
|
Summary: Flexible Context-aware Input Tool with eXtension
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -391,6 +391,7 @@ cmake .. \
|
|||||||
%endif
|
%endif
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
-DLIB_INSTALL_DIR=%{_libdir} \
|
-DLIB_INSTALL_DIR=%{_libdir} \
|
||||||
|
-DSYSCONFDIR=%{_sysconfdir} \
|
||||||
-DENABLE_LUA=On
|
-DENABLE_LUA=On
|
||||||
|
|
||||||
# fix gobject-introspection build
|
# fix gobject-introspection build
|
||||||
@ -583,6 +584,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null ||
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/icons/*
|
%{_datadir}/icons/*
|
||||||
%{_datadir}/mime/packages/*
|
%{_datadir}/mime/packages/*
|
||||||
|
%{_datadir}/dbus-1/services/org.fcitx.Fcitx.service
|
||||||
%{_mandir}/man1/fcitx.1.gz
|
%{_mandir}/man1/fcitx.1.gz
|
||||||
%{_mandir}/man1/fcitx-remote.1.gz
|
%{_mandir}/man1/fcitx-remote.1.gz
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
|
Loading…
Reference in New Issue
Block a user