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
|
||||
|
||||
|
12
fcitx.spec
12
fcitx.spec
@ -19,7 +19,7 @@
|
||||
%define libver -4_2_8
|
||||
|
||||
Name: fcitx
|
||||
Version: 4.2.8.1
|
||||
Version: 4.2.8.2
|
||||
Release: 0
|
||||
Summary: Flexible Context-aware Input Tool with eXtension
|
||||
License: GPL-2.0+
|
||||
@ -380,7 +380,7 @@ cmake .. \
|
||||
-DENCHANT_LIBRARY_FILENAME=libenchant.so.1 \
|
||||
-DPRESAGE_LIBRARY_FILENAME=libpresage.so.1 \
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
-DENABLE_GTK3_IM_MODULE=On \
|
||||
-DENABLE_GTK3_IM_MODULE=On \
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1210
|
||||
-DENABLE_QT_GUI=Off \
|
||||
@ -389,9 +389,10 @@ cmake .. \
|
||||
-DENABLE_QT=Off \
|
||||
-DENABLE_QT_IM_MODULE=off \
|
||||
%endif
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DLIB_INSTALL_DIR=%{_libdir} \
|
||||
-DENABLE_LUA=On
|
||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DLIB_INSTALL_DIR=%{_libdir} \
|
||||
-DSYSCONFDIR=%{_sysconfdir} \
|
||||
-DENABLE_LUA=On
|
||||
|
||||
# fix gobject-introspection build
|
||||
export SUSE_ASNEEDED=0
|
||||
@ -583,6 +584,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null ||
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/mime/packages/*
|
||||
%{_datadir}/dbus-1/services/org.fcitx.Fcitx.service
|
||||
%{_mandir}/man1/fcitx.1.gz
|
||||
%{_mandir}/man1/fcitx-remote.1.gz
|
||||
%{_libdir}/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user