diff options
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/Resources/bin/inkscape | 1 | ||||
| -rwxr-xr-x | packaging/macosx/osx-app.sh | 6 | ||||
| -rwxr-xr-x | packaging/macosx/osx-build.sh | 5 |
3 files changed, 8 insertions, 4 deletions
diff --git a/packaging/macosx/Resources/bin/inkscape b/packaging/macosx/Resources/bin/inkscape index d0c55906d..0b7e85ce8 100755 --- a/packaging/macosx/Resources/bin/inkscape +++ b/packaging/macosx/Resources/bin/inkscape @@ -4,6 +4,7 @@ # Inkscape Modifications: # Michael Wybrow <mjwybrow@users.sourceforge.net> # Jean-Olivier Irisson <jo.irisson@gmail.com> +# ~suv <suv-sf@users.sourceforge.net> # if test "x$GTK_DEBUG_LAUNCHER" != x; then diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index ea9c3a4d2..6d6d2a87e 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -15,12 +15,14 @@ # Kees Cook <kees@outflux.net> # Michael Wybrow <mjwybrow@users.sourceforge.net> # Jean-Olivier Irisson <jo.irisson@gmail.com> -# Liam P. White <inkscapebrony@gmail.com> +# Liam P. White <inkscapebrony@gmail.com> +# ~suv <suv-sf@users.sourceforge.net> # # Copyright (C) 2005 Kees Cook # Copyright (C) 2005-2009 Michael Wybrow # Copyright (C) 2007-2009 Jean-Olivier Irisson # Copyright (C) 2014 Liam P. White +# Copyright (C) 2014 ~suv # # Released under GNU GPL, read the file 'COPYING' for more information # @@ -495,7 +497,7 @@ while $endl; do $pkglib/ImageMagick-$IMAGEMAGICK_VER/modules-Q16/{filters,coders}/*.so \ $pkglib/*.{dylib,so} \ $pkgbin/*.so \ - $python_libs \ + $python_libs \ $extra_bin \ 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep $LIBPREFIX | sort | uniq)" cp -f $libs "$pkglib" diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index 961a90d2d..9d9bc07b9 100755 --- a/packaging/macosx/osx-build.sh +++ b/packaging/macosx/osx-build.sh @@ -8,12 +8,13 @@ # # Authors: # Jean-Olivier Irisson <jo.irisson@gmail.com> -# Liam P. White <inkscapebrony@gmail.com> +# Liam P. White <inkscapebrony@gmail.com> +# ~suv <suv-sf@users.sourceforge.net> # with information from # Kees Cook # Michael Wybrow # -# Copyright (C) 2006-2010 +# Copyright (C) 2006-2014 # Released under GNU GPL, read the file 'COPYING' for more information # |
