{"id":23918006,"url":"https://github.com/starlink/starlink-flatpak","last_synced_at":"2026-05-18T07:31:22.751Z","repository":{"id":66957430,"uuid":"601409171","full_name":"Starlink/starlink-flatpak","owner":"Starlink","description":"Flatpak manifests and associated files for preparing flatpak builds of Starlink","archived":false,"fork":false,"pushed_at":"2025-01-16T20:34:51.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-23T20:15:42.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Starlink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-14T02:03:38.000Z","updated_at":"2025-01-16T20:34:53.000Z","dependencies_parsed_at":"2025-01-15T01:21:08.014Z","dependency_job_id":"6d2b9f30-7f9d-41c9-940e-ee30baae5fb1","html_url":"https://github.com/Starlink/starlink-flatpak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Starlink/starlink-flatpak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starlink%2Fstarlink-flatpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starlink%2Fstarlink-flatpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starlink%2Fstarlink-flatpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starlink%2Fstarlink-flatpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Starlink","download_url":"https://codeload.github.com/Starlink/starlink-flatpak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starlink%2Fstarlink-flatpak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33169170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-05T13:12:08.487Z","updated_at":"2026-05-18T07:31:22.733Z","avatar_url":"https://github.com/Starlink.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starlink flatpak\n\nThis repository contains flatpak manifests and associated files\nfor preparing flatpak builds of Starlink.\n\n## Building\n\n### Validation of metadata files\n\n    desktop-file-validate starlink.desktop\n    appstream-util validate-relax starlink.metainfo.xml\n    appstream-util validate-relax starjava.metainfo.xml\n\n### The build itself\n\nTo build into directories `build-dir-starlink` and `build-dir-starjava`\nand then export to the repository:\n\n    flatpak-builder build-dir-starlink --repo /ftp/pub/starlink/flatpak/repo edu.hawaii.eao.starlink.Starlink.json\n    flatpak-builder build-dir-starjava --repo /ftp/pub/starlink/flatpak/repo edu.hawaii.eao.starlink.Starlink.StarJava.json\n\n**Note:** the manifest files are set up to build the `master` branch\nfrom the Git repositories as a branch `dev`.  To build a specific\nrelease version, the `branch` must be specified, and also\ngiven as the `runtime-version` for StarJava.  The Git branch and\ncommit should be specified in the sources for each module in the manifests.\n\nTo use a new runtime version, update the `runtime-version` of Starlink\nand the `sdk` of StarJava.\n\n### Maintaining the repository\n\nIf the `--repo` option is not given to `flatpak-builder`, the builds can be\nexported as follows:\n\n    flatpak build-export REPOSITORY_PATH build-dir-starlink BRANCH_NAME\n\n**Note:** in this case the branch name must be specified manually.\n\nTo generate static deltas:\n\n    flatpak build-update-repo -v --generate-static-deltas REPOSITORY_PATH\n\nTo clear old versions:\n\n    flatpak build-update-repo -v --prune --prune-depth DEPTH REPOSITORY_PATH\n\nWhere DEPTH is number of old versions to keep.\n\n## Installing\n\nAdd the repostory and install as follows:\n\n    flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n    flatpak remote-add --user --no-gpg-verify starlink https://ftp.eao.hawaii.edu/starlink/flatpak/starlink.flatpakrepo\n\n    flatpak install --user starlink edu.hawaii.eao.starlink.Starlink\n    flatpak install --user starlink edu.hawaii.eao.starlink.Starlink.StarJava\n\n    flatpak run edu.hawaii.eao.starlink.Starlink\n\n### Additional permissions\n\nIn order to be able to run commands outside the flatpak environment,\ngive the necessary permission before running:\n\n    flatpak override --user --talk-name=org.freedesktop.Flatpak edu.hawaii.eao.starlink.Starlink\n\nThen, inside the environment, it should be possible to use:\n\n    flatpak-spawn --host COMMAND\n\n### Uninstalling\n\nStarlink can be removed as follows:\n\n    flatpak uninstall edu.hawaii.eao.starlink.Starlink\n    flatpak remote-delete starlink\n\nAnd if the flathub remote is not being used for anything else, it can be removed:\n\n    flatpak remote-delete flathub\n\n(This should automatically remove the runtime installed for Starlink.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarlink%2Fstarlink-flatpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarlink%2Fstarlink-flatpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarlink%2Fstarlink-flatpak/lists"}