Index: w32/build-all.sh =================================================================== --- w32/build-all.sh (revision 2556) +++ w32/build-all.sh (revision 2557) @@ -16,8 +16,10 @@ atk cairo pango +gdk-pixbuf gtk+ gd +pkg-config " fail() Index: w32/recipes/atk.recipe =================================================================== --- w32/recipes/atk.recipe (revision 2556) +++ w32/recipes/atk.recipe (revision 2557) @@ -1,4 +1,6 @@ name=atk -version=1.28.0 +major=1.33 +minor=6 release=1 -download=http://ftp.gnome.org/pub/gnome/sources/atk/1.28 +version=$major.$minor +download=http://ftp.gnome.org/pub/gnome/sources/$name/$major Index: w32/recipes/glib.recipe =================================================================== --- w32/recipes/glib.recipe (revision 2556) +++ w32/recipes/glib.recipe (revision 2557) @@ -1,8 +1,6 @@ name=glib -version=2.22.2 +major=2.28 +minor=1 release=1 -download=http://ftp.gnome.org/pub/gnome/sources/glib/2.22 - -configure_opt=" - CXX=${host:+$host-g++} -" +version=$major.$minor +download=http://ftp.gnome.org/pub/gnome/sources/$name/$major Index: w32/recipes/gtk+.recipe =================================================================== --- w32/recipes/gtk+.recipe (revision 2556) +++ w32/recipes/gtk+.recipe (revision 2557) @@ -1,14 +1,12 @@ name=gtk+ -version=2.16.6 +major=2.24 +minor=13 release=1 -download=http://ftp.gnome.org/pub/gnome/sources/gtk+/2.16 +version=$major.$minor +download=http://ftp.gnome.org/pub/gnome/sources/$name/$major +source_package_type=tar.xz configure_opt=" - --without-libjasper --disable-cups - --disable-gdiplus - --with-included-loaders --with-included-immodules - --disable-rebuilds - CXX=${host:+$host-g++} "