Taiko2k / Avvie

A GTK app for quick image cropping :flower_playing_cards:
GNU General Public License v3.0
159 stars 19 forks source link

Implement Meson, localization support, add flatpak manifest and Italian translation #23

Closed bordam closed 2 years ago

bordam commented 2 years ago

Hi there! Since I saw no updates about the build system, I tried to implement it myself. Turns out it works, and doesn't throw any warning messages. I also added a couple of other stuff as you see in the title.

Keep in mind that I'm not a software developer so this might not be 100% formally correct, but for me everything works just fine.

Closes #4

Taiko2k commented 2 years ago

Yeah that seems fine. I don't exactly know how it all works yet but it does in fact seem to work! Thanks for getting this done.

I found one small issue with how avvie parses the args, not expecting it to be launched without a .py extension, but ill fix that up.

Taiko2k commented 2 years ago

When I run from source, I get NameError: name '_' is not defined. How does this work?