Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flathub/org.gaphor.Gaphor


https://github.com/flathub/org.gaphor.Gaphor

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Gaphor package for Flathub

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.*

## Using the Flathub repository

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.

## For maintainers

### Install Dependencies

* 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`

### Build a New Version

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.