Skip to content

Commit

Permalink
ibus-pinyin-setup: Port to gobject-introspection, do not use ibus pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Jan 17, 2012
1 parent e735ba8 commit 4950900
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 102 deletions.
7 changes: 5 additions & 2 deletions ibus-pinyin.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: sqlite-devel
BuildRequires: libuuid-devel
BuildRequires: boost-devel >= 1.39
BuildRequires: ibus-devel >= 1.3

# Requires(post): sqlite
Expand Down Expand Up @@ -52,7 +51,11 @@ The phrase database for ibus Pinyin and Bopomofo from android project.
cp %{SOURCE1} data/db/open-phrase

%build
%configure --disable-static --enable-db-open-phrase
%configure \
--disable-static \
--enable-db-open-phrase \
--disable-english-input-mode \
--disable-lua-extension
# make -C po update-gmo
make %{?_smp_mflags}

Expand Down
Loading

0 comments on commit 4950900

Please sign in to comment.