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:
parent
fa9a023c27
commit
580782dc65
3 changed files with 14 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
build/flatpak/flathub
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2f9a3362289727807db5b74d6ebf426d8a1f09a7
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue