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