summaryrefslogtreecommitdiff
path: root/pyuno/CustomTarget_python_shell.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28Fix python wrapper script on OS XMatthew J. Francis1-1/+0
Change-Id: Icfac94022ee026ad8e9d9d5298e5cc7fbd7121be Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
In other words, only executable files go in the MacOS folder. Dynamic libraries and bundled frameworks (i.e., LibreOfficePython), and nothing else, go in the Frameworks folder, and all other files go in the Resources folder. Especially, note that Java class files and rc (.ini) files also go in Resources. Such an app bundle structure is what Apple strongly suggests one should use, and it has been hinted that future versions of code signing and/or Gatekeeper will require such a structure. There is still some ugliness thanks to traces of the historical separation of URE from "the office". Like there are two separate "unorc" files, one for URE, one for the LibreOffice application. IMHO, this should be cleaned up, but is probably controversial. (Eek! I now see there are actually *three* unorc files in the app bundle. Not intentional. Need to fix that later.) Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606
2013-08-30ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-1/+1
Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist1-0/+1
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-04-19python3: put an RPATH into python binary ...Michael Stahl1-1/+0
... and get rid of LD_LIBRARY_PATH hack in wrapper shell script. Change-Id: I7d91c6086460504d656de7b018087264165f396b
2013-01-01simplify processing of python.shDavid Tardon1-10/+15
Change-Id: I583407233fad1f7aaccc137642e5f134c3ba2874
2012-11-27clean up PYTHON related version etc. variables:Michael Stahl1-4/+2
- configure defines PYTHON_VERSION, PYTHON_VERSION_MAJOR, PYTHON_VERSION_MINOR - remove pyversion.Makefile Change-Id: I19ac8df18a520ad56bf63ea038dc0769b8249d0b
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky1-0/+50
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db