summaryrefslogtreecommitdiffstats
path: root/packaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
* packaging: Convert mkNEWS from perl to pythonBryce Harrington2017-08-071-22/+30
|
* Fixing deprecation warningsTed Gould2017-08-051-0/+1
|
* sync detail fields of .exe and .msi installersEduard Braun2017-07-231-2/+2
|
* cmake: Add 'dist' target to create Windows .msi installerEduard Braun2017-07-231-2/+3
| | | | | | - '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
* cmake: Add 'dist' target to create Windows .exe installerEduard Braun2017-07-231-2/+2
| | | | | | - '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
* wix: Update for cmake / MSYS2 buildEduard Braun2017-07-223-28/+33
| | | | (cherry picked from commit 16cb9a13a88db072389f5f4ba0d6a7997cee0123)
* NSIS: update for MSYS2 buildsEduard Braun2017-07-221-16/+19
| | | | (cherry picked from commit 68642e81c9df0c913a0e976bcbe40b2e2e2385f9)
* NSIS: Distribution directory can already be set on command lineEduard Braun2017-07-221-2/+2
| | | | | | Use 'makensis /DINKSCAPE_DIST_DIR=..\..\build\inkscape inkscape.nsi'. (cherry picked from commit 3534f9a0013a155a1d31e837e12e73eb8678dbb0)
* NSIS: Allow to set output filenanme on command lineEduard Braun2017-07-221-5/+10
| | | | | | Use 'makensis /DOutPath=C:\full\path\output.exe inkscape.nsi'. (cherry picked from commit 3b5261b9a77db009a279918356e8f71bcd7fe640)
* NSIS: update for git and cmakeEduard Braun2017-07-222-145/+37
| | | | | | | | - 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)
* Update InkscapePortable.ini to use \share\locale instead of \locale for ↵Gord Caswell2017-07-171-72/+72
| | | | language handling.
* root dir tidying: cleanup inkscape iconsEduard Braun2017-07-161-1/+1
| | | | | | | - move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
* Packaging: Fix wrong working directory in shortcuts created by NSIS installerEduard Braun2017-04-261-2/+7
| | | | | Also fix manually defined INKSCAPE_DIST_DIR (bzr r15646)
* Fix ACLsEduard Braun2017-03-056-0/+0
| | | (bzr r15567)
* Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun2017-01-1659-2462/+4566
| | | | | | | | | | | (before they were sorted by language code) This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly. Fixed bugs: - https://launchpad.net/bugs/1654460 (bzr r15418)
* Remove MacOSX packaging and make space for future 0.93 osx packagers.Martin Owens2016-12-30398-11421/+0
| | | (bzr r15377.1.1)
* [Bug #1574561] Italian translation update (win32 installer).firashanife2016-12-261-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1574561 (bzr r15355)
* Translations/Packaging: Convert Danish translation to UTF8Eduard Braun2016-11-261-31/+31
| | | (bzr r15276)
* [Bug #1644934] Translation to danish.scootergrisen2016-11-261-56/+56
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1644934 (bzr r15275)
* [Bug #1643730] Inkscape Portable language selection not maintained.gordcaswell2016-11-221-9/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1643730 (bzr r15265)
* Remove unneeded fileEduard Braun2016-11-131-117/+0
| | | (bzr r15244.1.20)
* Packaging: Re-activate compression in MSI installer and document some todosEduard Braun2016-11-132-6/+10
| | | (bzr r15244.1.19)
* Packaging: Update NSIS translations from bug 1634690Eduard Braun2016-11-133-48/+48
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1634690 (bzr r15244.1.18)
* Packaging: Support for additional components in WIX installerEduard Braun2016-10-203-56/+149
| | | | | It's now possible to select specific translations and to choose wether or not to install Python, extensions and dictionaries. (bzr r15244.1.17)
* Updated Russian translation of the Windows installerAlexandre Prokoudine2016-10-191-33/+33
| | | (bzr r15244.1.16)
* Packaging: Forgotten file for r15115Eduard Braun2016-10-181-0/+140
| | | (bzr r15244.1.15)
* Packaging: Add option not to create a shortcut in the start menu and order ↵Eduard Braun2016-10-181-9/+14
| | | | | installation components slightlymore intuitive (bzr r15244.1.14)
* Packaging: Re-enable the option to select between "Full", "Optimal" and ↵Eduard Braun2016-10-181-8/+12
| | | | | | | "Minimal" translations in NSIS installer By default pre-select "Optimal" which disables all translations but the one selected by the user for the installer. (bzr r15244.1.13)
* Packaging: Make all available languages accessible in NSIS installerEduard Braun2016-10-1828-291/+903
| | | | | | - Some code re-factoring to facilitate addition of new languages in future - Update all translation files (bzr r15244.1.12)
* Packaging: A whole lot of improvements for NSISEduard Braun2016-10-175-88/+128
| | | | | | | | | - 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: Restore original Simplified Chinese translation from original bug ↵Eduard Braun2016-10-162-110/+110
| | | | | | | | | | report (at some point the wrong encoding was used destroying most characters) https://bugs.launchpad.net/inkscape/+bug/420177 Fixed bugs: - https://launchpad.net/bugs/420177 (bzr r15244.1.10)
* Packaging: Make NSIS use Unicode (nativley supported since version 3.0)Eduard Braun2016-10-1631-1715/+1847
| | | | | 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-122-5/+99
| | | | | directories in NSIS installer (bzr r15244.1.8)
* Packaging: WiX installerEduard Braun2016-10-102-9/+12
| | | | | | - cut down final .msi installer size by 30% (by using best possible LZX compression instead of MSZip) - small README update (bzr r15244.1.7)
* Packaging: Yet another round of fixes / improvements for NSIS installerEduard Braun2016-10-105-234/+85
| | | | | | | | | | | | | - Get the correct installation directory for Inkscape 64-bit - Implement a replacement for the custom MessageBox plug-in which is "is unsupported and not stable to use anymore" [1] - Fix .nsi file encoding (at least for now we build an ANSI installer so we can't use Unicode symbols) - Fix file properties of installer/uninstaller (e.g. it was claimed to be in Ukrainian language) - Add some information that is shown in the "Programs and Features" dialog (publisher, website, installation size) - Improve removal of user preferences - Attempt to remove residual files (notably .pyc files) and delete all empty directories on uninstall) [1] http://nsis.sourceforge.net/MessageBox_plug-in (bzr r15244.1.6)
* Packaging: More fixes for NSISEduard Braun2016-10-093-42/+82
| | | | | | | - 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-0810-5/+5
| | | (bzr r15244.1.3)
* Packaging: Some initial fixes for NSISEduard Braun2016-10-083-24/+46
| | | (bzr r15244.1.2)
* Packaging: Some initial fixes for WiX (MSI installer)Eduard Braun2016-10-085-22/+49
| | | (bzr r15244.1.1)
* [Bug #1639081] recently-used.xbel remaining when run portably.gordcaswell2016-11-081-8/+29
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639081 (bzr r15227)
* [Packaging] NSIS translation update for pt_brvictor.westmann2016-10-101-15/+15
| | | (bzr r15160)
* Translations. Merging lp:~chironsylvain/inkscape/translation-fr into ↵chironsylvain2016-08-171-11/+11
| | | | | lp:inkscape. (bzr r15068)
* Merging 0.92.x branchTed Gould2016-08-032-2/+121
|\ | | | | (bzr r14950.1.19)
| * [Bug #1604784] Portuguese translation - Windows installer.xande6ruz2016-08-022-2/+121
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1604784 (bzr r15023.3.4)
* | Adding gsettings interface and moving filesTed Gould2016-07-271-0/+6
|/ | | (bzr r14950.1.14)
* Translations. French translations update.chironsylvain2016-07-061-19/+19
| | | (bzr r15010)
* packaging: Note if there are uncommitted changes when trying to make a releaseBryce Harrington2016-02-251-2/+12
| | | (bzr r14667)
* packaging: Restructure how announcement is assembledBryce Harrington2016-01-211-19/+33
| | | (bzr r14615)
* packaging: Add usage and support for MAKEFLAGSBryce Harrington2016-01-211-2/+26
| | | (bzr r14614)
* packaging: Add make_dist() function to generate the tarballsBryce Harrington2016-01-211-0/+62
| | | (bzr r14613)