| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This is required for Python GTK bindings (PyGObject).
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove test files from Python.framework.
Fix lxml dependencies.
Add libexslt to application bundle.
Fix Pycairo getting overwritten by PyGObject.
Fix line numbers in echo statements being off by 1.
|
| |
|
|
|
|
|
| |
The previous commit was faulty. The run_in_terminal scripts in
steps 220 and 230 need to source in the configuration as every other
script. Dependencies on variables must be handled independently
from the main script.
|
| |
|
|
| |
We no longer need to overwrite .profile with our settings.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
We no longer user El Capitan (10.11) as build platform. We now use
Mojave (10.14) in combination with the Mavericks SDK (10.9). This
simplifies the build process as we can use a current platform
and gives backward compatibility down to Mavericks (10.9).
Use a newer Python build that we turn non-relocatable for JHBuild,
avoiding to build it ourselves (time consuming!) in 120-python3.sh.
New default build location is /Users/Shared/work. This is a user-
independent location and user-writable and simplifies WKR_DIR
handling.
|
| | |
|
| |
|
|
|
|
|
|
| |
Determine git repo version like it's done in the cmakefile.
Refactor usage of 'sed'.
Do not extract everything from toolset cache.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Use dmgbuild (Python package) instead of create-dmg. This speeds
up the process and also is lot less error-prone.
Run gtk-mac-bundler and dmgbuild through Terminal.app. This is an
attempt to fix the instability when running non-interactively in CI.
Update a few Python packages to their newest versions.
|
| |
|
|
| |
Previous commit contained errors, that should not have happened.
|
| | |
|
| | |
|
| |
|
|
| |
These changes mainly accomodate for gtk-osx upstream updates.
|
| | |
|
| |
|
|
|
|
|
| |
This is an attempt to work around the current issue with gtk-mac-bundler
failing. The issue itself hasn't been found and hasn't occured on my
testing setup or on a second runner that is equal to the production
runner.
|
| | |
|
| |
|
|
|
|
| |
This is a massive internal update due to changes in JHBuild.
Update Python to 3.7.4.
|
| |
|
|
| |
This replaces the Node.js app 'appdmg' by a shell script 'create-dmg'.
|
| |
|
|
|
|
| |
Noteworthy are the creation of '.dmg' and a fix for inbox#605.
Lots of minor improvements.
|
| |
|
|
|
|
|
|
| |
This update lowers system requirements from 10.13 to 10.11 and has
massive improvements regarding Python integration. Also lots
of minor improvements.
Based on https://github.com/dehesselle/mibap v0.12.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Also include a batch script that should make it easy to collect a
backtrace with relevant info for most users.
Fixes https://gitlab.com/inkscape/inkscape/issues/81
|
| |
|
|
|
| |
This was required by xverbs, which were removed in
db05b842cba28f01b431eee890537959aa2d8fe3
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- gtkspell
- libyaml
- cppunit
- librevenge
- libcdr
- ImageMagick 6
- OpenMP
|
| | |
|
| |
|
|
|
| |
This fixes the empty color tab (#241) and the missing paint bucket
tool (inbox#469).
|
| |
|
|
|
| |
Autopackage has not been maintained for many years now and seems unused.
Upstream website http://autopackage.org appears to be dead.
|
| |
|
|
|
|
| |
This fixes fonts not showing up and un-breaks the font tool.
Add more localizations.
|
| |
|
|
|
|
|
|
|
| |
Highlights:
- fixes open/save crashes
- fixes localization
- bundles Python 3, enabling extensions
Also lots of internal improvements and refactoring.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Refs: https://bugs.launchpad.net/inkscape/+bug/195220
Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b
Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
|
| |
|
|
|
|
|
| |
Please use the (functionally identical) INKSCAPE_PROFILE_DIR instead.
See also
https://gitlab.com/inkscape/inkscape/issues/114
|
| | |
|
| |
|
|
|
|
| |
Function got lost in 408cb49b
Fixes #60
|
| |
|
| |
Should hopefully close https://gitlab.com/inkscape/inbox/issues/41
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently the inkscape snap is unable to load file with path with
spaces when opening such files by double clicking them in the file
manager(loading them via the file open dialog works).
This is probably due to the fact that the launcher doesn't quote the
expansion of the `@` special parameter and thus all `word`s in the file
path are applied with word separation. This patch fixes the syntax.
Fixes Launchpad Bug #1735453.
Refer-to: Bug #1735453 “Cannot open files with whitespaces/spaces in pathn...” : Bugs : Inkscape <https://bugs.launchpad.net/inkscape/+bug/1735453>
Refer-to: bash(1) - Parameters - Special Parameters - @
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
|