Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.58 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.58 KB

A time management utility for GNOME

GNOME Pomodoro is a small application that helps managing time according to Pomodoro Technique. It intends to improve productivity and focus by taking short breaks. It uses GNOME technologies, and so it has complete integration with the GNOME desktop environment. For more general information about Pomodoro please visit our website at

https://gnomepomodoro.org

How to compile

Make sure you have all the requiered dependencies first:

sudo apt-get install gettext valac pkg-config desktop-file-utils appstream-util libglib2.0-dev gsettings-desktop-schemas-dev gobject-introspection libgirepository1.0-dev libgstreamer1.0-dev libgtk-3-dev libcanberra-dev libpeas-dev autoconf-archive libgom-1.0-dev libappstream-glib-dev

Clone the branch that matches your gnome shell version. For 3.36, you would do:

git clone -b gnome-3.36 https://github.com/codito/gnome-pomodoro.git

Then, inside the repo directory, run:

./autogen.sh --prefix=/usr --datadir=/usr/share
make
sudo make install

This software is licensed under the GPL.

This project is not affiliated with, authorized by, sponsored by, or otherwise approved by GNOME Foundation and/or the Pomodoro Technique®. The GNOME logo and GNOME name are registered trademarks or trademarks of GNOME Foundation in the United States or other countries. The Pomodoro Technique® and Pomodoro™ are registered trademarks of Francesco Cirillo.