public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Owen W. Taylor <otaylor@fishsoup.net>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Add flatpak metadata section
Date: Fri, 11 Sep 2026 14:40:22 GMT	[thread overview]
Message-ID: <178913762233.1.12169415698962619177.flatpaks-flatpak-runtime-a42079e8e4c5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : a42079e8e4c511ec1f673e39386fcd9e911ea67b
            Author : Owen W. Taylor <otaylor@fishsoup.net>
            Date   : 2020-03-20T21:51:58+01:00
            Stats  : +36/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/a42079e8e4c511ec1f673e39386fcd9e911ea67b?branch=f45

            Log:
            Add flatpak metadata section

Add a flatpak: xmd section to allow tooling, when building a
Flatpak from a module that buildrequires flatpak-runtime, to figure
out the right runtime reference to embed into the Flatpak.

---
diff --git a/flatpak-runtime.in.yaml b/flatpak-runtime.in.yaml
index 8d67abe..07cbd21 100644
--- a/flatpak-runtime.in.yaml
+++ b/flatpak-runtime.in.yaml
@@ -38,3 +38,23 @@ data:
             flatpak-runtime-config:
                 rationale: Runtime configuration files
                 ref: master
+    xmd:
+        # This is used when building applications against this module so that
+        # the resulting Flatpak will embed a reference to the correct runtime
+        flatpak:
+            branch: f28
+            runtimes:
+                # Map from profile name to pre-profile information - the
+                # profile named 'runtime' is the default.
+                runtime:
+                    id: org.fedoraproject.Platform
+                    sdk: org.fedoraproject.Sdk
+                sdk:
+                    id: org.fedoraproject.Sdk
+                    sdk: org.fedoraproject.Platform
+                runtime-base:
+                    id: org.fedoraproject.BasePlatform
+                    sdk: org.fedoraproject.BaseSdk
+                sdk-base:
+                    id: org.fedoraproject.BaseSdk
+                    sdk: org.fedoraproject.BasePlatform

diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 935a0e6..3194e5d 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -2843,3 +2843,19 @@ data:
       flatpak-runtime-config:
         rationale: Runtime configuration files
         ref: master
+  xmd:
+    flatpak:
+      branch: f28
+      runtimes:
+        runtime:
+          id: org.fedoraproject.Platform
+          sdk: org.fedoraproject.Sdk
+        sdk:
+          id: org.fedoraproject.Sdk
+          sdk: org.fedoraproject.Platform
+        runtime-base:
+          id: org.fedoraproject.BasePlatform
+          sdk: org.fedoraproject.BaseSdk
+        sdk-base:
+          id: org.fedoraproject.BaseSdk
+          sdk: org.fedoraproject.BasePlatform

                 reply	other threads:[~2026-09-11 14:40 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=178913762233.1.12169415698962619177.flatpaks-flatpak-runtime-a42079e8e4c5@fedoraproject.org \
    --to=otaylor@fishsoup.net \
    --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