| Age | Commit message (Collapse) | Author |
|
|
|
We want to use to GTK 4, but libgd depends on GTK 3 and we can't link
against 2 API-incompatible versions of GTK due to symbol conflicts.
|
|
|
|
Adwaita provides the new entry-tag CSS style class for this.
Fixes #147
|
|
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
|
|
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
|