After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785901 - Various meson related improvements
Various meson related improvements
Status: RESOLVED FIXED
Product: gnome-todo
Classification: Other
Component: General
3.25.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME To Do maintainer(s)
GNOME To Do maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-08-06 19:42 UTC by Iñigo Martínez
Modified: 2017-08-10 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Minor changes to meson port (17.26 KB, patch)
2017-08-06 19:42 UTC, Iñigo Martínez
committed Details | Review
Add meson files as extra files in autotools (6.08 KB, patch)
2017-08-06 19:43 UTC, Iñigo Martínez
committed Details | Review
Remove autotools (47.87 KB, patch)
2017-08-06 19:44 UTC, Iñigo Martínez
committed Details | Review
Removed unused enable-eds-option (913 bytes, patch)
2017-08-06 19:47 UTC, Iñigo Martínez
committed Details | Review

Description Iñigo Martínez 2017-08-06 19:42:42 UTC
Created attachment 357070 [details] [review]
Minor changes to meson port

Various improvements related to meson build system. In this first patch, some minor changes are made to improve mainly readibility.
Comment 1 Iñigo Martínez 2017-08-06 19:43:57 UTC
Created attachment 357071 [details] [review]
Add meson files as extra files in autotools

This patch adds meson build files to autotools files, so meson build files are included when distributable package is created.
Comment 2 Iñigo Martínez 2017-08-06 19:44:59 UTC
Created attachment 357072 [details] [review]
Remove autotools

Some applications are removing autotools to avoid the burden of maintaining two build system. Just in case this is considered, this patch removes autotools.
Comment 3 Iñigo Martínez 2017-08-06 19:47:43 UTC
Created attachment 357073 [details] [review]
Removed unused enable-eds-option

At the moment, 'EDS' plugin is compiled always, so 'enable-eds-plugin' doesn't really apply. This patch removes this unused option.
Comment 4 Georges Basile Stavracas Neto 2017-08-10 10:47:55 UTC
Thanks Iñigo. This was pretty awsome!