summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/InstallMSYS2.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cmake/MSYS2: Only install a fixed list of Python extensions (instead of all ↵Eduard Braun2017-04-291-2/+24
| | | | | extensions that happen to be installed on the build system) (bzr r15650)
* cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun2017-04-081-0/+12
| | | | | | | | | | | * the Aspell backend for Enchant was missing (now available [1]) * actually install the backend * install translations required by gtkspell Also re-enable installation of gtk3 translations after r15583 as we still need them in the context menu of native gtk inputs [1] https://github.com/Alexpux/MINGW-packages/pull/2369 (bzr r15618)
* CMake: Don't install /share/locale on WindowsEduard Braun2017-03-081-4/+0
| | | | | | | We only ever wanted "gtk30.mo" for translation of stock items. - As we stripped all stock items from our source we don't need it anymore - As there are *lots* of translations in MSYS2 we installed a huge amount of unneeded files (bzr r15583)
* CMake: Don't install /share/themes on WindowsEduard Braun2017-03-081-3/+0
| | | | | There's nothing we want but stuff we definitely don't need. (bzr r15582)
* CMake: Prefer to install the genuine /hicolor/index.theme file in MSYS2 installsEduard Braun2017-03-081-3/+4
| | | | | | This avoids the issues hiughlighted by su_v in https://bugs.launchpad.net/inkscape/+bug/1659336/comments/5 (bzr r15581)
* CMake: python2-numpy was missing dependenciesEduard Braun2017-03-051-1/+5
| | | (bzr r15566)
* Support for building with MSYS2Eduard Braun2017-03-041-0/+228
See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564)