This plasmoid provides a configuration interface and a switch to start/stop Redshift daemon.
See Redshift website for more detailed info about redshift <http://jonls.dk/redshift/>.

Developed by:
Simone Gaiarin <simgunz AT gmail DOT com>

Code under GPLv3 license (see COPYING)

Requires:
Essential build tools (gcc, cmake, and so on)
KDE SC 4.x
Redshift

Packages for Debian like distributions:
build-essential
cmake
kde-workspace-dev
redshift

How to install:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..
make
sudo make install (alternatively su -c 'make install')

After install, reboot or run redshiftautostart manually
to start using the plasmoid.

Troubleshoot:
If make fails to build (because it try to build it against Qt5), try

cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..)
