| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Escaping "${CMAKE_INSTALL_PREFIX}" with a backslash allows this to
work for the normal install target as well as with cpack (expansion
of the variable is delayed until installation where it has the
correct value).
Also make sure Adwaita's icon-theme.cache is up-to-date
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| |/
|
|
|
|
| |
Some linkers, like gold, don't find symbols in libraries not explicitly
linked against. So we have to add libX11. On systems not using X11 this
shouldn't hurt.
|
| |
|
|
|
| |
Also remove ConfigCompileFlags.cmake
(which wasn't included anymore for almost 10 years now)
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Please confirm typos in the following
`doc/nr-filter-interface.txt`
`share/symbols/BalloonSymbols.svg`
.
|
| | |
|
| |
|
|
|
|
|
|
| |
They are required for tkinter
Fixed bugs:
- https://bugs.launchpad.net/inkscape/+bug/1735451
- https://bugs.launchpad.net/inkscape/+bug/1695946
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
| | |
|
| |
|
|
| |
Just use Gio::File when access to non-local files is needed.
|
| | |
|
| | |
|
| |
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
| |
Use a globbing expression to get WiX location as it's dependent on
the version installed.
Add note about the .msi installer still not being created properly
and wix exiting with an error code (mostly to make CI happy).
Somebody should figure this out eventually but the .msi format cost
me too many hours of my life already...
|
| |
|
|
| |
Exclude translations for which Inkscape does not provide a transltation
|
| | |
|
| |
|
|
|
|
|
| |
This creates all currently supported forms of distribution:
- .7z archive
- .exe installer
- .msi installer
|
| |
|
|
|
|
| |
- 'dist-win-msi' allows to create a Windows .msi installer using WiX
- 'dist-win-msi-fast' has a no compression but is much faster
and can be used for testing purposes
|
| |
|
|
|
|
| |
- 'dist-win-exe' allows to create a Windows .exe installer using NSIS
- 'dist-win-exe-fast' has a bad compression ratio but is much faster
and can be used for testing purposes
|
| |
|
|
|
|
|
| |
- 'dist-win-7z' allows to create a binary distribution archive
compressed with 7z format
- 'dist-win-7z-fast' has slightly worse compression but is
considerably faster
|
| |
|
|
|
|
|
| |
'dist' is the same as before
only difference:
add date and commit hash for development and pre-release
|
| |
|
|
|
|
|
|
| |
- update cmake_uninstall.cmake.in from
https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
and move the file to /CMakeScripts
- on WIN32 simply delete the whole distribution directory
(should be sufficient ant the script version is unbearably slow)
|
| |
|
|
|
| |
- move code from main CMakeLists.txt to separate cmake file in /man
- root dir tidying: move fix-roff-punct
|
| |
|
|
|
|
| |
The idea behind inkscape-version.h / inkscape-version.cpp is to
avoid rebuilding most of the code base when the version number
changes. Defining a version number in config.h defeats this purpose.
|
| |
|
|
| |
(re-use inkscape-version.cpp in order not to duplicate code)
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
| |
(they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir)
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
- update script to install dependencies
- update InstallMSYS2.cmake
- fix Windows builds (uint -> unsigned int)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\ |
|