public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Owen W. Taylor <otaylor@fishsoup.net>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Correct ibus inclusion
Date: Fri, 11 Sep 2026 14:40:37 GMT	[thread overview]
Message-ID: <178913763779.1.12455527359519080382.flatpaks-flatpak-runtime-159c4b513499@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : 159c4b51349980b028648443a565953c4d37f79f
            Author : Owen W. Taylor <otaylor@fishsoup.net>
            Date   : 2020-03-20T21:51:58+01:00
            Stats  : +5/-25 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/159c4b51349980b028648443a565953c4d37f79f?branch=f45

            Log:
            Correct ibus inclusion

Remove ibus from the SDK, add ibus-gtk2 and ibus-gtk3 input method modules
to the platform as appropriate. Remove a bunch of unneeded packages pulled
in by ibus.

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index f2667c6..64d4744 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -161,6 +161,8 @@ data:
       - hunspell-en-US
       - hwdata
       - hyphen
+      - ibus-gtk2
+      - ibus-gtk3
       - ibus-libs
       - libicu
       - iptables-libs
@@ -597,6 +599,7 @@ data:
       - hunspell-en-US
       - hwdata
       - hyphen
+      - ibus-gtk3
       - ibus-libs
       - libicu
       - iptables-libs
@@ -1136,12 +1139,10 @@ data:
       - hwdata
       - hyphen
       - hyphen-devel
-      - ibus
       - ibus-devel
       - ibus-gtk2
       - ibus-gtk3
       - ibus-libs
-      - ibus-setup
       - icu
       - libicu
       - libicu-devel
@@ -1219,7 +1220,6 @@ data:
       - libXtst-devel
       - libXv
       - libXv-devel
-      - libXxf86misc
       - libXxf86vm
       - libXxf86vm-devel
       - libappstream-glib
@@ -1384,7 +1384,6 @@ data:
       - libxkbcommon-devel
       - libxkbcommon-x11
       - libxkbcommon-x11-devel
-      - libxkbfile
       - libxml2
       - libxml2-devel
       - python2-libxml2
@@ -1410,8 +1409,6 @@ data:
       - mallard-rng
       - man-db
       - man2html-core
-      - libmcpp
-      - mcpp
       - mercurial
       - mesa-dri-drivers
       - mesa-filesystem
@@ -1898,11 +1895,7 @@ data:
       - xkeyboard-config
       - xkeyboard-config-devel
       - xorg-x11-proto-devel
-      - xorg-x11-server-utils
       - xorg-x11-util-macros
-      - xorg-x11-xauth
-      - xorg-x11-xinit
-      - xorg-x11-xkb-utils
       - xorg-x11-xtrans-devel
       - xz
       - xz-devel
@@ -2158,7 +2151,6 @@ data:
       - gstreamer1-plugins-base
       - gstreamer1-plugins-base-devel
       - gtk-doc
-      - gtk2
       - gtk-update-icon-cache
       - gtk3
       - gtk3-devel
@@ -2176,12 +2168,9 @@ data:
       - hwdata
       - hyphen
       - hyphen-devel
-      - ibus
       - ibus-devel
-      - ibus-gtk2
       - ibus-gtk3
       - ibus-libs
-      - ibus-setup
       - icu
       - libicu
       - libicu-devel
@@ -2258,7 +2247,6 @@ data:
       - libXtst-devel
       - libXv
       - libXv-devel
-      - libXxf86misc
       - libXxf86vm
       - libXxf86vm-devel
       - libappstream-glib
@@ -2410,7 +2398,6 @@ data:
       - libxkbcommon-devel
       - libxkbcommon-x11
       - libxkbcommon-x11-devel
-      - libxkbfile
       - libxml2
       - libxml2-devel
       - python2-libxml2
@@ -2434,8 +2421,6 @@ data:
       - make
       - man-db
       - man2html-core
-      - libmcpp
-      - mcpp
       - mercurial
       - mesa-filesystem
       - mesa-libEGL
@@ -2658,9 +2643,6 @@ data:
       - pulseaudio-libs-devel
       - pulseaudio-libs-glib2
       - pulseaudio-utils
-      - python3-cairo
-      - python3-gobject
-      - python3-gobject-base
       - python3-pyparsing
       - python2-mako
       - python3-mako
@@ -2848,11 +2830,7 @@ data:
       - xkeyboard-config
       - xkeyboard-config-devel
       - xorg-x11-proto-devel
-      - xorg-x11-server-utils
       - xorg-x11-util-macros
-      - xorg-x11-xauth
-      - xorg-x11-xinit
-      - xorg-x11-xkb-utils
       - xorg-x11-xtrans-devel
       - xz
       - xz-devel

diff --git a/package-notes.txt b/package-notes.txt
index cf6869d..9630770 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -52,6 +52,8 @@ guile: make
 hicolor-icon-theme: W: data files
 hunspell-en-US
 hwdata
+ibus-gtk2: E: input method module
+ibus-gtk3: EB: input method module
 info: F: pulled in by gzip
 iptables-libs: FD: systemd
 iso-codes: W: data-files

                 reply	other threads:[~2026-09-11 14:40 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=178913763779.1.12455527359519080382.flatpaks-flatpak-runtime-159c4b513499@fedoraproject.org \
    --to=otaylor@fishsoup.net \
    --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