public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Include fcitx5 packages in runtime
@ 2026-09-11 14:41 Tomas Popela
0 siblings, 0 replies; only message in thread
From: Tomas Popela @ 2026-09-11 14:41 UTC (permalink / raw)
To: git-commits
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$',
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:41 [flatpaks/flatpak-runtime] f45: Include fcitx5 packages in runtime Tomas Popela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox