https://bugs.kde.org/show_bug.cgi?id=361964
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/umbr | |ello/19f8bf61a979f2726980c4 | |ef8f082d90147addd3 Resolution|--- |FIXED --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 19f8bf61a979f2726980c4ef8f082d90147addd3 by Ralf Habacker. Committed on 20/04/2016 at 06:28. Pushed by habacker into branch 'master'. Add cmake build support for recreating icons and cursors. If enabled with cmake command line option BUILD_ICONS and/or BUILD_CURSOR_ICONS icons and cursor bitmaps are rendered from svg sources by a qt helper application named svg2png automatically on building umbrello. Cursor bitmaps are combination of a cursor template svg file and regular umbrello icons. The cursor template svg file is added by this patch too. For debugging purpose the additional cmake variable BUILD_ICONS_INTO_SIZE_RELATED_DIRS is available. Signed-off-by: Ralf Habacker <ralf.habac...@freenet.de> M +0 -1 .gitignore M +13 -2 CMakeLists.txt A +71 -0 cmake/modules/Macros.cmake A +7 -0 maintainer/CMakeLists.txt A +102 -0 maintainer/svg2png.cpp [License: GPL (v2+)] M +2 -1 umbrello/CMakeLists.txt M +219 -51 umbrello/pics/CMakeLists.txt A +482 -0 umbrello/pics/sources/cursor-template.svg http://commits.kde.org/umbrello/19f8bf61a979f2726980c4ef8f082d90147addd3 -- You are receiving this mail because: You are watching all bug changes.