summaryrefslogtreecommitdiffstats
path: root/packaging/macos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exchange appdmg for create-dmgRené de Hesselle2019-06-304-35/+22
| | | | This replaces the Node.js app 'appdmg' by a shell script 'create-dmg'.
* Update macOS build pipelineRené de Hesselle2019-06-2810-31/+95
| | | | | | Noteworthy are the creation of '.dmg' and a fix for inbox#605. Lots of minor improvements.
* Update macOS build pipelineRené de Hesselle2019-06-2312-122/+314
| | | | | | | | 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-053-9/+0
| | | | | This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3
* Update version to alpha2Marc Jeanmougin2019-06-022-6/+6
|
* Include more feature librariesRené de Hesselle2019-05-316-15/+90
| | | | | | | | | | - gtkspell - libyaml - cppunit - librevenge - libcdr - ImageMagick 6 - OpenMP
* packaging/macos: typos fixedluzpaz2019-05-132-2/+2
|
* Add lcms2 and potrace libraries to buildRené de Hesselle2019-05-123-1/+17
| | | | | This fixes the empty color tab (#241) and the missing paint bucket tool (inbox#469).
* Add fontconfig to the application bundleRené de Hesselle2019-05-014-3/+120
| | | | | | This fixes fonts not showing up and un-breaks the font tool. Add more localizations.
* Update macOS build pipelineRené de Hesselle2019-04-2220-261/+572
| | | | | | | | | Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.
* Add build pipeline for macOSRené de Hesselle2019-04-0911-0/+1213