| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
21c9bc7b2cf2fbda2ed1dd5841eb9333bb274023
|
| |
|
|
|
|
| |
list_files_pacman / list_files_pip
(see https://bugs.launchpad.net/inkscape/+bug/1696720)
|
| | |
|
| |
|
| |
(bzr r15717)
|
| |
|
| |
(bzr r15699)
|
| |
|
| |
(bzr r15693)
|
| |
|
|
|
| |
lost on subsequent runs
(bzr r15692)
|
| |
|
|
|
| |
customization of install location via 'CMAKE_INSTALL_PREFIX'
(bzr r15681)
|
| |
|
| |
(bzr r15680)
|
| |
|
| |
(bzr r15679)
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
(should be a safe assumption, if not let me know...)
This resolves the "mingw-w64" vs. "MinGW 64-bit" ambiguity of the "HAVE_MINGW64" cmake variable (which worked before as devlibs = 32bit = mingw; devlibs64 = 64-bit = mingw-w64), but is not senseful for newer 32-bit MinGW builds that are based on mingw-w64, too.
(bzr r15579)
|
| |
|
| |
(bzr r15566)
|
| |
|
|
|
|
| |
See Wiki for build instructions:
http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2
(bzr r15564)
|
| |
|
|
|
|
|
|
| |
Windows
Fixed bugs:
- https://launchpad.net/bugs/1659336
(bzr r15535)
|
| |
|
| |
(bzr r15527)
|
| |
|
|
|
| |
(set concatenates arguments with a semicolon ";")
(bzr r15517)
|
| |
|
|
|
|
|
|
|
|
| |
Fixes crash issue when trying to use GTK file dialogs
(error: "GLib-GIO-ERROR **: No GSettings schemas are installed on the system")
Fixed bugs:
- https://launchpad.net/bugs/1663884
- https://launchpad.net/bugs/1663999
(bzr r15514)
|
| |
|
|
|
|
|
|
|
| |
- It didn't make much sense to check twice anyway
- The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now
- The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually)
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039
(bzr r15475)
|
| |
|
| |
(bzr r15399.1.1)
|
| |
|
| |
(bzr r15292)
|
| |
|
|
|
| |
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however
(bzr r15278)
|
| |
|
| |
(bzr r15223)
|
| |
|
| |
(bzr r15136.1.14)
|
| |
|
| |
(bzr r15136.1.11)
|
| |
|
| |
(bzr r15136.1.9)
|
| |
|
| |
(bzr r15136.1.1)
|
| |
|
| |
(bzr r15113)
|
| |
|
|
|
| |
Report stale ignore files
(bzr r15101)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1488159
(bzr r15094)
|
| |\
| |
| | |
(bzr r14954.1.30)
|
| | |
| |
| | |
(bzr r15039)
|
| | |\
| | |
| | | |
(bzr r15038)
|
| | | |
| | |
| | | |
(bzr r15023.2.8)
|
| | | |
| | |
| | | |
(bzr r15023.2.7)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/1424830
- https://launchpad.net/bugs/1606558
(bzr r15023.2.1)
|
| |\| |
| | |
| | | |
(bzr r14954.1.29)
|
| | |/
| |
| |
| |
| |
| | |
Added inkscape.com and icon to inkview.exe
Added msysenv.sh to support compiling using MSYS.
(bzr r15023.1.1)
|
| |\|
| |
| | |
(bzr r14954.1.18)
|
| | |
| |
| | |
(bzr r15002.1.8)
|
| | |
| |
| |
| |
| | |
Replaced tabs with whitespaces.
(bzr r15002.1.7)
|