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: Use @ID_PREFIX@ in container.yaml templates
Date: Fri, 11 Sep 2026 14:43:00 GMT	[thread overview]
Message-ID: <178913778091.1.17663792880985890549.flatpaks-flatpak-runtime-b41828153752@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : b41828153752bd31b24265dcda2fd86e594b02b7
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date   : 2026-03-02T21:12:38-05:00
Stats  : +8/-8 in 2 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/b41828153752bd31b24265dcda2fd86e594b02b7?branch=f45

Log:
Use @ID_PREFIX@ in container.yaml templates

---
diff --git a/container-sdk.in.yaml b/container-sdk.in.yaml
index e3cab1b..f31026b 100644
--- a/container-sdk.in.yaml
+++ b/container-sdk.in.yaml
@@ -1,10 +1,10 @@
 flatpak:
-    id: org.fedoraproject.Sdk
+    id: @ID_PREFIX@.Sdk
     build-runtime: true
     name: @RELEASE@/flatpak-sdk
     component: flatpak-sdk
     branch: @RELEASE@
-    runtime: org.fedoraproject.Platform
+    runtime: @ID_PREFIX@.Platform
     finish-args: >
         --env=GI_TYPELIB_PATH=/app/lib64/girepository-1.0
         --env=GST_PLUGIN_SYSTEM_PATH=/app/lib64/gstreamer-1.0:/usr/lib64/gstreamer-1.0
@@ -31,9 +31,9 @@ flatpak:
     cleanup-commands: |
         appstream-compose --verbose   \
             --prefix=/usr             \
-            --basename=org.fedoraproject.Sdk \
+            --basename=@ID_PREFIX@.Sdk \
             --origin=flatpak          \
-            org.fedoraproject.Sdk 1>&2
+            @ID_PREFIX@.Sdk 1>&2
 
         mv -f /usr/bin/flatpak-xdg-email /usr/bin/xdg-email
         mv -f /usr/bin/flatpak-xdg-open /usr/bin/xdg-open

diff --git a/container.in.yaml b/container.in.yaml
index 7f6598f..667b5a0 100644
--- a/container.in.yaml
+++ b/container.in.yaml
@@ -1,10 +1,10 @@
 flatpak:
-    id: org.fedoraproject.Platform
+    id: @ID_PREFIX@.Platform
     build-runtime: true
     name: @RELEASE@/flatpak-runtime
     component: flatpak-runtime
     branch: @RELEASE@
-    sdk: org.fedoraproject.Sdk
+    sdk: @ID_PREFIX@.Sdk
     finish-args: >
         --env=GI_TYPELIB_PATH=/app/lib64/girepository-1.0
         --env=GST_PLUGIN_SYSTEM_PATH=/app/lib64/gstreamer-1.0:/usr/lib64/gstreamer-1.0
@@ -30,9 +30,9 @@ flatpak:
     cleanup-commands: |
         appstream-compose --verbose   \
             --prefix=/usr             \
-            --basename=org.fedoraproject.Platform \
+            --basename=@ID_PREFIX@.Platform \
             --origin=flatpak          \
-            org.fedoraproject.Platform 1>&2
+            @ID_PREFIX@.Platform 1>&2
 
         mv -f /usr/bin/flatpak-xdg-email /usr/bin/xdg-email
         mv -f /usr/bin/flatpak-xdg-open /usr/bin/xdg-open

                 reply	other threads:[~2026-09-11 14:43 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=178913778091.1.17663792880985890549.flatpaks-flatpak-runtime-b41828153752@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