summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2015-11-02 15:01:32 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-11-02 15:01:32 +0000
commite8ac2702bbc01c13611b0ec3014fd3c0a687296f (patch)
treead0326b4ec128c138a05777dcf3b250357deed60 /packaging
parentpackaging/macosx: facilitate launching inkscape from interactive debug shell (diff)
downloadinkscape-e8ac2702bbc01c13611b0ec3014fd3c0a687296f.tar.gz
inkscape-e8ac2702bbc01c13611b0ec3014fd3c0a687296f.zip
packaging/macosx: include pySerial (for HPGL plotting) in application bundle;
(TODO: add portfiles for py25 and py26 - no longer provided by MacPorts) (bzr r14442)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh6
-rw-r--r--packaging/macosx/ports/devel/inkscape-packaging/Portfile1
2 files changed, 6 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index d5b547297..d9e317bed 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -486,7 +486,9 @@ if [ ${add_python} = "true" ]; then
fi
$cp_cmd -RL "$packages_path/sk1libs" "$pkgpython"
$cp_cmd -RL "$packages_path/uniconvertor" "$pkgpython"
- # PyGTK (Sozi)
+ # pySerial for HPGL plotting
+ $cp_cmd -RL "$packages_path/serial" "$pkgpython"
+ # PyGTK (optional)
$cp_cmd -RL "$packages_path/cairo" "$pkgpython"
$cp_cmd -RL "$packages_path/glib" "$pkgpython"
$cp_cmd -RL "$packages_path/gobject" "$pkgpython"
@@ -495,6 +497,8 @@ if [ ${add_python} = "true" ]; then
$cp_cmd -RL "$packages_path/../../../share/pygtk" "$pkgshare"
$cp_cmd -RL "$packages_path/pygtk.pth" "$pkgpython"
$cp_cmd -RL "$packages_path/pygtk.py" "$pkgpython"
+ # ReportLab (for inkscape-hocrpdf, experimental)
+ $cp_cmd -RL "$packages_path/reportlab" "$pkgpython"
# cleanup python modules
find "$pkgpython" -name *.pyc -print0 | xargs -0 rm -f
find "$pkgpython" -name *.pyo -print0 | xargs -0 rm -f
diff --git a/packaging/macosx/ports/devel/inkscape-packaging/Portfile b/packaging/macosx/ports/devel/inkscape-packaging/Portfile
index b3e2bfe4a..57d682cc3 100644
--- a/packaging/macosx/ports/devel/inkscape-packaging/Portfile
+++ b/packaging/macosx/ports/devel/inkscape-packaging/Portfile
@@ -66,6 +66,7 @@ depends_build-append port:py27-lxml \
port:py27-numpy \
port:py27-Pillow \
port:py27-uniconvertor \
+ port:py27-serial \
port:py27-pygtk
if {${os.major} <= 10} {