Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
97c3dfbb6a | ||
|
c078b65d09 | ||
|
3745f2779c | ||
|
87a174c2f2 | ||
|
751602c499 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@
|
||||
/fcitx-4.2.9.1_dict.tar.xz
|
||||
/fcitx-4.2.9.3_dict.tar.xz
|
||||
/fcitx-4.2.9.4_dict.tar.xz
|
||||
/fcitx-4.2.9.5_dict.tar.xz
|
||||
/fcitx-4.2.9.6_dict.tar.xz
|
||||
|
19
fcitx.spec
19
fcitx.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: fcitx
|
||||
Summary: An input method framework
|
||||
Version: 4.2.9.4
|
||||
Version: 4.2.9.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
@ -13,11 +13,12 @@ Source0: http://download.fcitx-im.org/fcitx/%{name}-%{version}_dict.tar.xz
|
||||
Source1: xinput-%{name}
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pango-devel, dbus-devel, opencc-devel
|
||||
BuildRequires: wget, intltool, chrpath, sysconftool, opencc
|
||||
BuildRequires: cmake, libtool, doxygen, libicu-devel
|
||||
BuildRequires: wget, intltool, chrpath, opencc
|
||||
BuildRequires: cmake3, libtool, doxygen, libicu-devel
|
||||
BuildRequires: qt4-devel, gtk3-devel, gtk2-devel, libicu
|
||||
BuildRequires: xorg-x11-proto-devel, xorg-x11-xtrans-devel
|
||||
BuildRequires: gobject-introspection-devel, libxkbfile-devel
|
||||
BuildRequires: libxkbcommon-devel, libuuid-devel
|
||||
BuildRequires: enchant-devel, iso-codes-devel, libicu-devel
|
||||
BuildRequires: libX11-devel, dbus-glib-devel, dbus-x11
|
||||
BuildRequires: desktop-file-utils, libxml2-devel
|
||||
@ -145,7 +146,7 @@ This package contains table engine for Fcitx.
|
||||
%build
|
||||
mkdir -p 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
|
||||
%cmake3 .. -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}
|
||||
|
||||
%install
|
||||
@ -257,7 +258,6 @@ fi
|
||||
%{_libdir}/%{name}/%{name}-[!pqt]*.so
|
||||
%{_libdir}/%{name}/%{name}-punc.so
|
||||
%{_libdir}/%{name}/%{name}-quickphrase.so
|
||||
%{_libdir}/%{name}/qt/
|
||||
%{_libdir}/%{name}/libexec/
|
||||
%dir %{_libdir}/girepository-1.0/
|
||||
%{_libdir}/girepository-1.0/Fcitx-1.0.typelib
|
||||
@ -340,6 +340,15 @@ fi
|
||||
%{_libdir}/qt4/plugins/inputmethods/qtim-fcitx.so
|
||||
|
||||
%changelog
|
||||
* Sun Apr 1 2018 Robin Lee <cheeselee@fedoraproject.org> - 4.2.9.6-1
|
||||
- Update to 4.2.9.6
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.9.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Feb 1 2018 Robin Lee <cheeselee@fedoraproject.org> - 4.2.9.5-1
|
||||
- Update to 4.2.9.5
|
||||
|
||||
* Thu Sep 28 2017 Robin Lee <cheeselee@fedoraproject.org> - 4.2.9.4-1
|
||||
- Update to 4.2.9.4 (BZ#1496438)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fcitx-4.2.9.4_dict.tar.xz) = 2e8ead59a154a857dfc011af83715dbe1225cbccf1e2c6ced1d9aaf92a7881f89fbe806da3c66ed1805cf27994c91a2d463c455be726b7d4b73c07bfde83972b
|
||||
SHA512 (fcitx-4.2.9.6_dict.tar.xz) = dc8308d1a4e9b7595da285ca6521f33027f5b8e6968bc28f751bd4f40116166cabbe1c05e29072afbe88473d2a9d6999124476260785e07f62a243df6e896bb0
|
||||
|
Loading…
Reference in New Issue
Block a user