Icon and cursor themes for the Hawaii desktop environment.
Requires the following icon themes:
There's no build-time dependency but you need the qtsvg module in order to see icons in Qt applications.
This icon theme is derived from the work of others.
The whole derivate work is licensed under the terms of the GNU GPL v3 license.
Symbolic icons are based on Adwaita symbolic icons from the GNOME Project with the following license:
This work is licenced under the terms of either the GNU LGPL v3 or
Creative Commons Attribution-Share Alike 3.0 United States License.
To view a copy of the CC-BY-SA licence, visit
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
The following icons are derivate work of Breeze from the KDE Project and are licensed under the terms of the GNU LGPL v3:
- system-log-out
- system-suspend
- system-suspend-hibernate
- system-switch-user
For more information please read here.
Other icons are an original work and licensed under the terms of the GNU LGPL v3, please read here for further details.
Those icons come from the Captiva icon theme and are licensed under the terms of the GNU GPL v3 license.
Those icons come from the Elementary icon theme version 3.2.1, and are licensed under the terms of the GNU GPL v3 license.
Building this is a piece of cake.
Assuming you are in the source directory, just create a build directory and run cmake:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/hawaii ..
If not passed, the CMAKE_INSTALL_PREFIX
parameter defaults to /usr/local.
You have to specify a path that fits your needs, /opt/hawaii is just an example.
Package maintainers would pass -DCMAKE_INSTALL_PREFIX=/usr
.
It's really, it's just a matter of typing:
make install
from the build directory.