summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Pyuno.mk
AgeCommit message (Collapse)Author
2014-08-02gbuild: ensure py files for a component are thereDavid Tardon
... when the component is used by a unit test. Change-Id: I5e3b1770c18d8f7dd8166f30f82bbbba1aa72dc1
2013-10-28gbuild: remove internal calls to gb_Package_set_outdir with INSTROOTMichael Stahl
Change-Id: If8aded13ed91a871b119192401d2c2edbbd50f94
2013-09-23Try to fix cross-compilationTor Lillqvist
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
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-06-07use .component files directly from workdirMatúš Kukan
Change-Id: Idaf2e1c33dcdf060756b5739c4a8d904dbdc699b
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann
Change-Id: I5af86e15bcb8958a680e7309f13d7a865f29d7a9
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-13add some commentsDavid Tardon
Change-Id: Ife488b476fff54872aa830cff218d4a642f528fc
2013-04-13install Pyuno using PackageDavid Tardon
Change-Id: Iabc029091096c82ff2dc79f0fad8f2bf9ee89514
2013-03-31do not deliver unneeded zipsDavid Tardon
Change-Id: I00ac0593e94203994bd3626c6ebb6d5b97441aa6
2013-03-03make sure the outdir exists before it is usedDavid Tardon
Change-Id: I62267efc2e02b20ca0adc284032ee9dc465a5145
2012-12-10userfriendly make targets for build and cleanLuboš Luňák
So that now it's possible to do just 'make CppunitTest_sw_macros_test' instead of 'make /home/llunak/build/src/l2/workdir/unxlngx6/CppunitTest/sw_macros_test.test' Change-Id: Ibd1e9ef4fc825043a71bd669b2f5c37ffec68e33 Reviewed-on: https://gerrit.libreoffice.org/1253 Reviewed-by: Peter Foley <jpfoley2@gmail.com> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2011-12-07reuse Zip Target for PyUnoBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06three shall be the number thou shalt countDavid Tardon
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-10-04introduce gb_Helper_OUTDIRLIBDIRBjoern Michaelsen
2011-10-03Hack to get pyuno scripts to the right location on Windows.Jan Holesovsky
2011-09-07use vnd.openoffice.pymodule: as the prefixCaolán McNamara
2011-09-07add support for UNO components in PythonDavid Tardon