Skip to content

Commit

Permalink
Merge branch 'main' into tbruyelle/feat/scaffold-consumer-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle authored Mar 8, 2024
2 parents cc49790 + 97b8c24 commit 88c8a67
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 143 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ build:
snapcraft:
@sed -i 's/{{version}}/'$(version)'/' packaging/snap/snapcraft.yaml

## prepare flatpak manifest for release
flatpak:
@sed -i 's/{{version}}/'$(version)'/' packaging/flatpak/com.ignite.Ignite.yml

## mocks: generate mocks
mocks:
@echo Generating mocks
Expand Down
1 change: 0 additions & 1 deletion packaging/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.flatpak-builder
build-dir
repo
*.snap
33 changes: 0 additions & 33 deletions packaging/flatpak/com.ignite.Ignite.yml

This file was deleted.

10 changes: 0 additions & 10 deletions packaging/flatpak/ignite.desktop

This file was deleted.

61 changes: 0 additions & 61 deletions packaging/flatpak/ignite.metainfo.xml

This file was deleted.

15 changes: 0 additions & 15 deletions packaging/flatpak/logo.svg

This file was deleted.

19 changes: 0 additions & 19 deletions packaging/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@

Ignite CLI is distributed on multiple platforms and package managers. This document describes how to package and distribute Ignite CLI.

## Flatpak

Read the folowing resources to understand Flatpak.

* <https://docs.flathub.org/docs/category/for-app-authors>
* <https://docs.flatpak.org/en/latest/first-build.html>

```bash
cd packaging/flatpak
sudo apt install flatpak-builder
flatpak install org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08 org.freedesktop.Sdk.Extension.golang//23.08
flatpak-builder build-dir com.ignite.Ignite.yml --force-clean
flatpak-builder --user --install--force-clean --repo=repo build-dir com.ignite.Ignite.yml
flatpak run com.ignite.Ignite
```

The Flatpak is published at <https://flathub.org/apps/com.ignite.Ignite>.
The update process is done manually at <https://github.com/flathub/com.ignite.Ignite> at the moment. At each release, edit `com.ignite.Ignite.yml` and the metainfo file to update the version.

## Snap

Read the folowing resources to understand Snap.
Expand Down

0 comments on commit 88c8a67

Please sign in to comment.