Documentation
Pagume is a modern Ethiopian calendar app built with KDE Kirigami and Qt6.
Installation
Flathub
Use your system's app store to find Pagume or run this command to install it.
flatpak install flathub io.github.wesenseged.Pagume
Compiling manually
Before proceeding, ensure that you have the necessary packages installed for Qt 6 and KDE Frameworks.
git clone https://github.com/wesenseged/Pagume
cd Pagume
cmake -B build/ --install-prefix ~/.local
cmake --build build/
cmake --install build/
Pagume
To uninstall:
cmake --build build/ --target uninstall
Features
- Ethiopian Calendar
- Public Holidays
- Ethiopian to Gregorian Calendar converter
- Gregorian to Ethiopian Calendar converter
