From: Michael Wybrow Date: Thu, 18 Mar 2010 04:51:48 +0000 (+1100) Subject: Use gtk-engines2 rather than the obsolete gtk2-clearlooks for X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0333a86dbe0778569d35741302e5718cfc0a2323;p=inkscape.git Use gtk-engines2 rather than the obsolete gtk2-clearlooks for building the Mac OS X packages. --- diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index 68b5b88ff..11d9979f1 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -153,13 +153,13 @@ if [ ! -e "$LIBPREFIX" ]; then exit 1 fi -if [ ! -e "$LIBPREFIX/share/themes/Clearlooks-Quicksilver" ]; then - echo "Missing Clearlooks -- please install gtk2-clearlooks and try again." >&2 +if ! pkg-config --exists gtk-engines-2; then + echo "Missing gtk-engines2 -- please install gtk-engines2 and try again." >&2 exit 1 fi -if [ ! -e "$LIBPREFIX/lib/gnome-vfs-2.0" ]; then - echo "Missing gnome-vfs -- please install gnome-vfs and try again." >&2 +if ! pkg-config --exists gnome-vfs-2.0; then + echo "Missing gnome-vfs2 -- please install gnome-vfs2 and try again." >&2 exit 1 fi