Maya Calendar from Elementary OS on Ubuntu
The Maya Calendar from Elementary OS seems really nice:
Has anyone been able to run it on Ubuntu ? Is it available on some repository ? After installing the dependencies, I only get a ton of error messages when I try to build it from source. This question on the official page has no positive answer yet.
Solution 1:
This is the way to install Mayan Calendar on Ubuntu.
sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install maya-calendar
Source
Solution 2:
If you don't want untested features use the 'stable' repo instead of 'daily'
sudo apt-add-repository ppa:elementary-os/stable
sudo apt-get update
sudo apt-get install maya-calendar