Accepting request 448003 from home:hillwood:branches:M17N
- Disable emoji dict build. OBS-URL: https://build.opensuse.org/request/show/448003 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=156
This commit is contained in:
parent
b273614079
commit
85c6512d26
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 15:04:47 UTC 2016 - hillwood@opensuse.org
|
||||
|
||||
- Disable emoji dict build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 25 02:40:50 UTC 2016 - hillwood@opensuse.org
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)
|
||||
%if 0%{?suse_version} == 1315
|
||||
%define with_python3 1
|
||||
%define with_python3 0
|
||||
%else
|
||||
# temporary disable, 'coz ibus is not python3 ready
|
||||
%define with_python3 1
|
||||
%define with_python3 0
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1315
|
||||
%define with_wayland 1
|
||||
@ -110,7 +110,7 @@ BuildRequires: pkgconfig(vapigen)
|
||||
%if %{with_wayland}
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.2.0
|
||||
%endif
|
||||
BuildRequires: nodejs-emojione
|
||||
# BuildRequires: nodejs-emojione
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
# It seems that old vala compiler cannot build with an incompatible
|
||||
# return type error among two overriding functions with
|
||||
@ -272,6 +272,7 @@ intltoolize -f
|
||||
%configure --disable-static \
|
||||
--enable-gtk3 \
|
||||
--enable-vala \
|
||||
--disable-emoji-dict \
|
||||
%if %{with_python3}
|
||||
--with-python=python3 \
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user