summaryrefslogtreecommitdiffstats
path: root/buildtools/msys2installdeps.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MSYS2: avoid pip upgrade failing if dependencies can't be updatedPatrick Storz2019-11-051-2/+6
|
* MSYS2: Update imagemagick to version 6.9.10-69Patrick Storz2019-10-251-3/+3
|
* CMake/MSYS2: Add PyGObject to distributionJan Winkler2019-06-181-1/+2
| | | | | | | Allows extension authors to use gtk stack in Python via GObject introspection See https://gitlab.com/inkscape/extensions/issues/85
* Packaging: Switch Windows distribution to Python 3.7Patrick Storz2019-06-121-8/+8
|
* Remove unused libyaml dependencyPatrick Storz2019-06-051-2/+1
| | | | | This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3
* Update packaging for double-conversionPatrick Storz2019-04-021-0/+1
|
* Remove leftover popt references in build filesKarl Cheng2019-03-201-1/+0
| | | | | | Refs: https://bugs.launchpad.net/inkscape/+bug/195220 Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
* CI/AppVeyor: Make pacman default to overwriting existing filesEduard Braun2018-09-271-5/+10
| | | | | | Usually this should not be required but it avoids undefined behavior when casing of a filename changes between versions (as Windows does not have case-sensitive filenames)
* MSYS2: Use system python2-six to avoid conflict with pip versionEduard Braun2018-09-091-1/+2
|
* MSYS2: Update ImageMagick to version 6.9.9.23Eduard Braun2017-11-221-3/+3
|
* Misc. typosUnknown2017-11-071-2/+2
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* MSYS2: use custom ImageMagick build as relocation support is brokenEduard Braun2017-09-301-8/+3
| | | | | | | | | | This package was configured `--without-modules` which results in ImageMagick's "coders" to be compiled directly into the main library instead of using separate modules (which might not be found). see - https://bugs.launchpad.net/inkscape/+bug/1720330 - https://github.com/Alexpux/MINGW-packages/issues/2995
* MSYS2: Upgrade python packages when re-running the script (pip)Eduard Braun2017-09-281-2/+2
|
* MSYS2: Switch to repo.msys2.org URL for imagemagickEduard Braun2017-09-281-2/+2
| | | | (https://twitter.com/sfnet_ops/status/913044025791467520 among other reasons)
* Update msys2installdeps.shEduard Braun2017-07-181-4/+1
| | | | | | - bzr -> git - drop dependencies of 0.92.x branch since it has its own msys2installdeps.sh now
* root dir tidying: MSYS2 & AppVeyor CIEduard Braun2017-07-171-0/+101
- move build scripts and related tools to buildtools folder - rename appveyor.yml -> .appveyor.yml