From a8ef04eb2d4926aff6bd28e06715c7ca88fb8dc1 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Sat, 3 Feb 2007 03:34:28 +0000 Subject: [PATCH] * packaging/osx-app.sh: Some improvements for building packages with updated versions of dependencies. --- packaging/osx-app.sh | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/packaging/osx-app.sh b/packaging/osx-app.sh index 51d970079..ba981c6a8 100755 --- a/packaging/osx-app.sh +++ b/packaging/osx-app.sh @@ -49,7 +49,11 @@ else fi -SW=/sw +SW="$HOME/ws-fat" + +pangover=1.5.0 +gtkver=2.10.0 + # Package always has the same name. Version information is stored in # the Info.plist file which is filled in by the configure script. @@ -153,9 +157,9 @@ cp $SW/etc/pango/pangox.aliases $pkgetc/pango/ sed -e "s,$SW,\"\${CWD},g" -e 's,\.so ,.so" ,g' $SW/etc/pango/pango.modules > $pkgetc/pango/pango.modules cat > $pkgetc/pango/pangorc <