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:
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
Submodule build/flatpak/flathub added at 2f9a336228
@@ -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.
|
||||
|
Reference in New Issue
Block a user