summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-09-02 03:03:03 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-09-02 03:03:03 +0000
commit16d97c75951cac9aa577e83c02758815a350444a (patch)
treeb7495c16f8b49fc8ee7ad833d31938691344d0b2 /packaging
parentFix python module bundling for Python 2.5 and 2.6. Support custom location fo... (diff)
downloadinkscape-16d97c75951cac9aa577e83c02758815a350444a.tar.gz
inkscape-16d97c75951cac9aa577e83c02758815a350444a.zip
update copyright year, authors; fix whitespace
(bzr r13506.1.51)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Resources/bin/inkscape1
-rwxr-xr-xpackaging/macosx/osx-app.sh6
-rwxr-xr-xpackaging/macosx/osx-build.sh5
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
#