diff --git a/component/firewalld/buildout.cfg b/component/firewalld/buildout.cfg index dd1025191457dfbb4bccdd5aa77a23663ffe88e3..7e8ba760e480e85a8039cc157355ad86e79fa6e7 100644 --- a/component/firewalld/buildout.cfg +++ b/component/firewalld/buildout.cfg @@ -62,21 +62,16 @@ environment = [gobject-introspection] recipe = slapos.recipe.cmmi -url = https://github.com/GNOME/gobject-introspection/archive/GOBJECT_INTROSPECTION_1_45_2.tar.gz -pre-configure = - libtoolize -c -f - aclocal -I${pkgconfig:location}/share/aclocal -I${gettext:location}/share/aclocal -I${libtool:location}/share/aclocal - ./autogen.sh +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gobject-introspection-1.50.0.tar.xz +md5sum = 5af8d724f25d0c9cfbe6df41b77e5dc0 configure-options = --disable-static environment = - PATH=${autoconf:location}/bin:${automake:location}/bin:${pkgconfig:location}/bin:${libtool:location}/bin:${intltool:location}/bin:${gettext:location}/bin:${glib:location}/bin:${flex:location}/bin:${bison:location}/bin:%(PATH)s + PATH=${pkgconfig:location}/bin:${gettext:location}/bin:${glib:location}/bin:${xz-utils:location}/bin:%(PATH)s PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig:${pcre:location}/lib/pkgconfig CPPFLAGS=-I${glib:location}/include/glib-2.0 -I${glib:location}/lib/glib-2.0/include LDFLAGS=-L${glib:location}/lib -Wl,-rpath=${glib:location}/lib -L${libffi:location}/lib -Wl,-rpath=${libffi:location}/lib -lffi - M4=${m4:location}/bin/m4 - ACLOCAL_PATH=${pkgconfig:location}/share/aclocal:${gettext:location}/share/aclocal:${libtool:location}/share/aclocal:${glib:location}/share/aclocal:${intltool:location}/share/aclocal PYTHON=${python2.7:location}/bin/python2.7 GLIB_CFLAGS=-I${glib:location}/include/glib-2.0 -I${glib:location}/lib/glib-2.0/include GLIB_LIBS=-L${glib:location}/lib -lglib-2.0 -lintl -lgobject-2.0 @@ -86,9 +81,9 @@ environment = [pygobject3] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.10/pygobject-3.10.2.tar.xz +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/pygobject-3.22.0.tar.xz python-egg = ${buildout:parts-directory}/${:_buildout_section_name_}/lib/python2.7/site-packages - md5sum = f311155be8510df6ad8e4edf1cb463d4 + md5sum = ed4117ed5d554d25fd7718807fbf819f pre-configure = sed -i 's#/usr/local#${gobject-introspection:location}#g' ${gobject-introspection:location}/lib/pkgconfig/gobject-introspection-1.0.pc configure-options = diff --git a/component/glib/buildout.cfg b/component/glib/buildout.cfg index 40528b44a421aa94ae5d3085d5d46d0d5b98818b..f2d6f111efdf2f8f636a9af4f67c6a3546614128 100644 --- a/component/glib/buildout.cfg +++ b/component/glib/buildout.cfg @@ -11,10 +11,11 @@ parts = [glib] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/glib-2.48.1.tar.xz -md5sum = 67bd3b75c9f6d5587b457dc01cdcd5bb +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/glib-2.50.2.tar.xz +md5sum = 5eeb2bfaf78a07be59585e8b6e80b1d6 configure-options = --with-python=${python2.7:location}/bin/python2.7 + --disable-libmount --disable-static --disable-selinux --disable-fam diff --git a/component/gtk-2/buildout.cfg b/component/gtk-2/buildout.cfg index 5a95636f5390d09b0af2d64cb1b573e2bda5138c..84415204d6cefd3ef1155bf1d677f056f5c7034c 100644 --- a/component/gtk-2/buildout.cfg +++ b/component/gtk-2/buildout.cfg @@ -61,8 +61,8 @@ environment = [pango] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/pango-1.40.1.tar.xz -md5sum = 6fc88c6529890d6c8e03074d57a3eceb +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/pango-1.40.3.tar.xz +md5sum = 17c26720f5a862a12f7e1745e2f1d966 pkg_config_depends = ${harfbuzz:location}/lib/pkgconfig:${harfbuzz:pkg_config_depends} configure-options = --disable-static @@ -75,8 +75,8 @@ environment = [gdk-pixbuf] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/gdk-pixbuf-2.35.1.tar.xz -md5sum = 72e0c924d5dc96bfde58a3b65ed83744 +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gdk-pixbuf-2.36.0.tar.xz +md5sum = 1a3baf91956c7923dab49ee3de100ce1 pkg_config_depends = ${glib:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libX11:pkg_config_depends}:${pcre:location}/lib/pkgconfig configure-options = --disable-static @@ -84,7 +84,7 @@ configure-options = --without-libintl-prefix --with-x11 environment = - PATH=${glib:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s + PATH=${gettext:location}/bin:${glib:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s PKG_CONFIG_PATH=${:pkg_config_depends} CPPFLAGS=-I${libtiff:location}/include -I${libjpeg:location}/include -I${libpng:location}/include LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${glib:location}/lib -Wl,-rpath=${glib:location}/lib -Wl,-rpath=${jbigkit:location}/lib -L${libtiff:location}/lib -Wl,-rpath=${libtiff:location}/lib -L${libjpeg:location}/lib -Wl,-rpath=${libjpeg:location}/lib -L${libpng:location}/lib -Wl,-rpath=${libpng:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib @@ -92,21 +92,21 @@ environment = [atk] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/atk-2.20.0.tar.xz -md5sum = 5187b0972f4d3905f285540b31395e20 +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/atk-2.22.0.tar.xz +md5sum = c7f2adcf75e4058727174cde970e9129 configure-options = --with-python=${python2.7:location}/bin/python2.7 --disable-gtk-doc-html environment = - PATH=${glib:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s + PATH=${gettext:location}/bin:${glib:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig:${pcre:location}/lib/pkgconfig LDFLAGS=-L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -L${glib:location}/lib -Wl,-rpath=${gettext:location}/lib LD_LIBRARY_PATH=${glib:location}/lib:${gettext:location}/lib [gtk-2] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/gtk+-2.24.30.tar.xz -md5sum = 04568ba5c58b75e3c7543e45628ad789 +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gtk+-2.24.31.tar.xz +md5sum = 526a1008586094a2cbb4592fd3f9ee10 pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${atk:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig configure-options = --disable-static @@ -117,7 +117,7 @@ configure-options = --disable-xinerama --disable-gtk-doc-html environment = - PATH=${gdk-pixbuf:location}/bin:${glib:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s + PATH=${gdk-pixbuf:location}/bin:${gettext:location}/bin:${glib:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s PKG_CONFIG_PATH=${:pkg_config_depends} # not taken from pkg-config result... CPPFLAGS=-I${libX11:location}/include/ -I${xproto:location}/include -I${kbproto:location}/include -I${libXrender:location}/include -I${render:location}/include -I${libXext:location}/include diff --git a/component/gtk-3/buildout.cfg b/component/gtk-3/buildout.cfg index 76b94a2317b6e03b0f087432398456df26328ea4..8c562b3233b90f985bee37692ee6533d41227e23 100644 --- a/component/gtk-3/buildout.cfg +++ b/component/gtk-3/buildout.cfg @@ -13,8 +13,8 @@ extends = [at-spi2-core] recipe = slapos.recipe.cmmi -url =http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/at-spi2-core-2.20.1.tar.xz -md5sum = cd11cba463e8f5e1f39ba69555a7382f +url =http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/at-spi2-core-2.22.0.tar.xz +md5sum = 3da5fe62a653e49dad1c47f9a46fee56 depends = ${perl-XML-Parser:location} configure-options = @@ -27,16 +27,16 @@ environment = [at-spi2-atk] recipe = slapos.recipe.cmmi -url =http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/at-spi2-atk-2.20.1.tar.xz -md5sum = 23309b6f8e1623871ace6347fb734dce +url =http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/at-spi2-atk-2.22.0.tar.xz +md5sum = aa62aed21b8e03dc44ab81ae49d893ca environment = PATH=${intltool:location}/bin:${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s PKG_CONFIG_PATH=${atk:location}/lib/pkgconfig:${at-spi2-core:location}/lib/pkgconfig:${dbus:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${pcre:location}/lib/pkgconfig [gtk-3] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/gtk+-3.20.4.tar.xz -md5sum = 0cceee599f2910c25bf4b9dde4ab2fb6 +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gtk+-3.22.3.tar.xz +md5sum = f0e6492896a2ca244501142319adaa95 pkg_config_depends = ${at-spi2-atk:location}/lib/pkgconfig:${at-spi2-core:location}/lib/pkgconfig:${dbus:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${libepoxy:location}/lib/pkgconfig:${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${atk:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig:${libXi:location}/lib/pkgconfig:${pcre:location}/lib/pkgconfig configure-options = --disable-static diff --git a/component/librsvg/buildout.cfg b/component/librsvg/buildout.cfg index 3a34cef5d5a06e1edd9bfdb8ee70e7172202943e..875a417759fba35883bf8b75f98a11afb13fac8b 100644 --- a/component/librsvg/buildout.cfg +++ b/component/librsvg/buildout.cfg @@ -21,8 +21,8 @@ environment = [librsvg] recipe = slapos.recipe.cmmi -url = http://ftp.gnome.org/pub/gnome/core/3.20/3.20.2/sources/librsvg-2.40.15.tar.xz -md5sum = 3a66ab5b4fe1fb43b471708e4ff39a0e +url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/librsvg-2.40.16.tar.xz +md5sum = f474fe37177a2bf8050787df2046095c pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${zlib:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig:${libcroco:location}/lib/pkgconfig configure-options = --disable-static