K 10 svn:author V 8 truckman K 8 svn:date V 27 2015-09-16T03:03:46.289440Z K 7 svn:log V 970 Update the comment about the clang 3.6 and clang 3.7 code generation bug with the upstream bug ID. More do-install target optimization: * Use the tar -s option to modify the path names when unpacking the install archive into the staging directory rather than unpacking, repacking, and unpacking again * Pass --with-unix-wrapper to configure and patch a makefile to get the desired Exec and Icon entries in the .desktop files instead of patching them after they have been staged. The Icon entries do not need to specify the .png suffix. * Streamline the usage of ${STRIP_CMD} * Create hard links to the wrapper for the individual apps instead of symbolic links, and use a for loop instead of repeating the command a bunch of times * Centralize the plist generation, which allows the icon installation ot be simplified * Install missing startcenter app icon * Mute many of the commands, but add strategic ${ECHO_CMD}s END