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 781687 - build: Drop autotools support
build: Drop autotools support
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-24 23:11 UTC by Florian Müllner
Modified: 2017-04-24 23:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Drop autotools support (15.74 KB, patch)
2017-04-24 23:11 UTC, Florian Müllner
committed Details | Review
Update .gitignore (1.07 KB, patch)
2017-04-24 23:11 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2017-04-24 23:11:20 UTC
See patches.
Comment 1 Florian Müllner 2017-04-24 23:11:23 UTC
Created attachment 350346 [details] [review]
build: Drop autotools support

Since commit be9e0b2ffd added meson support, no showstopper bugs
have appeared, so this looks like a good moment to complete the
switch and drop autotools support ...
Comment 2 Florian Müllner 2017-04-24 23:11:29 UTC
Created attachment 350347 [details] [review]
Update .gitignore

Meson requires a separate build directory, so all matches on files
that are generated during build are now unnecessary - just keep
some generally useful excludes like backup files or tarballs.
Comment 3 Florian Müllner 2017-04-24 23:45:46 UTC
Attachment 350346 [details] pushed as 3ac23fa - build: Drop autotools support
Attachment 350347 [details] pushed as f467178 - Update .gitignore