summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* Fix submodule funkinessErnestas Kulik2018-03-191-0/+0
|
* Update libgd and remove the custom documents-entry-tag style classDebarshi Ray2017-11-301-0/+0
| | | | | | Adwaita provides the new entry-tag CSS style class for this. Fixes #147
* libgd: move submodule to a subdirectoryErnestas Kulik2017-03-271-1/+0
| | | | | | | | 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
* general: add support for MesonErnestas Kulik2017-02-241-0/+1
Since it’s 2017 already, Nautilus should use a build system that doesn’t take longer to set up the build than it takes to actually build. An observed build time using Ninja of roughly one-fifth of what it took Autotools is more than reason enough to add support for Meson. Along with that, this commit adds a convenience script to generate a tarball for releases, since we use libgd as a submodule and Meson does not handle source distributions. https://bugzilla.gnome.org/show_bug.cgi?id=778167