All Projects → matfantinel → moneta

matfantinel / moneta

Licence: GPL-3.0 license
Monitor the exchange rates of different real-world currencies with this handy applet for elementaryOS, made with Vala and GTK

Programming Languages

vala
323 projects
Meson
512 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Moneta

Download on Flathub

Screenshot

Moneta is a handy applet that stays on your desktop and updates the exchange rate of currencies of your choice. It is a fork from the app Coin by @lainsce, just adapted to handle real-world currencies instead of virtual ones.

Most of the code and design is copied/based on his. So if you like this, consider sponsoring him on GitHub!

Built for elementary OS

While Moneta can run in any Linux distribution, it was built with elementary OS in mind. It runs perfectly on other distributions like Ubuntu, Fedora, etc. though. Download it on Flathub if you want to use Moneta everywhere!

Translating

You can help translating this app with the following steps:

  • Add the language you want to translate to in the po/LINGUAS file (if it's already there, you can skip this step);
  • Then, make sure the translation files are updated:
cd build
ninja com.github.matfantinel.moneta-pot
ninja com.github.matfantinel.moneta-update-po
  • Then, update your language file in po folder with your translations. For example, portuguese (pt) translation file is po/pt.po;

  • Some additional translation files can be found in po/extra/ (stuff for the xml and .desktop files)

  • You might want to update these files as well:

    # we're still in ./build
    ninja extra-pot
    ninja extra-update-po
  • Fork this repo, commit to your repo and then open a Pull Request to this one.

Developing and building

If you want to go ahead and compile Moneta yourself, you'll need the following dependencies:

  • libgranite-dev
  • libgtk-3-dev
  • meson
  • valac
  • libsoup2.4-dev
  • libjson-glib-dev

You can install them on elementary OS Odin with:

sudo apt install elementary-sdk

And on other Ubuntu-based distributions with:

sudo apt install libgranite-dev libgtk-3-dev meson valac libsoup2.4-dev libjson-glib-dev

Run meson build to configure the build environment and run ninja install to install:

meson build --prefix=/usr
cd build
sudo ninja install

Then run it with:

com.github.matfantinel.moneta

Flatpak

Moneta is also available as a Flatpak. To build/install it locally, first you have to install the necessary runtimes:

sudo apt install flatpak-builder
flatpak install io.elementary.Sdk/x86_64/6

Then, from the project root:

flatpak-builder --install repo com.github.matfantinel.moneta.json --force-clean --user --install

The app should be displayed on your apps list, or you can run it with:

flatpak run com.github.matfantinel.moneta
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].