Flathub is the central place for building and hosting Flatpak builds.
Note: For issues related to Gaphor, open a ticket at https://github.com/gaphor/gaphor.
To install Gaphor, use the following:
flatpak remote-add flathub --user --if-not-exists https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.gaphor.Gaphor
For more information and more applications see https://flathub.org.
- Ubuntu:
sudo apt-get install --no-install-recommends jq flatpak-builder appstream-compose
- Fedora:
sudo dnf install jq flatpak-builder appstream-compose
- openSUSE:
sudo zypper in --no-recommends jq flatpak-builder Appstream-compose
Flatpak dependencies:
flatpak remote-add flathub --user --if-not-exists https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.gnome.Sdk/x86_64/46
Finally, run make
to build a flatpak. make install
will install it in your local Flatpak environment.
make uninstall
will remove it again.
Run the flatpak with flatpak run org.gaphor.Gaphor
To make a new version run make update VERSION=a.b.c
.
Check in the updated Appdata and gaphor-bin.yaml
file and create a
pull request on https://github.com/flathub/org.gaphor.Gaphor.