Commit graph

5 commits

Author SHA1 Message Date
Timothy OBrien 193a0b56d7 Add a script for updating gnome-desktop sources
Nautilus depends on thumbnail source code files from the gnome-desktop project. Therefore, when the upstream https://gitlab.gnome.org/GNOME/gnome-desktop project releases a new version of the files, they should be downloaded and merged into the nautilus project.

The script downloads the latest gnome-desktop project files to the developer's local nautilus source folder so that the developer can commit the updated files to the nautilus project.

Fixes: #839
2019-01-22 15:51:58 +00:00
Carlos Soriano f63a588138 gitignore: Remove autotools related files.
And also some non existent files.

https://bugzilla.gnome.org/show_bug.cgi?id=780584
2017-03-27 11:40:08 +02:00
Carlos Soriano 59cb715412 gitattributes: Fix make_release export-ignore
Forgot to change it to the new path.
2017-03-27 11:25:21 +02:00
Ernestas Kulik ef7005eae6 .gitattributes: update files not for export
A couple of files no longer exist in the repo and some shouldn’t be
exported.

https://bugzilla.gnome.org/show_bug.cgi?id=779579
2017-03-08 15:12:59 +02: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