Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/org.gaphor.Gaphor
https://github.com/flathub/org.gaphor.Gaphor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/org.gaphor.Gaphor
- Owner: flathub
- License: apache-2.0
- Created: 2019-03-09T08:35:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T01:32:39.000Z (4 months ago)
- Last Synced: 2024-07-14T12:38:28.105Z (4 months ago)
- Language: Python
- Homepage: https://flathub.org/apps/details/org.gaphor.Gaphor
- Size: 4.49 MB
- Stars: 2
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - flathub/org.gaphor.Gaphor - (others)
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.