Update to 1.2.1
This commit is contained in:
parent
630f97544c
commit
bbbf9d1ffe
@ -1,2 +1,2 @@
|
||||
ibus-anthy-1.2.0.20100313.tar.gz
|
||||
ibus-anthy-1.2.1.tar.gz
|
||||
ibus-anthy.png
|
||||
|
@ -1 +1,12 @@
|
||||
|
||||
diff --git a/engine/engine.py b/engine/engine.py
|
||||
index f78212b..a6d5e01 100644
|
||||
--- a/engine/engine.py
|
||||
+++ b/engine/engine.py
|
||||
@@ -224,6 +224,7 @@ class Engine(ibus.EngineBase):
|
||||
self.__set_dict_mode_props(anthy_props)
|
||||
self.__set_dict_config_props(anthy_props)
|
||||
anthy_props.append(ibus.Property(key=u"setup",
|
||||
+ icon=u"preferences-desktop",
|
||||
tooltip=UN(_("Configure Anthy"))))
|
||||
|
||||
return anthy_props
|
||||
|
@ -2,25 +2,28 @@
|
||||
%define require_ibus_version 1.2.0.20100111
|
||||
%define require_pygtk2_version 2.15.2
|
||||
Name: ibus-anthy
|
||||
Version: 1.2.0.20100313
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
Source1: ibus-anthy.png
|
||||
# Patch0: ibus-anthy-HEAD.patch
|
||||
Patch0: ibus-anthy-HEAD.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: anthy-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: pkgconfig
|
||||
# sleep, touch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: sed
|
||||
BuildRequires: swig
|
||||
|
||||
Requires: ibus >= %{require_ibus_version}
|
||||
Requires: anthy
|
||||
@ -34,7 +37,7 @@ libanthy.
|
||||
%prep
|
||||
%setup -q
|
||||
cp %SOURCE1 icons
|
||||
# %patch0 -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -62,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 23 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.1-1
|
||||
- Update to 1.2.1
|
||||
|
||||
* Mon Apr 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100313-3
|
||||
- Update icon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user