summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* flatpak: Add stable releaseCarlos Soriano2017-05-031-0/+116
| | | | | | So we can put it in FlatHub https://bugzilla.gnome.org/show_bug.cgi?id=782125
* postinstall: Use pythonCarlos Soriano2017-05-022-13/+27
| | | | | Instead of shell scripts, much better to maintain. Also, the new python script has better handling of non existing paths.
* make_release.sh: fix post-Autotools breakageErnestas Kulik2017-04-281-6/+9
| | | | | | | | The script broke after killing off Autotools support, since the libgd submodule was moved to /subprojects/libgd. Additionally, this commit makes the script exit on error and makes xz print verbose output. https://bugzilla.gnome.org/show_bug.cgi?id=781892
* meson: delegate submodule initialization to MesonErnestas Kulik2017-04-251-8/+0
| | | | | | | | As of 0.40.0, Meson has the ability to initialize subprojects that are git submodules. This removes the need for a separate script to achieve that. https://bugzilla.gnome.org/show_bug.cgi?id=781653
* build: Fix check_libgdCarlos Soriano2017-03-271-1/+1
| | | | Forgot to change the path to check whether the subproject is initalized.
* libgd: move submodule to a subdirectoryErnestas Kulik2017-03-271-1/+1
| | | | | | | | Meson looks for subprojects in subprojects/ by default. Since Autotools is no longer a resident here, the submodule should be moved to the subdirectory, instead of being linked to. https://bugzilla.gnome.org/show_bug.cgi?id=780501
* build: Update flatpak build and organize folder structureCarlos Soriano2017-03-273-0/+52
Flatpak doesn't need to build meson or a patch for ninja and meson to work properly: https://github.com/flatpak/flatpak/issues/607 https://bugzilla.gnome.org/show_bug.cgi?id=774368 https://github.com/flatpak/freedesktop-sdk-images/commit/273e2460aa55a0fd80d4b2feef38795991b4d665 This patch updates this and improves the folder structure with a build-aux folder to clear up the root folder. https://bugzilla.gnome.org/show_bug.cgi?id=780580