Blender Git Commit Log

Git Commits -> Revision 1bb7899

Revision 1bb7899 by Campbell Barton (master)
July 14, 2010, 20:26 (GMT)
CMake patch from Ralf Hölzemer (cheleb)
[#22849] Fix cmake install target on linux
--- from the tracker ---
This patch fixes the install target for the linux platform. Since the new configuration path changes are in effect, files have to be installed in the correct places instead of just copying the local installation to $PREFIX/share/blender.

It also provides a new macro to determine the correct blender version values.

Changes in this patch include:

- the .desktop menu file is installed in $PREFIX/share/applications and points to the svg icon instead of a png one, which is also installed in $PREFIX/share/pixmaps
- docs are installed in $PREFIX/share/doc/blender
- scripts are installed in in $PREFIX/share/blender/x.xx/
- locales are installed in in $PREFIX/share/blender/x.xx/datafiles
- a new cmake macro determines and sets the correct values for BLENDER_VERSION_MAJOR, BLENDER_VERSION_MINOR, BLENDER_SUBVERSION, BLENDER_VERSION, BLENDER_MINVERSION_MAJOR, BLENDER_MINVERSION_MINOR, BLENDER_MINSUBVERSION and BLENDER_MINVERSION by parsing source/blender/blenkernel/BKE_blender.h and calculating major/minor values. This replaces the hardcoded value in the top CMakeLists file and is used by all platforms.

Commit Details:

Full Hash: 1bb789956d42dc3e4a222a28b95a956ff8c97742
SVN Revision: 30345
Parent Commit: eb4795b
Lines Changed: +61, -8

4 Modified Paths:

/build_files/cmake/macros.cmake (+33, -0) (Diff)
/CMakeLists.txt (+2, -4) (Diff)
/release/freedesktop/blender.desktop (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+25, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021