diff options
| author | probonopd <probono@puredarwin.org> | 2019-03-24 12:40:31 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-24 12:40:31 +0000 |
| commit | beb7fdfa06917641b2224cdd14b1d08de6a912d6 (patch) | |
| tree | 82957bca5144bc85f58301038381947155ac12d9 /packaging | |
| parent | Fix localization (diff) | |
| download | inkscape-beb7fdfa06917641b2224cdd14b1d08de6a912d6.tar.gz inkscape-beb7fdfa06917641b2224cdd14b1d08de6a912d6.zip | |
Also deploy the dependencies of .so files coming with Python
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/appimage/generate.sh | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/packaging/appimage/generate.sh b/packaging/appimage/generate.sh index 113cd8bee..2906dc535 100644 --- a/packaging/appimage/generate.sh +++ b/packaging/appimage/generate.sh @@ -85,6 +85,60 @@ chmod a+x linuxdeployqt-continuous-x86_64.AppImage -executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/libpixbufloader-gif.so) \ -executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/libpixbufloader-bmp.so) \ -executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/libpixbufloader-ani.so) \ - -executable=appdir/usr/bin/python2.7 + -executable=appdir/usr/bin/python2.7 \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/lxml/_elementpath.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/lxml/builder.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/lxml/etree.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/lxml/html/clean.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/lxml/html/diff.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/lxml/objectify.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/_dummy.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/multiarray.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/multiarray_tests.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/operand_flag_tests.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/struct_ufunc_test.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/test_rational.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/umath.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/core/umath_tests.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/fft/fftpack_lite.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/linalg/_umath_linalg.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/linalg/lapack_lite.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/dist-packages/numpy/random/mtrand.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_bsddb.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_codecs_cn.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_codecs_hk.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_codecs_iso2022.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_codecs_jp.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_codecs_kr.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_codecs_tw.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_csv.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_ctypes.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_ctypes_test.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_curses.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_curses_panel.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_elementtree.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_hashlib.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_hotshot.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_json.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_lsprof.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_multibytecodec.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_multiprocessing.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_sqlite3.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_ssl.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/_testcapi.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/audioop.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/bz2.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/crypt.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/dbm.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/future_builtins.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/linuxaudiodev.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/mmap.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/nis.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/ossaudiodev.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/parser.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/pyexpat.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/readline.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/resource.*.so) \ + -executable=$(readlink -f appdir/usr/lib/python2.7/lib-dynload/termios.*.so) mv Inkscape*.AppImage* ../ |
