# atkbridge/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package requires, at "build" time, a copy of "meson" that has been patched so as not to mess with "rpath". #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.20 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.25 minutes) - HP Pavilion dv8 8GB RAM 00.01 hours (or 000.30 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.32 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.65 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled proddir = $PRODTREE/gtkcore purge = no revision = 2.32.0 setpaths = gtkcore, xorg shareddir = yes tmpsize = 4M unpack = relaxed #--------------------------------------------------------------------- [depends] actools atspi dbus:strict gawk glib20:strict grep gtkatk:strict meson ninja python sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE for base in $PKGDIR_PROD /usr/local do rm -fr \ $base/include/at-spi2-atk/ \ $base/lib/gnome-settings-*/gtk-modules/at-spi2-atk.desktop \ $base/lib/gtk-2.0/modules/libatk-bridge.* \ $base/lib/libatk-bridge-* \ $base/lib/pkgconfig/atk-bridge-*.pc done #--------------------------------------------------------------------- PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D bindir=$PP/bin \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man \ -D buildtype=release cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = Ditto url_lfs = http://www.linuxfromscratch.org/blfs/view/\ svn/x/at-spi2-atk.html url_tarball = http://ftp.gnome.org/pub/gnome/sources/\ at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz #--------------------------------------------------------------------- [history] 170505 Updated from 2.19.2 to 2.25.1 170603 Updated to 2.25.2 170912 Updated to 2.26.0 171127 Updated to 2.26.1 180317 Updated to 2.26.2 180908 Updated to 2.30.0 190314 Updated to 2.32.0 210125 Updated to 2.38.0