Accepting request 198743 from home:ftake:ibus-fedora

improve distribution integration by adding patches used in Fedora, Debian, and Ubuntu.

OBS-URL: https://build.opensuse.org/request/show/198743
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=72
This commit is contained in:
2013-09-13 03:49:26 +00:00
committed by Git OBS Bridge
parent de2a74bbf0
commit fdb28fa6f0
4 changed files with 2404 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ Source2: ibus-README.suse
Source3: xim.ibus.suse.template
Source4: xim.d-ibus-121
Patch0: ibus-python-install-dir.patch
# PATCH-FEATURE-UPSTREAM add-libgnomekbd-and-load-preload-engines-69171c9c.patch Issue 1641 ftake@geeko.jp
Patch1: add-libgnomekbd-and-load-preload-engines-69171c9c.patch
# PATCH-FEATURE-UPSTREAM reload-preload-engines-until-users-customize-the-list-95fd937e.patch Issue 1641 ftake@geeko.jp
Patch2: reload-preload-engines-until-users-customize-the-list-95fd937e.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /usr/bin/touch
Provides: locale(ja;ko;zh)
@@ -36,6 +40,7 @@ BuildRequires: dbus-1-glib-devel
BuildRequires: dbus-1-python-devel >= 0.83.0
BuildRequires: dconf-devel >= 0.7.5
BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 2.26.0
BuildRequires: gobject-introspection-devel >= 0.9.6
@@ -43,6 +48,7 @@ BuildRequires: gtk-doc >= 1.9
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: iso-codes-devel
BuildRequires: libgnomekbd-devel
BuildRequires: libnotify-devel >= 0.7
BuildRequires: libtool
BuildRequires: pkg-config
@@ -141,6 +147,8 @@ docs for ibus.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
autoreconf -fi
@@ -153,6 +161,8 @@ intltoolize -f
--disable-gconf \
--enable-dconf \
--enable-gtk-doc \
--enable-libgnomekbd \
--enable-surrounding-text \
--libexecdir=%{_prefix}/%{_lib}/ibus
make %{?jobs:-j %jobs}