From 70d370e8e20f122dce8e21ed3b93af39d29d1f6d Mon Sep 17 00:00:00 2001 From: pc-heini Date: Tue, 16 Jun 2026 05:24:54 +0200 Subject: [PATCH] docs: drop placeholder and fix repo host Replace the stub and stale gitea.pc-heini.de host with the real git.pc-heini.de/pc-heini URL in the README install snippet and o3de.flatpakrepo. Retitle the caveats section now that the items are confirmed rather than pending verification. Co-Authored-By: Claude Opus 4.8 --- README.md | 10 +++++----- o3de.flatpakrepo | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d395a248..900ff848 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ repository on the `pages` branch of this repo. You add that as a Flatpak remote # Flathub provides the runtime O3DE needs flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -# Add this repo (replace with the Gitea account that owns the repo) +# Add this repo flatpak remote-add --if-not-exists o3de \ - https://gitea.pc-heini.de//o3de-flatpak/raw/branch/pages/o3de.flatpakrepo + https://git.pc-heini.de/pc-heini/o3de-flatpak/raw/branch/pages/o3de.flatpakrepo flatpak install o3de org.o3de.O3DE flatpak run org.o3de.O3DE @@ -128,11 +128,11 @@ The first iteration publishes an unsigned repo for simplicity. To sign: --- -## Caveats & things to verify +## Caveats -These were confirmed by inspecting the v26.05 package (`opt/O3DE/26.05/…`): +These were confirmed by inspecting and running the v26.05 package (`opt/O3DE/26.05/…`): -- **Layout is confirmed for now**: the package installs everything under +- **Layout**: the package installs everything under `/opt/O3DE//`, with the launcher at `bin/Linux/profile/Default/o3de` and ~270 `.so` files beside it (hence the wrapper's `LD_LIBRARY_PATH`). If a future release moves things, adjust `o3de-wrapper.sh` and the manifest. diff --git a/o3de.flatpakrepo b/o3de.flatpakrepo index e17a5285..51776148 100644 --- a/o3de.flatpakrepo +++ b/o3de.flatpakrepo @@ -1,10 +1,9 @@ [Flatpak Repo] Title=O3DE (unofficial Flatpak) -# Replace with the Gitea account/org that owns this repo. # The CI job regenerates this file on the 'pages' branch with the correct URL, # so the canonical copy to use is: -# https://gitea.pc-heini.de//o3de-flatpak/raw/branch/pages/o3de.flatpakrepo -Url=https://gitea.pc-heini.de//o3de-flatpak/raw/branch/pages +# https://git.pc-heini.de/pc-heini/o3de-flatpak/raw/branch/pages/o3de.flatpakrepo +Url=https://git.pc-heini.de/pc-heini/o3de-flatpak/raw/branch/pages Homepage=https://o3de.org/ Comment=Unofficial O3DE engine repackaged as a Flatpak Description=Install the Open 3D Engine on any Linux distribution via Flatpak.