| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
- libidn2 now required by curl
- libraqm (-> libfridi) required by python2-pillow >= 4.2.0
|
| |
|
|
|
|
|
|
|
|
| |
Bitmap fonts are currently unusable by Inkscape but still show up in
the font list (https://bugs.launchpad.net/inkscape/+bug/714859)
Even worse: If a bitmap font is present Inkscape won't be able to
use it but also substitution rules for this font family won't work
causing Pango to fall back to "Sans" instead of a proper replacement
(e.g. https://bugs.launchpad.net/inkscape/+bug/1429793)
|
| |
|
|
|
| |
This resulted in font substitutions being broken
(i.e. "Sans" was serif)
|
| |
|
|
| |
Exclude translations for which Inkscape does not provide a transltation
|
| |
|
|
|
|
| |
installed but are unused
(should detect if globs added to the list from 170049663979e3531d247f4228b94fe1ccd2568f that are too lenient)
|
| |
|
|
|
|
| |
numbers in library names.
This should be more future-proof against package updates but also allows to build with slightly outdated libraries.
|
| | |
|
| |
|
|
|
|
| |
- update script to install dependencies
- update InstallMSYS2.cmake
- fix Windows builds (uint -> unsigned int)
|
| | |
|
| | |
|
| |
|
|
| |
21c9bc7b2cf2fbda2ed1dd5841eb9333bb274023
|
| | |
|
| |
|
| |
(bzr r15717)
|
| |
|
| |
(bzr r15699)
|
| |
|
| |
(bzr r15693)
|
| |
|
|
|
| |
customization of install location via 'CMAKE_INSTALL_PREFIX'
(bzr r15681)
|
| |
|
|
|
|
|
|
|
|
|
| |
for inkscape executables.
It's not only more elegant, but it also makes the "install/strip" target work!
Also convert DESTINATION to a relative path. As relative paths are relative to ${CMAKE_INSTALL_PREFIX}, it's effectively the same as before, but cmake does not properly handle absolute paths on Windows, see [1].
[1] https://gitlab.kitware.com/cmake/cmake/issues/16859
(bzr r15678)
|
| |
|
|
|
|
|
| |
printing to console
(just as we do with inkscape.com / inkscape.exe)
(bzr r15677)
|
| |
|
|
|
|
|
| |
MSYS2 uses '/var/cache/fontconfig' by default which is not available outside of the MSYS environment and therefore get's created in the root folder of the Inkscape installation. On most systems this will be in read-only 'Program Files' (which might still work thanks to virtual store, but better be safe then sorry).
This also makes sure we do not re-introduce bug #1196373
(bzr r15661)
|
| |
|
|
|
| |
(those are unittests for Python itself, unittest module is still included)
(bzr r15660)
|
| |
|
|
|
| |
They're empty, are only created on Windows and seem to be completely unused
(bzr r15651)
|
| |
|
|
|
| |
extensions that happen to be installed on the build system)
(bzr r15650)
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
There's nothing we want but stuff we definitely don't need.
(bzr r15582)
|
| |
|
|
|
|
| |
This avoids the issues hiughlighted by su_v in
https://bugs.launchpad.net/inkscape/+bug/1659336/comments/5
(bzr r15581)
|
| |
|
| |
(bzr r15566)
|
|
|
See Wiki for build instructions:
http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2
(bzr r15564)
|