public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: - Bug 1359753 - Implement Emoji typing
@ 2026-05-31 2:06
0 siblings, 0 replies; only message in thread
From: @ 2026-05-31 2:06 UTC (permalink / raw)
To: git-commits
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/*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:06 [rpms/ibus] autotool: - Bug 1359753 - Implement Emoji typing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox