1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

build: add the flathub stable repository as a submodule.

This will only be used for our development/nightly flatpak builds and
this submodule does not have to be pulled for normal GIMP development.
This commit is contained in:
Jehan
2017-12-06 15:23:19 +01:00
parent fa9a023c27
commit 580782dc65
3 changed files with 14 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "build/flatpak/flathub"]
path = build/flatpak/flathub
url = git@github.com:flathub/org.gimp.GIMP.git

1
build/flatpak/flathub Submodule

Submodule build/flatpak/flathub added at 2f9a336228

View File

@@ -5,6 +5,8 @@ Stable build
~~~~~~~~~~~~
The stable manifest is maintained at flathub: https://github.com/flathub/org.gimp.GIMP
This repository is pulled in GIMP repository as a submodule so that we
can share as much code as possible with the other builds.
Development and nightly builds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -17,6 +19,14 @@ stable too.
Building and maintaining
~~~~~~~~~~~~~~~~~~~~~~~~
* Init the submodule if this is the first time:
> git submodule init
* Update it:
> git submodule update
* Install flatpak and flatpak-builder. There are packages for most
distributions. Check: http://flatpak.org/getting.html
Use at least flatpak 0.9.5.