public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Fix flatpak build
Date: Sun, 31 May 2026 02:08:43 GMT	[thread overview]
Message-ID: <178019332358.1.13087634956638287340.rpms-ibus-a6b902b14a64@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ibus
            Branch : autotool
            Commit : a6b902b14a6472e3ea5ee13f381c691cf6ebb091
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2024-10-06T08:47:23+09:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ibus/c/a6b902b14a6472e3ea5ee13f381c691cf6ebb091?branch=autotool

            Log:
            Fix flatpak build

python3-gobject is included in the Fedora flatpak runtime and is therefore
in /usr, but when ibus is built for flatpaks it installs to /app.

https://src.fedoraproject.org/rpms/ibus/pull-request/39

---
diff --git a/ibus.spec b/ibus.spec
index be4487a..b1c998b 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -380,6 +380,7 @@ autoreconf -f -i -v
 %else
     --enable-python-library \
 %endif
+    --with-python-overrides-dir=%{python3_sitearch}/gi/overrides \
     --enable-wayland \
     --enable-introspection \
     --enable-install-tests \

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-31  2:08 Yaakov Selkowitz [this message]
2026-05-31  2:08 [rpms/ibus] autotool: Fix flatpak build Yaakov Selkowitz

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=178019332358.1.13087634956638287340.rpms-ibus-a6b902b14a64@fedoraproject.org \
    --to=yselkowi@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