Fix to enable Lua support
This commit is contained in:
parent
d690db7c18
commit
5e28c664e4
@ -5,7 +5,7 @@
|
|||||||
Name: fcitx
|
Name: fcitx
|
||||||
Summary: Free Chinese Input Toy for X (XIM)
|
Summary: Free Chinese Input Toy for X (XIM)
|
||||||
Version: 4.2.7
|
Version: 4.2.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
URL: http://code.google.com/p/%{name}/
|
URL: http://code.google.com/p/%{name}/
|
||||||
@ -135,7 +135,7 @@ This package contains table engine for fcitx.
|
|||||||
%build
|
%build
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
pushd build
|
pushd build
|
||||||
%cmake .. -DENABLE_GTK3_IM_MODULE=On -DENABLE_QT_IM_MODULE=On -DENABLE_OPENCC=On-DENABLE_LUA=On -DENABLE_GIR=On -DENABLE_XDGAUTOSTART=Off
|
%cmake .. -DENABLE_GTK3_IM_MODULE=On -DENABLE_QT_IM_MODULE=On -DENABLE_OPENCC=On -DENABLE_LUA=On -DENABLE_GIR=On -DENABLE_XDGAUTOSTART=Off
|
||||||
make VERBOSE=1 %{?_smp_mflags}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -315,6 +315,9 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 23 2013 Liang Suilong <liangsuilong@gmail.com> - 4.2.7-2
|
||||||
|
- Fix to enable Lua support
|
||||||
|
|
||||||
* Fri Feb 01 2013 Liang Suilong <liangsuilong@gmail.com> - 4.2.7-1
|
* Fri Feb 01 2013 Liang Suilong <liangsuilong@gmail.com> - 4.2.7-1
|
||||||
- Upstream to fcitx-4.2.7
|
- Upstream to fcitx-4.2.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user