[Commits] [wesnoth/wesnoth] 533c0b: Use GNUInstallDirs to specify directories
GitHub
noreply at github.com
Fri Nov 17 19:41:34 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 533c0b800578c1a0f48913a5e0e6f2c503222533
https://github.com/wesnoth/wesnoth/commit/533c0b800578c1a0f48913a5e0e6f2c503222533
Author: David Seifert <soap at gentoo.org>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M CMakeLists.txt
M doc/man/CMakeLists.txt
M doc/manual/CMakeLists.txt
M packaging/systemd/wesnothd.service.in
M po/CMakeLists.txt
M src/CMakeLists.txt
Log Message:
-----------
Use GNUInstallDirs to specify directories
* GNUInstallDirs is the only Kitware-supported
way to change the default directories. Most
distributions have hooks for changing these
directories, which makes integrating wesnoth
easier and more consistent with the rest of
the CMake ecosystem.
* Make build system perfectly out-of-source
compatible. The build system should never
touch files in the source tree.
Commit: 509aa5a1ea6832f71d23a6a879bf9a03fcc9e285
https://github.com/wesnoth/wesnoth/commit/509aa5a1ea6832f71d23a6a879bf9a03fcc9e285
Author: David Seifert <soap at gentoo.org>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M changelog
Log Message:
-----------
Update changelog
* Detail the `GNUInstallDirs` changes
* Non-Windows builds now use the absolute path for all
data paths. This is less brittle, as relative path
lookup in Unix always depends on the current value of
the PWD environmental variable.
Compare: https://github.com/wesnoth/wesnoth/compare/e8cd3df79a13...509aa5a1ea68
More information about the Commits
mailing list