openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #24513
[Merge] lp:~springermac/openlp/packaging-fixes into lp:openlp/packaging
Jonathan Springer has proposed merging lp:~springermac/openlp/packaging-fixes into lp:openlp/packaging.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~springermac/openlp/packaging-fixes/+merge/240022
Fix mudraw location for Mac OS X and change sphinx build to use the python 3.4 version
--
https://code.launchpad.net/~springermac/openlp/packaging-fixes/+merge/240022
Your team OpenLP Core is requested to review the proposed merge of lp:~springermac/openlp/packaging-fixes into lp:openlp/packaging.
=== modified file 'osx/config.ini.default'
--- osx/config.ini.default 2014-09-02 13:07:50 +0000
+++ osx/config.ini.default 2014-10-29 16:03:47 +0000
@@ -1,11 +1,11 @@
[executables]
-sphinx = sphinx-build-2.7
+sphinx = sphinx-build-3.4
pyinstaller = %(projects)s/pyinstaller/pyinstaller.py
lrelease = lrelease
diskutil = diskutil
hdiutil = hdiutil
osascript = osascript
-mudrawbin = /opt/local/bin/mudraw
+mudrawbin = mudraw
[paths]
branch = %(projects)s/trunk
Follow ups