public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Drop gtk2 from runtime
Date: Fri, 11 Sep 2026 14:43:29 GMT	[thread overview]
Message-ID: <178913780971.1.4693568780990288508.flatpaks-flatpak-runtime-320ae7bd9675@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : 320ae7bd967581a8bdeda095d301762d72e5aadb
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-03-02T21:13:17-05:00
Stats  : +1/-7 in 2 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/320ae7bd967581a8bdeda095d301762d72e5aadb?branch=f45

Log:
Drop gtk2 from runtime

---
diff --git a/package-notes.txt b/package-notes.txt
index 9e3d067..f6f6aa6 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -13,7 +13,6 @@
 #  W: "waive" any problems with this package - it's not a problem
 #
 adwaita-cursor-theme: W: part of runtime, but not bin/libs
-adwaita-gtk2-theme: E
 adwaita-icon-theme: W: part of runtime, but not bin/libs
 audit-libs: Fedora builds things this way
 avahi-glib: EB: include this as well as we already have avahi-libs
@@ -25,23 +24,18 @@ cyrus-sasl-gssapi: E: for libvirt
 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-gtk2: E
 fcitx5-qt6: E
 filesystem: W: data files
 flatpak-xdg-utils: EB: flatpak versions of xdg-email and xdg-open
 fmt: E: dependency of libdnf5, and because of that cannot be built for /app as dnf in koji buildroots can't use libraries installed in /app
 fonts-filesystem: W: data files
 glib-networking: W: no bins/libs
-gnome-themes-extra: E: until we figure out an extension system for the themes
-gnome-user-docs: E: help content for various gnome flatpaks
 gnu-free-fonts-common: W: data files
 google-noto-sans-mono-vf-fonts: EB: fedora's official default monospace font
 google-noto-serif-vf-fonts: EB: fedora's official default serif font
 gsettings-desktop-schemas: W: data files
 gstreamer1-plugins-ugly-free: E: in base but not runtime
-gtk2-immodules: E: input method module
 hicolor-icon-theme: W: data files
-ibus-gtk2: E: input method module
 info: F: pulled in by gzip
 jxl-pixbuf-loader: E: subpackage of libjxl already in base
 libX11-common: W: data files

diff --git a/tools/list-files.py b/tools/list-files.py
index 73b7846..e936d40 100755
--- a/tools/list-files.py
+++ b/tools/list-files.py
@@ -53,7 +53,7 @@ output_dir_recurse('/usr/lib/x86_64-linux-gnu/gstreamer-1.0/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/ossl-modules/')
 output_dir_recurse('/usr/lib/x86_64-linux-gnu/sasl2/')
 
-for d in ('gtk-2.0', 'gtk-3.0', 'gtk-4.0'):
+for d in ('gtk-3.0', 'gtk-4.0'):
     try:
         for v in os.listdir(os.path.join('/usr/lib/x86_64-linux-gnu/', d)):
             output_dir_recurse(os.path.join('/usr/lib/x86_64-linux-gnu/', d, v, 'immodules'))

                 reply	other threads:[~2026-09-11 14:43 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=178913780971.1.4693568780990288508.flatpaks-flatpak-runtime-320ae7bd9675@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