kde-workspace/cursors/src
Ivailo Monev b051d6b685 cursors: add inkscape to the required tools
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-15 03:22:06 +03:00
..
config initial import 2014-11-13 19:30:51 +02:00
svg initial import 2014-11-13 19:30:51 +02:00
symlinks generic: remove unused dot files [ci skip] 2021-08-27 20:27:15 +03:00
theme-black initial import 2014-11-13 19:30:51 +02:00
theme-blue initial import 2014-11-13 19:30:51 +02:00
theme-bluecurve initial import 2014-11-13 19:30:51 +02:00
theme-brown initial import 2014-11-13 19:30:51 +02:00
theme-cherry initial import 2014-11-13 19:30:51 +02:00
theme-chrome initial import 2014-11-13 19:30:51 +02:00
theme-desert initial import 2014-11-13 19:30:51 +02:00
theme-emerald initial import 2014-11-13 19:30:51 +02:00
theme-green initial import 2014-11-13 19:30:51 +02:00
theme-grey initial import 2014-11-13 19:30:51 +02:00
theme-honeycomb initial import 2014-11-13 19:30:51 +02:00
theme-hot_orange initial import 2014-11-13 19:30:51 +02:00
theme-lilac initial import 2014-11-13 19:30:51 +02:00
theme-midnight_meadow initial import 2014-11-13 19:30:51 +02:00
theme-navy initial import 2014-11-13 19:30:51 +02:00
theme-norway initial import 2014-11-13 19:30:51 +02:00
theme-obsidian initial import 2014-11-13 19:30:51 +02:00
theme-obsidian-hc initial import 2014-11-13 19:30:51 +02:00
theme-olympus initial import 2014-11-13 19:30:51 +02:00
theme-olympus-inv initial import 2014-11-13 19:30:51 +02:00
theme-orchid initial import 2014-11-13 19:30:51 +02:00
theme-oxygen initial import 2014-11-13 19:30:51 +02:00
theme-peach initial import 2014-11-13 19:30:51 +02:00
theme-purple initial import 2014-11-13 19:30:51 +02:00
theme-red initial import 2014-11-13 19:30:51 +02:00
theme-red-argentina initial import 2014-11-13 19:30:51 +02:00
theme-sea_blue initial import 2014-11-13 19:30:51 +02:00
theme-steel initial import 2014-11-13 19:30:51 +02:00
theme-terra initial import 2014-11-13 19:30:51 +02:00
theme-terra_green initial import 2014-11-13 19:30:51 +02:00
theme-violet initial import 2014-11-13 19:30:51 +02:00
theme-viorange initial import 2014-11-13 19:30:51 +02:00
theme-white initial import 2014-11-13 19:30:51 +02:00
theme-whitewater initial import 2014-11-13 19:30:51 +02:00
theme-wonton initial import 2014-11-13 19:30:51 +02:00
theme-yellow initial import 2014-11-13 19:30:51 +02:00
theme-zion initial import 2014-11-13 19:30:51 +02:00
CMakeLists.txt cursors: CMake warning fix 2023-08-15 03:12:37 +03:00
config.cmake initial import 2014-11-13 19:30:51 +02:00
COPYING initial import 2014-11-13 19:30:51 +02:00
cursors.cmake generic: drop support for operating systems Katie does not support 2020-10-26 16:45:13 +02:00
LICENSE initial import 2014-11-13 19:30:51 +02:00
make_config.cmake initial import 2014-11-13 19:30:51 +02:00
make_svg.cmake initial import 2014-11-13 19:30:51 +02:00
README generic: misc cleanups 2015-08-28 05:29:36 +03:00
setup.cmake cursors: add inkscape to the required tools 2023-08-15 03:22:06 +03:00
theme.cmake initial import 2014-11-13 19:30:51 +02:00

How to generate all the pngs and the SVGs and the cursor files:

mkdir build
cd build
cmake ../src
make [theme-<color>|package-<color>]

Where <color> is the color you want generated if you want just one of them.

The build system is still young, with rough edges (e.g. doesn't check if
inkscape is found). Hopefully it will work, but there may still be problems.

All of what you see here is to be considered a work in progress, and therefore
must be considered as unreleased.

Information on the graphics:
Riccardo "ruphy" Iaconelli <riccardo@kde.org>

Information on the build system:
Matthew Woehlke <mw_triad@users.sourceforge.net>
Diego 'Flameeyes' Pettenò