# tracker-sparql/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] ldbefore = -lpthread -ldl -lm -lc license = tbd tmpsize = 48M unpack = relaxed setpaths = \ json-glib libicu libsoup libxml2 \ snowball sqlite3 tracker-sparql #--------------------------------------------------------------------- [depends] brotli dbus gtkcore:strict # gir-1.0 gtkdoc json-glib libffi libicu libseccomp libsoup libstemmer libunistring libxml2 meson ninja pkgconf snowball sqlite3 util-linux xzutils zlib #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr build mkdir build meson build \ -D prefix=$PP \ -D systemd_user_services=false cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] cd build ninja_simple_build #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/lib/ if [ -d tracker-2.0 ]; then ln -nsf tracker-2.0/* . fi if [ -d tracker-3.0 ]; then ln -nsf tracker-3.0/* . fi DIR=$PKGDIR_PROD/share/glib-2.0/schemas if [ -d $DIR ]; then cd $DIR/ ln -nsf `pwd`/*.xml $PRODTREE/gtkcore/share/glib-2.0/schemas/ glib-compile-schemas $PRODTREE/gtkcore/share/glib-2.0/schemas/ fi for pkg in dbus gtkcore do mkdir -p $PRODTREE/$pkg/share/dbus-1/services/ ln -nsf $PKGDIR_PROD/share/dbus-1/services/*.service \ $PRODTREE/$pkg/share/dbus-1/services/ done #--------------------------------------------------------------------- # 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_page = tbd url_home = tbd url_lfs = tbd url_tarball = https://download.gnome.org/sources/\ tracker/3.2/tracker-3.2.1.tar.xz #--------------------------------------------------------------------- [history] 210330 Added package. Started with 2.3.6.