source: "https://download.gnome.org/sources/at-spi2-atk/2.30/at-spi2-atk-2.30.1.tar.xz" hash: "d93bb958f23d022e746cce262b63409a878cef14f8a645d0f3ac22f766bab8e7" version: "2.30.1-8" cbuilder: {} # build dependencies: dep: "meson" dep: "dbus" dep: "atk" dep: "at-spi2-core" dep: "libxml2" # TODO: meson does not check for this #dep: "gobject-introspection-1.58.0" #dep: "gettext-0.19.8.1" dep: "glib" build_step: { argv: "/bin/sh" argv: "-c" argv: "meson --prefix=${DISTRI_PREFIX} . ${DISTRI_SOURCEDIR}" } # kludge: the LD_LIBRARY_PATH change is required because we patched rpath handling out of meson. build_step: { argv: "/bin/sh" argv: "-c" argv: "LD_LIBRARY_PATH=$PWD/gdk-pixbuf:$PWD/gobject:$PWD/glib:$LD_LIBRARY_PATH ninja -j ${DISTRI_JOBS} -v" } build_step: { argv: "/bin/sh" argv: "-c" argv: "DESTDIR=${DISTRI_DESTDIR} ninja -j ${DISTRI_JOBS} -v install" }