Commit graph

4 commits

Author SHA1 Message Date
Ernestas Kulik 23fb641b3e Fix submodule funkiness 2018-03-19 20:48:31 +02:00
Debarshi Ray abcea0ad34 Update libgd and remove the custom documents-entry-tag style class
Adwaita provides the new entry-tag CSS style class for this.

Fixes #147
2017-11-30 15:53:48 +01:00
Ernestas Kulik ec2af08b38 libgd: move submodule to a subdirectory
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
2017-03-27 12:45:56 +03:00
Ernestas Kulik ed5652c89a general: add support for Meson
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
2017-02-24 00:24:27 +02:00