public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Switch to GNOME 40 runtime
@ 2026-09-11 14:41 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:41 UTC (permalink / raw)
To: git-commits
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"
^ 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: Switch to GNOME 40 runtime Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox