public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Added --enable-bridge-hotkey for rawhide
Date: Sun, 31 May 2026 02:05:18 GMT	[thread overview]
Message-ID: <178019311819.1.9736268303559558902.rpms-ibus-2ff6178f738e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 2ff6178f738efb7ec3f008b9249a7dbadf460404
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date   : 2011-07-20T19:37:35+09:00
Stats  : +10/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/2ff6178f738efb7ec3f008b9249a7dbadf460404?branch=autotool

Log:
Added --enable-bridge-hotkey for rawhide

---
diff --git a/ibus.spec b/ibus.spec
index b3beb20..af1529d 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -4,6 +4,13 @@
 
 %define have_libxkbfile 1
 %define have_gjsfile 1
+
+%if 0%{?fedora} > 15
+%define have_bridge_hotkey 1
+%else
+%define have_bridge_hotkey 0
+%endif
+
 %define ibus_api_version 1.0
 
 %define glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
@@ -197,6 +204,9 @@ automake -a -c -f
     --disable-gtk-doc \
     --with-no-snooper-apps='gnome-do,Do.*,firefox.*,.*chrome.*,.*chromium.*' \
     --enable-surrounding-text \
+%if %have_bridge_hotkey
+    --enable-bridge-hotkey \
+%endif
     --enable-introspection
 
 # make -C po update-gmo

                 reply	other threads:[~2026-05-31  2:05 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=178019311819.1.9736268303559558902.rpms-ibus-2ff6178f738e@fedoraproject.org \
    --to=tfujiwar@redhat.com \
    --cc=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