summaryrefslogtreecommitdiffstats
path: root/packaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * [INTL:ro] Romanian translation of win32 installer addedIvan Mas??r2010-01-173-1/+233
| | | | | * [INTL:ro] Romanian translation of the default template added (bzr r8990)
* A big lot of work for the Inkscape installer. I really should have done ↵Chris Morgan2010-01-0538-4500/+2551
| | | | | | | | | | | | | | | this on a local branch and merged it in, or done it as at least half a dozen commits, but I haven't done that along the way and I'm not going to do it now for this batch of work. * Languages: simplified language files, using core NSIS LangFile header file. * Version numbering: version number is fetched from src/inkscape-version.cpp and .bzr/branches/last-revision. * NSIS 2.46 now required to compile, POSIX cross-compilation may no longer work due to ifexist.nsh (I'll see if I can fix it after installing Ubuntu with more reverse-hacks to use different !system calls on different platforms). * Still a lot of work to do actually fixing the uninstall script so it works (next on my list of jobs for the installer). * Simplified a few bits of code (e.g. code duplication into ${For} $2 0 1 in one place I'd missed it). * Quoted some things and unquoted some things which did/didn't need quotes... mainly for style and the fun of it. * Fixed a minor bug somewhere, can't remember what it was! * Segmented code carefully into parts (with full folding in Vim) * Added a few chunks of documentation as to what to do with inkscape.nsi... and now a long commit message too (I seem to like doing that) ;-) (bzr r8943)
* Merging in the changes from the 0.47 release branch. Also updating version ↵Ted Gould2009-11-291-2/+13
|\ | | | | | | | | numbers for 0.47 development. (bzr r8848)
| * Updated version files that were missed.Chris Morgan2009-11-291-1/+12
| | | | | | (bzr r8833.1.9)
| * Setting some more version numbersTed Gould2009-11-211-1/+1
|/ | | (bzr r8833.1.8)
* Updates from Chris Morgan to avoid warning in the nsi and clarify something ↵Josh Andler2009-10-152-34/+34
| | | | | in the readme. (bzr r8777)
* * [INTL:pl] Updated Polish translation for the installerMarcin Floryan2009-10-121-34/+33
| | | (bzr r8764)
* Finnish translation update by Riku Leino.Nicolas Dufour2009-10-111-51/+51
| | | (bzr r8759)
* Since there was no opposition stated and otherwise people stating being okay ↵Josh Andler2009-10-0821-0/+878
| | | | | or in favor, Committing portable app packaging (bzr r8747)
* * [INTL: pl] Updated polish translation of the installer.Marcin Floryan2009-10-041-96/+95
| | | (bzr r8714)
* Fix the mkNEWS script, and make it use w3m, which is nowadaysKrzysztof Kosi??ski2009-09-281-5/+3
| | | | | more common than lynx. (bzr r8668)
* Japanese mega update (installer, po and tutorial)Nicolas Dufour2009-09-271-1/+1
| | | (bzr r8660)
* - Put the fontconfig test flag for the Mac package in the ~/.inkscape-etc/mjwybrow2009-09-232-3/+3
| | | | | directory, along with all the other Mac specific config files. (bzr r8642)
* - Update to use new Inkscape config directory: ~/.config/Inkscapemjwybrow2009-09-231-2/+2
| | | (bzr r8639)
* - Update to use the new Inkscape configuration directory: ~/.config/Inkscapemjwybrow2009-09-231-1/+1
| | | (bzr r8638)
* - Fixes bug #424394: "Launching and Path problems under Mac"mjwybrow2009-09-231-8/+9
| | | (bzr r8637)
* - Fix a bug where the ImageMagick libraries in the OS X App bundle were mjwybrow2009-09-231-6/+5
| | | | | not getting properly relocated. (bzr r8636)
* Various Japanese translation updates by Masato HASHIMOTONicolas Dufour2009-09-221-38/+39
| | | (bzr r8630)
* - Send Mac package debugging output to stderr rather than stdout. Fixes mjwybrow2009-09-181-2/+2
| | | | | Mac part of bug #168336: "Error message when applying perspective effect". (bzr r8610)
* - Check that poppler iis included in the App bundle.mjwybrow2009-09-114-54/+52
| | | | | | | | | - Discover the ImageMagick version at packaging time rather than it being hardcoded. - Move the theme related gtkrc file into the user's $HOME/.inkscape-etc directory, rather than the modified version getting written into the App bundle. Fixes bug #169013. (bzr r8579)
* - Fix bug #390024: "raster image extensions fail on osx: missing ImageMagickmjwybrow2009-09-083-47/+105
| | | | | | | | | | | | | | config files/resources" Include the ImageMagick resources in the bundle. Note that this only works when the user does not have a version installed in the same prefix as the one originally built for the bundle. This should be okay since the official package is built with a long obscure prefix. - Fix bug #392693: "Conflict between bundled and system libxml dylib" The official package no longer uses the DYLD_LIBRARY_PATH magic. Instead all paths within the dylibs, executable and shared objects get rewritten to be relative to the executable. Note: Packagers will need to install Macports into a PREFIX of 50 characters in length to allow enough space within all the libraries for path rewriting. (bzr r8572)
* patch for 425056bulia byak2009-09-071-1/+1
| | | (bzr r8570)
* update from Chris Morganbulia byak2009-09-031-118/+41
| | | (bzr r8557)
* * [INTL:zh_CN] Simplified Chinese translation of win32 installer added to ↵Ivan Mas??r2009-08-281-0/+1
| | | | | inkscape.nsi (bzr r8544)
* * [INTL: zh_CN] Simplified Chinese translation of win32 installer addedIvan Mas??r2009-08-281-0/+221
| | | (bzr r8542)
* move inkscape.nsi to packaging/win32bulia byak2009-08-231-1/+7
| | | (bzr r8524)
* Added language chooser, defaults to only installing language installer runs ↵chriswombat2009-08-031-27/+80
| | | | | | | | in (more improvements later). No other languages are selected by default. Improved dummy install mode so you get all the sections. Turned on desktop and quick launch icon creation by default. (bzr r8390)
* Win32 installer work - LogicLib code for installer, new installer images, ↵chriswombat2009-08-035-1058/+4459
| | | | | fixed a handful of incidental bugs I found during the LogicLib conversion, updated to using better core NSIS functions introduced since the installer was originally created, general clean-up, other minor things. (bzr r8389)
* - Prevent the python packages from accidently being left out of the mjwybrow2009-07-201-27/+44
| | | | | | offical OS X Inkscape App bundle. - Improve some error messages in the osx-app.sh build script. (bzr r8318)
* - If the OS X AppleCollationOrder preference doesn't exist, then we mjwybrow2009-07-201-4/+14
| | | | | fall back to using the AppleLocale preference instead. (bzr r8308)
* - Hide some warnings that occur if the AppleAquaColorVariant ormjwybrow2009-07-191-2/+2
| | | | | AppleHighlightColor preference values do not exist. (bzr r8307)
* - Fix bug #400165: Binary Inkscape dist crashes when MacPorts is installed.mjwybrow2009-07-191-1/+0
| | | | | | The problem was Inkscape trying to read incompatible fontconfig caches from Macports. (bzr r8303)
* - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-072-3/+19
| | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* update logoValessio Soares de Brito2009-06-212-87/+2672
| | | (bzr r8128)
* - Remove the old native gtk building script. It is no longer needed:mjwybrow2009-06-173-1375/+0
| | | | | | | | | | | | The easiest way to do this now is to install a second macport tree as per the instructions on our CompilingMacOsX wiki page then edit the /opt/local-native/etc/macports/variants.conf file to have the line: +universal +no_x11 +quartz This will cause it to build all packages with the no_x11 and quartz variants if they exist. You probably also need to set alternate applications_dir and frameworks_dir variables in the /opt/local-native/etc/macports/macports.conf file so that things don't clash with your standard macports tree. (bzr r8096)
* Fixes for Mac OS X packaging for 0.47:mjwybrow2009-06-172-34/+75
| | | | | | | | - Make sure gtk2-clearlooks engine is installed when builing package. - Copy $LIBPREFIX/share/mime data into the App bundle. - Set the XDG_DATA_DIRS environment variable during startup script to point to Resources/share/mime in the App bundle. (bzr r8094)
* * optipng -o9 *.png (in trunk)Ivan Mas??r2009-06-1215-0/+0
| | | (bzr r8072)
* Fix to SVGZ icon (was labelled SVG)JiHO2009-05-271-0/+0
| | | (bzr r7949)
* Switch to new icons from jimmac on OS XJiHO2009-05-2625-0/+0
| | | (bzr r7938)
* Remove unused configure flagsJiHO2009-05-261-1/+1
| | | (bzr r7937)
* Some more quotes around /Users/jiho to allow spacesJiHO2009-05-261-7/+7
| | | (bzr r7936)
* * [INTL: zh_TW] Traditional Chinese translation of win32 installer encoding ↵Ivan Mas??r2009-05-252-113/+114
| | | | | changed to BIG5 (bzr r7929)
* * [INTL: zh_TW] Traditional Chinese translation updateIvan Mas??r2009-05-241-0/+221
| | | | | * [INTL: zh_TW] Traditional Chinese translation of win32 installer added (bzr r7925)
* Quoted some more home directory callsJiHO2009-05-191-2/+2
| | | | | Accomodate for spaces in $HOME (bzr r7911)
* Fix problem with GTK font sizeJiHO2009-05-181-2/+1
| | | | | Not specifying the font chooses a nice default but throws all kind of console messages. Choose 10. (bzr r7906)
* Fixes to icon and font sizesJiHO2009-05-181-3/+17
| | | | | | Some icons made smaller (smaller button sizes on OS X) Font size left blank which chooses a good default and should play better with people having custom configuations. (bzr r7905)
* Fix GTK font size in custom themeJiHO2009-05-171-1/+1
| | | (bzr r7902)
* Fix bug 263932: print preview on OS XJiHO2009-05-171-0/+2
| | | | | | | | | The print preview command was looking for evince by default. Marnen Laibow-Koser comment on the bug: https://bugs.launchpad.net/inkscape/+bug/263932 and suggested setting the gtk-print-preview-command in the theme. This is done here. (bzr r7901)
* Fix bug 215906JiHO2009-05-171-1/+6
| | | | | | | | | The comments: https://bugs.launchpad.net/inkscape/+bug/215906 highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts. In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango. (bzr r7899)
* Integrate fix from Jon Cruz regarding localization on OS XJiHO2009-05-171-0/+10
| | | | | | Added support folders for localization. Apparently just having those, even empty, helps to get the correct language. https://bugs.launchpad.net/inkscape/+bug/242105 (bzr r7898)