summaryrefslogtreecommitdiffstats
path: root/packaging/win32/macros (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | 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 ```
* NSIS: update for git and cmakeEduard Braun2017-07-221-60/+0
| | | | | | | | - parse INKSCAPE_VERSION from values define in CMakeLists.txt - remove all revision strings - we typically do not build installers for development versions, so version numbers should be unique (cherry picked from commit be6e18bfb1c0b9dade32f3c1aa298f39d6313ab8)
* Packaging: A whole lot of improvements for NSISEduard Braun2016-10-172-8/+3
| | | | | | | | | - Make the installation components much more robust (i.e. only install what they're supposed to and do not include the same files in different components) - As a result speed up installation times drastically - Offer "Python", "Extensions" and "Dictionaries" as additional (optional) components - A minimal installation can now be as small as 150 MB (compared to the full installation size of 300 MB; typical installation size is 230 MB) - update verision check to require NSIS 3.0 (bzr r15244.1.11)
* Packaging: Make NSIS use Unicode (nativley supported since version 3.0)Eduard Braun2016-10-161-1/+1
| | | | | This fixes a lot of issues with translations and makes handling of the language files much easier (bzr r15244.1.9)
* Packaging: Commit forgotten macro and fix the issue of leftover empty ↵Eduard Braun2016-10-121-0/+94
| | | | | directories in NSIS installer (bzr r15244.1.8)
* Packaging: More fixes for NSISEduard Braun2016-10-092-1/+16
| | | | | | | - Now supports 32-bit and 64-bit distributions - Tries to find the compiled Inkscape files for the distribution (btool vs. cmake) - Fully works with NSIS 3.0 now (bzr r15244.1.4)
* Packaging: move NSIS plugins and macros to /plugins and /macros subdirsEduard Braun2016-10-085-0/+648
(bzr r15244.1.3)