diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..0d78e97f17 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "build/flatpak/flathub"] + path = build/flatpak/flathub + url = git@github.com:flathub/org.gimp.GIMP.git diff --git a/build/flatpak/flathub b/build/flatpak/flathub new file mode 160000 index 0000000000..2f9a336228 --- /dev/null +++ b/build/flatpak/flathub @@ -0,0 +1 @@ +Subproject commit 2f9a3362289727807db5b74d6ebf426d8a1f09a7 diff --git a/build/flatpak/flatpak-howto.txt b/build/flatpak/flatpak-howto.txt index 6d5ade77d7..36df3b5fc4 100644 --- a/build/flatpak/flatpak-howto.txt +++ b/build/flatpak/flatpak-howto.txt @@ -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.