Upstream to fcitx-4.2.7
This commit is contained in:
parent
7c96e7853b
commit
65f4049a98
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/fcitx-4.2.4_dict.tar.xz
|
||||
/fcitx-4.2.5_dict.tar.xz
|
||||
/fcitx-4.2.6.1_dict.tar.xz
|
||||
/fcitx-4.2.7_dict.tar.xz
|
||||
|
10
fcitx.spec
10
fcitx.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: fcitx
|
||||
Summary: Free Chinese Input Toy for X (XIM)
|
||||
Version: 4.2.6.1
|
||||
Version: 4.2.7
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
@ -229,6 +229,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%{_libdir}/%{name}/%{name}-[!pqt]*.so
|
||||
%{_libdir}/%{name}/%{name}-punc.so
|
||||
%{_libdir}/%{name}/%{name}-quickphrase.so
|
||||
%{_libdir}/%{name}/qt/libfcitx-quickphrase-editor.so
|
||||
%{_libdir}/girepository-1.0/Fcitx-1.0.typelib
|
||||
%{_datadir}/gir-1.0/Fcitx-1.0.gir
|
||||
|
||||
@ -252,6 +253,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%{_datadir}/%{name}/addon/%{name}-punc.conf
|
||||
%{_datadir}/%{name}/addon/%{name}-quickphrase.conf
|
||||
%{_datadir}/%{name}/data/
|
||||
%{_datadir}/%{name}/spell/
|
||||
%{_datadir}/%{name}/configdesc/[!ft]*.desc
|
||||
%{_datadir}/%{name}/configdesc/fcitx-[!p]*.desc
|
||||
|
||||
@ -283,6 +285,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%{_datadir}/%{name}/imicon/shuangpin.png
|
||||
%{_libdir}/%{name}/%{name}-pinyin.so
|
||||
%{_libdir}/%{name}/%{name}-pinyin-enhance.so
|
||||
%{_datadir}/%{name}/py-enhance/
|
||||
|
||||
%files qw
|
||||
%defattr(-,root,root,-)
|
||||
@ -308,10 +311,13 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
|
||||
%files qt4
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/qt4/plugins/inputmethods/libqtim-fcitx.so
|
||||
%{_libdir}/qt4/plugins/inputmethods/qtim-fcitx.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2013 Liang Suilong <liangsuilong@gmail.com> - 4.2.7-1
|
||||
- Upstream to fcitx-4.2.7
|
||||
|
||||
* Mon Nov 26 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.6.1-2
|
||||
- Disable xdg-autostart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user