Added ibus-anthy-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
This commit is contained in:
parent
9e2d96f8b3
commit
9e42bdb217
@ -4,7 +4,7 @@
|
||||
%define have_bridge_hotkey 1
|
||||
Name: ibus-anthy
|
||||
Version: 1.2.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -19,6 +19,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: anthy-devel
|
||||
BuildRequires: gettext-devel
|
||||
%if %have_bridge_hotkey
|
||||
BuildRequires: ibus
|
||||
%endif
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
@ -74,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-2
|
||||
- Added ibus-anthy-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
|
||||
|
||||
* Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1
|
||||
- Bumped to 1.2.6
|
||||
Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
|
||||
|
Loading…
Reference in New Issue
Block a user