π»οΈ Installation
ποΈ Dependencies
These dependencies must be present before building:
mesonvalaclibgranite-devlibgtk-3-devlibjson-glib-devlibsoup2.4-dev
Use the App script to simplify installation by running ./app install-deps, in this case, make sure that dpkg-dev package is installed
π οΈ Building
git clone https://github.com/calo001/fondo.git && cd fondo
./app install-deps && ./app install
ποΈ Deconstruct
./app uninstall
π¨βπ»οΈ Development
Using ./app script
Fondo includes a script to simplify the development process. This script can be accessed in the main project directory through ./app.
Usage:
./app [OPTION]
Options:
clean Removes build directories (can require sudo)
generate-i18n Generates .pot and .po files for i18n (multi-language support)
install Builds and installs application to the system (requires sudo)
install-deps Installs missing build dependencies
run Builds and runs the application
uninstall Removes the application from the system (requires sudo)
Using Flatpak
If you prefer to use Flatpak to try or compile Fondo from source code, you can do it by using the command line:
flatpak-builder build com.github.calo001.fondo.json --user --install --force-clean
Then, execute Fondo by using:
flatpak run com.github.calo001.fondo
To run these commands, you need to have Flatpak installed, Check the Quick Setup, and follow the instructions to install it depending on your OS.
π΅οΈ Support me
Fondo is and will always be free for the world ποΈ. If you like the project and would like to fund and contribute to my work, you can do it via Patreon or Paypal.Me:
ποΈ Special thanks
Beautiful, free photos. Gifted by the worldβs most generous community of photographers. π
ποΈ Support, help & inspiration
π¦οΈ Flatpak maintainers and contributors
π€οΈ Translators
ποΈ Extra contributions
Fondo is translated into several languages. If your language is missing or incomplete, please help to translate Fondo into your language.
ποΈ License
This project is licensed under the AGPL-3.0 License - see the LICENSE file for details.

