summaryrefslogtreecommitdiffstats
path: root/packaging/macos/020-vars.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Ghostscript to enable eps importRené de Hesselle2019-09-281-1/+2
|
* Remove dependency on user's .profileRené de Hesselle2019-09-121-7/+7
| | | | We no longer need to overwrite .profile with our settings.
* Fix link pointing to old version of toolset cacheRené de Hesselle2019-09-101-1/+1
|
* Change build OS and targetRené de Hesselle2019-09-091-59/+19
| | | | | | | | | | | | | | We no longer user El Capitan (10.11) as build platform. We now use Mojave (10.14) in combination with the Mavericks SDK (10.9). This simplifies the build process as we can use a current platform and gives backward compatibility down to Mavericks (10.9). Use a newer Python build that we turn non-relocatable for JHBuild, avoiding to build it ourselves (time consuming!) in 120-python3.sh. New default build location is /Users/Shared/work. This is a user- independent location and user-writable and simplifies WKR_DIR handling.
* Fix error in GTK launch scriptRené de Hesselle2019-09-051-1/+1
| | | | | | | | 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-6/+6
| | | | | | | | | | 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-2/+3
| | | | These changes mainly accomodate for gtk-osx upstream updates.
* Add pySerial to macOS appRené de Hesselle2019-08-041-0/+1
|
* Add logging to help with debuggingRené de Hesselle2019-07-241-3/+1
|
* Update jhbuildRené de Hesselle2019-07-211-12/+35
| | | | | | This is a massive internal update due to changes in JHBuild. Update Python to 3.7.4.
* Exchange appdmg for create-dmgRené de Hesselle2019-06-301-2/+2
| | | | This replaces the Node.js app 'appdmg' by a shell script 'create-dmg'.
* Update macOS build pipelineRené de Hesselle2019-06-281-4/+5
| | | | | | Noteworthy are the creation of '.dmg' and a fix for inbox#605. Lots of minor improvements.
* Update macOS build pipelineRené de Hesselle2019-06-231-10/+34
| | | | | | | | 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.
* Remove unused libyaml dependencyPatrick Storz2019-06-051-1/+0
| | | | | This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3
* Include more feature librariesRené de Hesselle2019-05-311-2/+10
| | | | | | | | | | - gtkspell - libyaml - cppunit - librevenge - libcdr - ImageMagick 6 - OpenMP
* packaging/macos: typos fixedluzpaz2019-05-131-1/+1
|
* Add lcms2 and potrace libraries to buildRené de Hesselle2019-05-121-1/+3
| | | | | This fixes the empty color tab (#241) and the missing paint bucket tool (inbox#469).
* Add fontconfig to the application bundleRené de Hesselle2019-05-011-0/+1
| | | | | | This fixes fonts not showing up and un-breaks the font tool. Add more localizations.
* Update macOS build pipelineRené de Hesselle2019-04-221-0/+150
Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.