Updated ibus-anthy-HEAD.patch to enable property icon.
This commit is contained in:
parent
bc85845e07
commit
1f83a3f519
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@
|
||||
|
||||
Name: ibus-anthy
|
||||
Version: 1.5.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -24,6 +24,7 @@ Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
# Upstreamed patches.
|
||||
# Patch0: %%{name}-HEAD.patch
|
||||
Patch0: %{name}-HEAD.patch
|
||||
|
||||
BuildRequires: anthy-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -40,9 +41,12 @@ BuildRequires: python3-gobject
|
||||
Requires: ibus >= %{require_ibus_version}
|
||||
Requires: kasumi
|
||||
Requires: anthy
|
||||
Requires: python3-gobject
|
||||
%if %with_python_pkg
|
||||
Requires: %{name}-python = %{version}-%{release}
|
||||
%else
|
||||
Requires: gtk3
|
||||
Requires: python3-cairo
|
||||
Requires: python3-gobject
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -55,6 +59,9 @@ Summary: Anthy Python files for IBus
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gtk3
|
||||
Requires: python3-cairo
|
||||
Requires: python3-gobject
|
||||
|
||||
%description python
|
||||
This package contains the Anthy Python files for IBus
|
||||
@ -74,8 +81,10 @@ for developers.
|
||||
%prep
|
||||
%setup -q
|
||||
# %%patch0 -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%configure \
|
||||
%if %have_default_layout
|
||||
--with-layout='default' \
|
||||
@ -148,6 +157,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
||||
%{_libdir}/libanthygobject-%{sub_version}.so
|
||||
|
||||
%changelog
|
||||
* Thu Feb 27 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-2
|
||||
- Updated ibus-anthy-HEAD.patch to enable property icon.
|
||||
|
||||
* Wed Feb 05 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.5-1
|
||||
- Bumped to 1.5.5
|
||||
- Enabled python3.
|
||||
|
Loading…
Reference in New Issue
Block a user