From 737db3a504b94c5b34faff6d83f37cc3034b6946 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Wed, 13 Jun 2012 12:50:55 +0000 Subject: build clearlooks (gtk-engines) from source repo. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12698 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/build-gtk-stack | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools') diff --git a/tools/build-gtk-stack b/tools/build-gtk-stack index 14b4d89d28..6dde98be40 100755 --- a/tools/build-gtk-stack +++ b/tools/build-gtk-stack @@ -281,6 +281,12 @@ if [ ! -f gobject-introspection-1.31.10.tar.xz ] ; then fetch_as_is http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.31/gobject-introspection-1.31.10.tar.xz fi +if [ ! -d gtk-engines ] ; then + echo "gtk-engines (2.22 branch)" + git clone git://git.gnome.org/gtk-engines + (cd gtk-engines && git checkout --track -b gtk-engines-2-22 origin/gtk-engines-2-22) +fi + if [ ! -d gtk+ ] ; then echo "GTK+ (2.24 branch)" git clone git://git.gnome.org/gtk+ @@ -438,3 +444,8 @@ fi # (cd gtk+ && CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" sh autogen.sh --enable-maintainer-mode --prefix=$PREFIX --libdir=$PREFIX/lib --disable-cups --disable-papi --disable-introspection --with-gdktarget=$GTK_BACKEND && make && make install) || die "GTK build failed" +# +# now gtk-engines +# +# +(cd gtk-engines && CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" sh autogen.sh --enable-maintainer-mode --prefix=$PREFIX --libdir=$PREFIX/lib && make && make install) || die "GTK-engines build failed" -- cgit v1.2.3