public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add sgml-common, libgccjit
@ 2026-09-11 14:42 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 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:42 [flatpaks/flatpak-runtime] f45: Add sgml-common, libgccjit Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox