# json-glib/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run https://github.com/GNOME/json-glib.git #--------------------------------------------------------------------- 2. 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.27 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.32 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.35 minutes) - ThinkPad W530 i7 4x2 32GB RAM using a 64-bit kernel and 32-bit distro 00.01 hours (or 000.57 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = COPYING nls = disabled revision = numeric setpaths = gtkcore json-glib python3 tmpsize = 8M #--------------------------------------------------------------------- [depends] actools gawk grep gtkcore:strict meson ninja sed #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD export CC=gcc export CXX=g++ 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] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data mkdir -p $BINDIR $DATADIR 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 = http://live.gnome.org/JsonGlib/ url_lfs = Not checked yet url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170723 Updated from 1.0.4 to 1.2.8 171028 Updated to 1.4.2 181108 Switched to "meson" build system 181108 Patched to address usual "meson" "rpath" issues 190209 Updated to 1.4.4 201224 Updated to 1.6.0 210222 Updated to 1.6.2 210912 Updated to 1.6.6 230109 Updated to d7fb79cfd ("git" hash)