parnoldx / timer

The ultimate tea timer
GNU General Public License v3.0
16 stars 6 forks source link

Improve meson build #31

Closed NathanBnm closed 4 years ago

NathanBnm commented 4 years ago

I improved a little the way your app is build with meson.

I removed useless configs from the meson.build files and split them within the different folders for more clarity. I also simplified the post_install.py script and added the .editorconfig with elementary recommended parameters.

Finally I renamed the gresources file with the app name.

This PR is ready for review

parnoldx commented 4 years ago

Thanks for the contribution. I had to fix the post_install file. It was not executable and meson complained about strange characters.

NathanBnm commented 4 years ago

@parnold-x I didn't make the post_install.py scritpt executable. In order to do that you'll have to do a chmod +x post_install.py.

It seems that Travis CI didn't start. Are you sure the build passed?