public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Switch to GNOME 40 runtime
Date: Fri, 11 Sep 2026 14:41:36 GMT [thread overview]
Message-ID: <178913769692.1.14599371853247920875.flatpaks-flatpak-runtime-6d27e2d159f4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 6d27e2d159f4899770df45790d2c954fd5182e7c
Author : Kalev Lember <klember@redhat.com>
Date : 2021-03-25T14:56:20+01:00
Stats : +13/-4 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/6d27e2d159f4899770df45790d2c954fd5182e7c?branch=f45
Log:
Switch to GNOME 40 runtime
---
diff --git a/README.md b/README.md
index ce15401..210b8db 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Updating
* `org.freedesktop.Platform/x86_64/20.08`
* `org.freedesktop.Sdk/x86_64/20.08`
-* `org.gnome.Platform/x86_64/3.38`
-* `org.gnome.Sdk/x86_64/3.38`
+* `org.gnome.Platform/x86_64/40`
+* `org.gnome.Sdk/x86_64/40`
You also need `python3-jinja2` and possibly a few other Python
packages installed.
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index dd71c49..09676f5 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -182,6 +182,7 @@ data:
- gtk3
- gtk3-immodule-xim
- gtk3-immodules
+ - gtk4
- gtksourceview4
- gupnp
- gupnp-igd
@@ -282,6 +283,7 @@ data:
- libgpg-error
- libgudev
- libgusb
+ - libhandy
- libidn2
- libiec61883
- libinput
@@ -446,10 +448,12 @@ data:
- python3-cairo
- python3-gobject
- python3-gobject-base
+ - python3-lxml
- python3-mako
- python3-markdown
- python3-markupsafe
- python-pip-wheel
+ - python3-pygments
- python-setuptools-wheel
- python3-setuptools
- python3-six
@@ -1335,6 +1339,7 @@ data:
- perl-Git
- gjs
- gjs-devel
+ - glade-libs
- glib-networking
- glib2
- glib2-devel
@@ -1409,6 +1414,8 @@ data:
- gtk3-devel
- gtk3-immodule-xim
- gtk3-immodules
+ - gtk4
+ - gtk4-devel
- gtksourceview4
- gtksourceview4-devel
- gts
@@ -1585,6 +1592,8 @@ data:
- libgpg-error-devel
- libgudev
- libgusb
+ - libhandy
+ - libhandy-devel
- libidn2
- libidn2-devel
- libiec61883
@@ -2189,6 +2198,7 @@ data:
- readline-devel
- redhat-rpm-config
- rest
+ - rest-devel
- rhash
- rpm
- rpm-libs
@@ -2297,7 +2307,6 @@ data:
- libv4l
- libv4l-devel
- libvala
- - libvala-devel
- vala
- valgrind
- valgrind-devel
diff --git a/tools/generate-files.sh b/tools/generate-files.sh
index b4ea4e4..4c259aa 100755
--- a/tools/generate-files.sh
+++ b/tools/generate-files.sh
@@ -10,7 +10,7 @@ case $base in
;;
gnome-*)
ns=org.gnome
- version=3.38
+ version=40
;;
*)
echo 1>&2 "Can't identify runtime for $base"
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=178913769692.1.14599371853247920875.flatpaks-flatpak-runtime-6d27e2d159f4@fedoraproject.org \
--to=klember@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