danirabbit / nimbus

A minimal weather applet
GNU General Public License v2.0
80 stars 21 forks source link

clean meson build system, update PO to include desktop & appdata file… #49

Closed bilelmoussaoui closed 7 years ago

bilelmoussaoui commented 7 years ago

This PR includes :

danirabbit commented 7 years ago

Hey thanks for your branch. I would appreciate it if you would break this up into several smaller pull requests with each PR addressing only a single issue. As it is now, this one commit touches too many unrelated things. I would like to review each change separately.

bilelmoussaoui commented 7 years ago

How would you like me to break it up? For now, the meson build system & i18n are the same things, at least for me. Anyway, i don't have any issue separating this PR into smaller ones

danirabbit commented 7 years ago

Each PR should represent one fix. One for the readme, one for i18n, one for cache changes, one for code style changes, etc.

I can see right now it looks like you're trying to change my meson file to 2 space indent and that's not something I would merge. So this means any other changes you would make are now blocked by this unrelated change. Each PR should only change one thing to avoid these kind of blocks

bilelmoussaoui commented 7 years ago

Alright, I will make that PR right now :) for the 2 space indent, it just seems to be common by meson users.