From 14987c2b6d6047056cb3333da3e6c67be24c00cf Mon Sep 17 00:00:00 2001 From: "David M. Klein" <4+leander19961@noreply.localhost> Date: Mon, 7 Sep 2026 11:59:53 +0200 Subject: [PATCH] =?UTF-8?q?flatpaks.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flatpaks.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 flatpaks.yaml diff --git a/flatpaks.yaml b/flatpaks.yaml new file mode 100644 index 0000000..d8481c5 --- /dev/null +++ b/flatpaks.yaml @@ -0,0 +1,27 @@ +# Freigabeliste des FLATPAK-Spiegels. +# +# Diese Datei lebt im SEPARATEN Git-Repo, das ueber SOURCES_GIT_URL/ +# SOURCES_GIT_REF eingebunden wird - im selben Repo wie packages.yaml. Der +# flatpak-mirror-Container liest sie vor jedem Sync-Lauf frisch ein. +# +# Gespiegelt wird genau das, was hier steht, plus die Runtimes, die die Apps +# laut ihrer eigenen Metadaten brauchen (die loest der Sync rekursiv selbst +# auf). Ein hier entfernter Eintrag verschwindet beim naechsten Sync-Lauf +# auch aus dem Spiegel. +# +# id Application-ID auf Flathub (z.B. org.mozilla.firefox) +# branch Flathub-Branch, praktisch immer "stable" +# reason frei, nur zur Dokumentation der Freigabe + +apps: + - id: org.mozilla.firefox + branch: stable + reason: "Standard-Browser, freigegeben 2026-08" + + - id: org.gimp.GIMP + branch: stable + reason: "Grafikbearbeitung, Marketing-Team" + + - id: org.libreoffice.LibreOffice + branch: stable + reason: "Office-Suite, Standard-Ausstattung" \ No newline at end of file