public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: - Bug 1359753 - Implement Emoji typing
Date: Sun, 31 May 2026 02:06:24 GMT	[thread overview]
Message-ID: <178019318406.1.4034348195808510673.rpms-ibus-89749d51530b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 89749d51530be817228de78b6905b3752c6d4db5
Author : Dan Horák <dan@danny.cz>
Date   : 2016-07-27T11:54:30-04:00
Stats  : +10/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/89749d51530be817228de78b6905b3752c6d4db5?branch=autotool

Log:
- Bug 1359753 - Implement Emoji typing

---
diff --git a/ibus.spec b/ibus.spec
index 4e73ff8..948bb11 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -28,7 +28,7 @@
 
 Name:           ibus
 Version:        1.5.13
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Intelligent Input Bus for Linux OS
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -67,8 +67,10 @@ BuildRequires:  libwayland-client-devel
 %if %with_kde5
 BuildRequires:  qt5-qtbase-devel
 %endif
+%ifarch %{nodejs_arches}
 BuildRequires:  nodejs-emojione-json
 BuildRequires:  json-glib-devel
+%endif
 
 Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
 Requires:       %{name}-gtk2%{?_isa}   = %{version}-%{release}
@@ -249,7 +251,11 @@ autoreconf -f -i -v
 %if ! %with_kde5
     --disable-appindicator \
 %endif
-    --enable-introspection
+    --enable-introspection \
+%ifnarch %{nodejs_arches}
+    --disable-emoji-dict \
+%endif
+    %{nil}
 
 make %{?_smp_mflags}
 
@@ -349,7 +355,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
 %{_datadir}/GConf/gsettings/*
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/ibus/component
+%ifarch %{nodejs_arches}
 %{_datadir}/ibus/dicts
+%endif
 %{_datadir}/ibus/engine
 %{_datadir}/ibus/keymaps
 %{_datadir}/icons/hicolor/*/apps/*

                 reply	other threads:[~2026-05-31  2:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178019318406.1.4034348195808510673.rpms-ibus-89749d51530b@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox