summaryrefslogtreecommitdiffstats
path: root/packaging/macos/030-funcs.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Precompile Python packagesRené de Hesselle2019-09-231-5/+4
| | | | | | | | | | | Remove test files from Python.framework. Fix lxml dependencies. Add libexslt to application bundle. Fix Pycairo getting overwritten by PyGObject. Fix line numbers in echo statements being off by 1.
* Fix packaging and distribution scriptsRené de Hesselle2019-09-121-1/+1
| | | | | | | The previous commit was faulty. The run_in_terminal scripts in steps 220 and 230 need to source in the configuration as every other script. Dependencies on variables must be handled independently from the main script.
* Fix error in GTK launch scriptRené de Hesselle2019-09-051-17/+49
| | | | | | | | Determine git repo version like it's done in the cmakefile. Refactor usage of 'sed'. Do not extract everything from toolset cache.
* Update macOS build pipelineRené de Hesselle2019-08-121-0/+54
| | | | | | | | | | Use dmgbuild (Python package) instead of create-dmg. This speeds up the process and also is lot less error-prone. Run gtk-mac-bundler and dmgbuild through Terminal.app. This is an attempt to fix the instability when running non-interactively in CI. Update a few Python packages to their newest versions.
* Update macOS build pipelineRené de Hesselle2019-08-071-0/+15
| | | | These changes mainly accomodate for gtk-osx upstream updates.
* Add logging to help with debuggingRené de Hesselle2019-07-241-0/+26
|
* Update jhbuildRené de Hesselle2019-07-211-0/+27
| | | | | | This is a massive internal update due to changes in JHBuild. Update Python to 3.7.4.
* Update macOS build pipelineRené de Hesselle2019-06-281-9/+4
| | | | | | Noteworthy are the creation of '.dmg' and a fix for inbox#605. Lots of minor improvements.
* Update macOS build pipelineRené de Hesselle2019-06-231-0/+51
| | | | | | | | This update lowers system requirements from 10.13 to 10.11 and has massive improvements regarding Python integration. Also lots of minor improvements. Based on https://github.com/dehesselle/mibap v0.12.
* Include more feature librariesRené de Hesselle2019-05-311-1/+1
| | | | | | | | | | - gtkspell - libyaml - cppunit - librevenge - libcdr - ImageMagick 6 - OpenMP
* Update macOS build pipelineRené de Hesselle2019-04-221-0/+121
Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.