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: Add sgml-common, libgccjit
Date: Fri, 11 Sep 2026 14:42:44 GMT	[thread overview]
Message-ID: <178913776403.1.12614119092952985539.flatpaks-flatpak-runtime-1a14408ef81c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : 1a14408ef81c07c29776c3f0e0005f7a606b7409
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T20:29:46-05:00
            Stats  : +6/-1 in 3 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/1a14408ef81c07c29776c3f0e0005f7a606b7409?branch=f45

            Log:
            Add sgml-common, libgccjit

opensp, a dependency of libofx used by financial applications, requires
sgml-common. sgml-common and xml-common are from the same SRPM, and
having the latter in /app is likely to break the buildroot.  opensp will
require modification to use a fixed /etc and /usr prefix, but that seems
simpler.

emacs requires libgccjit, which is part of and requires gcc. This is
another reason to use flatpak-sdk as its base (the flathub flatpak is
also based on the SDK), which is now possible with the new tooling.

---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 10ac058..737e392 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -657,6 +657,8 @@ flatpak:
     - libgcab1
     - libgcab1-devel
     - libgcc
+    - libgccjit
+    - libgccjit-devel
     - libgcrypt
     - libgcrypt-devel
     - libgdither

diff --git a/container.yaml b/container.yaml
index 7385968..fdaee62 100644
--- a/container.yaml
+++ b/container.yaml
@@ -776,6 +776,7 @@ flatpak:
     - sed
     - serd
     - setup
+    - sgml-common
     - shadow-utils
     - shared-mime-info
     - slang

diff --git a/package-notes.txt b/package-notes.txt
index cc85690..c66a9e5 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -75,6 +75,7 @@ libdvdread
 libedit
 liberation-fonts-common: W: data files
 libfdisk
+libgccjit-devel: E_SDK: for emacs
 libgudev
 libgusb
 libicu
@@ -154,6 +155,7 @@ qt6-qtshadertools: EB
 qt6-qtsvg: EB
 readline
 setup: FD: shadow-utils
+sgml-common: E: xml-common is already in runtime, part of the same package
 shadow-utils: ????
 shared-mime-info: W: data files
 soundtouch
@@ -165,4 +167,4 @@ util-linux: F?: Are getopt, kill, uuidgen worth all the deps
 webkit2gtk4.0: E: compat package still used by a number of flatpaks
 webp-pixbuf-loader: E: libwebp is already in runtime
 xkeyboard-config: W: data
-xml-common: W: common
+xml-common: W: dependency of fontconfig and iso-codes

                 reply	other threads:[~2026-09-11 14:42 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=178913776403.1.12614119092952985539.flatpaks-flatpak-runtime-1a14408ef81c@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