From: mjwybrow Date: Sat, 3 Feb 2007 03:34:28 +0000 (+0000) Subject: * packaging/osx-app.sh: Some improvements for building packages with X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a8ef04eb2d4926aff6bd28e06715c7ca88fb8dc1;p=inkscape.git * packaging/osx-app.sh: Some improvements for building packages with updated versions of dependencies. --- 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 <