From 9ae69bbecfc01ce867114ca52ab8fc87356747f7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 7 Mar 2013 14:42:28 +0000 Subject: more packaging changes for GTK engines on OS X git-svn-id: svn://localhost/ardour2/branches/3.0@14172 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index a6137ce2bf..4e56ee061b 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -265,16 +265,16 @@ rm pangorc gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/?@executable_path/../lib/modules/?" > $Resources/gdk-pixbuf.loaders # We rely on clearlooks, so include a version from our own build tree -# this one is special - we will set GTK_PATH to $Libraries/gtkengines +# this one is special - we will set GTK_PATH to $Frameworks/gtkengines -GTK_ENGINE_DIR=$Libraries/gtkengines/engines +GTK_ENGINE_DIR=$Frameworks/gtkengines/engines mkdir -p $GTK_ENGINE_DIR echo "Copying GTK engines ..." -cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Libraries +cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Frameworks (cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.dylib . && ln -s ../../libclearlooks.dylib libclearlooks.so) -cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Libraries +cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Frameworks (cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.dylib . && ln -s ../../libpixmap.dylib libpixmap.so) -- cgit v1.2.3