public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Use @ID_PREFIX@ in container.yaml templates
@ 2026-09-11 14:43 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-11 14:43 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 14:43 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:43 [flatpaks/flatpak-runtime] f45: Use @ID_PREFIX@ in container.yaml templates Owen W. Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox