From ecdc839cd92bf1cbbaaeb18177ebf047ee0c2d6bef0609442bbdf5b3d500470f Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Wed, 12 Dec 2018 14:48:45 +0000 Subject: [PATCH] Accepting request 657496 from home:Andreas_Schwab:Factory - Disable emoji support on armv6l, ppc and riscv64, which have no nodejs support OBS-URL: https://build.opensuse.org/request/show/657496 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=197 --- ibus.changes | 6 ++++++ ibus.spec | 6 +++++- python-ibus.spec | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ibus.changes b/ibus.changes index 4d80ade..07d0f56 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 18 09:04:44 UTC 2018 - schwab@suse.de + +- Disable emoji support on armv6l, ppc and riscv64, which have no nodejs + support + ------------------------------------------------------------------- Tue Sep 4 15:37:13 UTC 2018 - Fuminobu Takeyama diff --git a/ibus.spec b/ibus.spec index 5d74fde..aa07d36 100644 --- a/ibus.spec +++ b/ibus.spec @@ -12,14 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{?is_opensuse} %define with_wayland 1 %define with_kde 1 +%ifarch armv6l armv6hl ppc riscv64 +%define with_emoji 0 +%else %define with_emoji 1 +%endif %else %define with_wayland 0 %define with_kde 0 diff --git a/python-ibus.spec b/python-ibus.spec index b084706..a6c8840 100644 --- a/python-ibus.spec +++ b/python-ibus.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #