Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIMP 3.0 Release #399

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ $ git checkout -b wip/release/2-10-24

The OCI image approach is not straightforward at first but is the least
intrusive if you already have docker or podman installed:
$ podman run --rm --privileged -v "$(pwd):/run/host:rw" ghcr.io/flathub/flatpak-external-data-checker:latest /run/host/org.gimp.GIMP.json

```
$ podman run --rm --privileged -v "$(pwd):/run/host:rw" ghcr.io/flathub/flatpak-external-data-checker:latest /run/host/org.gimp.GIMP.json
```

* If the GIMP release has not been tagged yet, set the "gimp" module to
`HEAD` of the source with the temporary description (replace
Expand Down Expand Up @@ -117,3 +120,12 @@ $ git push -u origin wip/release/2-10-24
publish after a few hours).

* Enjoy the rest of the day.

## Maintainers

This build is maintained by the following people:

* Upstream GIMP maintainer and original flatpak package author: @Jehan.
* Additional package maintainers: @hfiguiere, @HarryMichal, @novomesk and
@brunolopesdsilv.
* Flathub maintainers.
Loading