public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Popela <tpopela@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Include fcitx5 packages in runtime
Date: Fri, 11 Sep 2026 14:41:58 GMT	[thread overview]
Message-ID: <178913771893.1.17193646600644107364.flatpaks-flatpak-runtime-12aa8e77abb2@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : 12aa8e77abb25deaa210f9c9b80bf3039e72d0cf
            Author : Tomas Popela <tpopela@redhat.com>
            Date   : 2022-05-12T15:30:00+02:00
            Stats  : +43/-1 in 3 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/12aa8e77abb25deaa210f9c9b80bf3039e72d0cf?branch=f45

            Log:
            Include fcitx5 packages in runtime

See https://bugzilla.redhat.com/show_bug.cgi?id=2068367

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index cbde20b..f8d9477 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -82,8 +82,19 @@ data:
       - elfutils-libelf
       - elfutils-libs
       - emacs-filesystem
+      - enchant
       - enchant2
       - expat
+      - fcitx5
+      - fcitx5-data
+      - fcitx5-gtk
+      - fcitx5-gtk2
+      - fcitx5-gtk3
+      - fcitx5-gtk4
+      - fcitx5-qt
+      - fcitx5-qt-libfcitx5qt5widgets
+      - fcitx5-qt-libfcitx5qtdbus
+      - fcitx5-qt-module
       - fdk-aac-free
       - fedora-release
       - fedora-release-common
@@ -572,6 +583,7 @@ data:
       - which
       - woff2
       - wpebackend-fdo
+      - xcb-imdkit
       - xcb-proto
       - xcb-util
       - xcb-util-cursor
@@ -666,7 +678,14 @@ data:
       - elfutils-libelf
       - elfutils-libs
       - emacs-filesystem
+      - enchant
       - expat
+      - fcitx5
+      - fcitx5-data
+      - fcitx5-qt
+      - fcitx5-qt-libfcitx5qt5widgets
+      - fcitx5-qt-libfcitx5qtdbus
+      - fcitx5-qt-module
       - fdk-aac-free
       - fedora-release
       - fedora-release-common
@@ -1124,6 +1143,7 @@ data:
       - wget
       - which
       - woff2
+      - xcb-imdkit
       - xcb-proto
       - xcb-util
       - xcb-util-cursor
@@ -1288,10 +1308,23 @@ data:
       - elfutils-libelf-devel
       - elfutils-libs
       - emacs-filesystem
+      - enchant
       - enchant2
       - enchant2-devel
       - expat
       - expat-devel
+      - fcitx5
+      - fcitx5-data
+      - fcitx5-devel
+      - fcitx5-gtk
+      - fcitx5-gtk-devel
+      - fcitx5-gtk2
+      - fcitx5-gtk3
+      - fcitx5-gtk4
+      - fcitx5-qt
+      - fcitx5-qt-libfcitx5qt5widgets
+      - fcitx5-qt-libfcitx5qtdbus
+      - fcitx5-qt-module
       - fdk-aac-free
       - fdk-aac-free-devel
       - fedora-release
@@ -2430,6 +2463,7 @@ data:
       - wpebackend-fdo
       - wpebackend-fdo-devel
       - xapian-core-libs
+      - xcb-imdkit
       - xcb-proto
       - xcb-util
       - xcb-util-devel
@@ -2619,8 +2653,15 @@ data:
       - elfutils-libelf-devel
       - elfutils-libs
       - emacs-filesystem
+      - enchant
       - expat
       - expat-devel
+      - fcitx5
+      - fcitx5-data
+      - fcitx5-qt
+      - fcitx5-qt-libfcitx5qt5widgets
+      - fcitx5-qt-libfcitx5qtdbus
+      - fcitx5-qt-module
       - fdk-aac-free
       - fdk-aac-free-devel
       - fedora-release
@@ -3698,6 +3739,7 @@ data:
       - which
       - woff2
       - xapian-core-libs
+      - xcb-imdkit
       - xcb-proto
       - xcb-util
       - xcb-util-devel

diff --git a/package-notes.txt b/package-notes.txt
index 3210d5b..9bf9f15 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -27,6 +27,7 @@ crypto-policies: W: data files
 desktop-file-utils: xdg-utils
 elfutils-default-yama-scope: provides default-yama-scope required by elfutils in Fedora
 emacs-filesystem: required by desktop-file-utils
+fcitx5-qt: EB
 fedora-gpg-keys
 fedora-release
 fedora-repos

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 322c3b5..ef8297a 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -392,7 +392,6 @@ global_package_ignore_patterns = [
     # runtime in including fcitx for full compatibility when the host is using fcitx,
     # it doesn't seem worth the increase in runtime size.
     '^fcitx-.*$',
-    '^fcitx5-.*$',
 
     # Should be installed on the host instead
     '^dbus-daemon$',

                 reply	other threads:[~2026-09-11 14:41 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=178913771893.1.17193646600644107364.flatpaks-flatpak-runtime-12aa8e77abb2@fedoraproject.org \
    --to=tpopela@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