From f0ffb3668da40db7c3613ee49afedeb5b0ccd73c Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Wed, 9 Jul 2025 20:27:08 +0900 Subject: [PATCH] Flatpak: Remove Flathub manifest --- .github/workflows/flatpak-x-checker.yml | 13 ----- .../com.github.ryonakano.atlas.Devel.yml | 57 ------------------- 2 files changed, 70 deletions(-) delete mode 100644 build-aux/flathub/com.github.ryonakano.atlas.Devel.yml diff --git a/.github/workflows/flatpak-x-checker.yml b/.github/workflows/flatpak-x-checker.yml index 39ab4ba..7b96e98 100644 --- a/.github/workflows/flatpak-x-checker.yml +++ b/.github/workflows/flatpak-x-checker.yml @@ -13,19 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Update Flathub development manifest - uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest - env: - GIT_AUTHOR_NAME: github-actions[bot] - GIT_COMMITTER_NAME: github-actions[bot] - # email sets "github-actions[bot]" as commit author, see https://github.com/orgs/community/discussions/26560 - GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com - GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - # use --edit-only instead of --update to create single PR that updates all manifests - args: --edit-only --never-fork build-aux/flathub/com.github.ryonakano.atlas.Devel.yml - - name: Update development manifest uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest env: diff --git a/build-aux/flathub/com.github.ryonakano.atlas.Devel.yml b/build-aux/flathub/com.github.ryonakano.atlas.Devel.yml deleted file mode 100644 index 19ff171..0000000 --- a/build-aux/flathub/com.github.ryonakano.atlas.Devel.yml +++ /dev/null @@ -1,57 +0,0 @@ -id: com.github.ryonakano.atlas.Devel -runtime: org.gnome.Platform -runtime-version: '48' -sdk: org.gnome.Sdk -command: com.github.ryonakano.atlas.Devel -finish-args: - - --share=ipc - - --share=network - - --socket=wayland - - --socket=fallback-x11 - - --device=dri -modules: - - name: geocode-glib-2.0 - buildsystem: meson - config-opts: - - -Denable-gtk-doc=false - - -Dsoup2=false - sources: - - type: archive - url: https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.4.tar.xz - sha256: 2d9a6826d158470449a173871221596da0f83ebdcff98b90c7049089056a37aa - x-checker-data: - type: gnome - name: geocode-glib - - - name: libshumate - buildsystem: meson - config-opts: - - -Dgtk_doc=false - sources: - - type: archive - url: https://download.gnome.org/sources/libshumate/1.4/libshumate-1.4.0.tar.xz - sha256: 3984368e0259862b3810d1ddc86d2dadd6d372a2b32376ccf4aff7c2e48c6d30 - x-checker-data: - type: gnome - name: libshumate - modules: - - name: protobuf-c - buildsystem: autotools - config-opts: - - --disable-protoc - sources: - - type: git - url: https://github.com/protobuf-c/protobuf-c.git - tag: v1.5.2 - commit: 4719fdd7760624388c2c5b9d6759eb6a47490626 - x-checker-data: - type: git - tag-pattern: ^v([\d.]+)$ - - - name: atlas - buildsystem: meson - config-opts: - - -Ddevelopment=true - sources: - - type: dir - path: ../../