2021-01-21 17:00:13 +00:00
{ lib , stdenv
2020-05-14 10:35:36 +01:00
, fetchurl
2021-03-21 07:28:27 +00:00
, fetchpatch
2020-05-14 10:35:36 +01:00
, gettext
, meson
, ninja
2021-01-19 06:50:56 +00:00
, pkg-config
2020-09-21 01:51:38 +01:00
, asciidoc
2020-05-14 10:35:36 +01:00
, gobject-introspection
, python3
, gtk-doc
2020-10-11 07:23:35 +01:00
, docbook-xsl-nons
2020-05-14 11:06:48 +01:00
, docbook_xml_dtd_45
2020-05-14 10:35:36 +01:00
, libxml2
, glib
2020-10-24 09:24:40 +01:00
, wrapGAppsNoGuiHook
2020-05-14 10:35:36 +01:00
, vala
, sqlite
, libxslt
, libstemmer
2021-05-07 22:18:14 +01:00
, gnome
2020-05-14 10:35:36 +01:00
, icu
, libuuid
, libsoup
, json-glib
, systemd
, dbus
, substituteAll
} :
2016-09-18 20:35:23 +01:00
2021-03-21 07:28:27 +00:00
stdenv . mkDerivation rec {
2018-03-15 12:25:55 +00:00
pname = " t r a c k e r " ;
2021-03-21 07:28:27 +00:00
version = " 3 . 1 . 1 " ;
2018-03-15 12:25:55 +00:00
2018-08-17 12:19:13 +01:00
outputs = [ " o u t " " d e v " " d e v d o c " ] ;
2018-02-25 20:07:20 +00:00
src = fetchurl {
2021-01-21 17:00:13 +00:00
url = " m i r r o r : / / g n o m e / s o u r c e s / ${ pname } / ${ lib . versions . majorMinor version } / ${ pname } - ${ version } . t a r . x z " ;
2021-03-21 07:28:27 +00:00
sha256 = " s h a 2 5 6 - Q 3 b i 6 Y R U B m 9 E 9 6 J C 5 F u Z s 7 / k w D t n + r G a u w 7 V h s p 0 i u c = " ;
2018-02-25 20:07:20 +00:00
} ;
2020-05-14 10:35:36 +01:00
patches = [
( substituteAll {
src = ./fix-paths.patch ;
2020-09-21 01:51:38 +01:00
inherit asciidoc ;
2020-05-14 10:35:36 +01:00
} )
2021-03-21 07:28:27 +00:00
# Add missing build target dependencies to fix parallel building of docs.
# TODO: Upstream this.
./fix-docs.patch
# Fix 32bit datetime issue, use this upstream patch until 3.1.2 lands
# https://gitlab.gnome.org/GNOME/tracker/-/merge_requests/401
( fetchpatch {
url = " h t t p s : / / g i t l a b . g n o m e . o r g / G N O M E / t r a c k e r / m e r g e _ r e q u e s t s / 4 0 1 . p a t c h " ;
sha256 = " Q E f + c i G k k C z a n m t G O 0 a i g 6 n A x d + N x j v u N i 4 R b N O w Z E A = " ;
} )
2020-05-14 10:35:36 +01:00
] ;
2018-08-17 12:19:13 +01:00
nativeBuildInputs = [
2020-05-14 10:35:36 +01:00
meson
ninja
vala
2021-01-19 06:50:56 +00:00
pkg-config
2020-09-21 01:51:38 +01:00
asciidoc
2020-05-14 10:35:36 +01:00
gettext
libxslt
2020-10-24 09:24:40 +01:00
wrapGAppsNoGuiHook
2020-05-14 10:35:36 +01:00
gobject-introspection
gtk-doc
2020-10-11 07:23:35 +01:00
docbook-xsl-nons
2020-05-14 11:06:48 +01:00
docbook_xml_dtd_45
2019-03-03 18:08:17 +00:00
python3 # for data-generators
2019-09-02 17:46:04 +01:00
systemd # used for checks to install systemd user service
2021-01-19 06:50:56 +00:00
dbus # used for checks and pkg-config to install dbus service/s
2018-08-17 12:19:13 +01:00
] ;
2016-09-18 20:35:23 +01:00
2017-10-04 22:50:14 +01:00
buildInputs = [
2020-05-14 10:35:36 +01:00
glib
libxml2
sqlite
icu
libsoup
libuuid
json-glib
libstemmer
2017-10-04 22:50:14 +01:00
] ;
2016-09-18 20:35:23 +01:00
2021-03-21 07:28:27 +00:00
checkInputs = with python3 . pkgs ; [
pygobject3
tappy
2020-05-14 11:06:48 +01:00
] ;
2018-08-17 12:19:13 +01:00
mesonFlags = [
2019-03-03 18:08:17 +00:00
" - D d o c s = t r u e "
2018-08-17 12:19:13 +01:00
] ;
2016-09-18 20:35:23 +01:00
2021-03-21 07:28:27 +00:00
doCheck = true ;
2020-05-14 11:06:48 +01:00
2017-10-04 22:50:14 +01:00
postPatch = ''
patchShebangs utils/g-ir-merge/g-ir-merge
2018-08-17 12:19:13 +01:00
patchShebangs utils/data-generators/cc/generate
2020-05-14 11:06:48 +01:00
patchShebangs tests/functional-tests/test-runner.sh.in
patchShebangs tests/functional-tests /* . p y
2021-03-21 07:28:27 +00:00
patchShebangs examples/python/endpoint.py
2020-05-14 11:06:48 +01:00
'' ;
preCheck = ''
# (tracker-store:6194): Tracker-CRITICAL **: 09:34:07.722: Cannot initialize database: Could not open sqlite3 database:'/homeless-shelter/.cache/tracker/meta.db': unable to open database file
export HOME = $ ( mktemp - d )
# Our gobject-introspection patches make the shared library paths absolute
# in the GIR files. When running functional tests, the library is not yet installed,
# though, so we need to replace the absolute path with a local one during build.
# We are using a symlink that will be overridden during installation.
mkdir - p $ out/lib
2020-09-21 01:51:38 +01:00
ln - s $ PWD/src/libtracker-sparql/libtracker-sparql-3.0.so $ out/lib/libtracker-sparql-3.0.so.0
'' ;
checkPhase = ''
runHook preCheck
dbus-run-session \
- - config-file = $ { dbus . daemon } /share/dbus-1/session.conf \
meson test - - print-errorlogs
runHook postCheck
2020-05-14 11:06:48 +01:00
'' ;
postCheck = ''
# Clean up out symlinks
rm - r $ out/lib
2018-08-17 12:19:13 +01:00
'' ;
2018-03-15 12:25:55 +00:00
passthru = {
2021-05-07 22:18:14 +01:00
updateScript = gnome . updateScript {
2018-03-15 12:25:55 +00:00
packageName = pname ;
2018-08-17 12:19:13 +01:00
versionPolicy = " n o n e " ;
2018-03-15 12:25:55 +00:00
} ;
} ;
2021-01-21 17:00:13 +00:00
meta = with lib ; {
2020-04-01 02:11:51 +01:00
homepage = " h t t p s : / / w i k i . g n o m e . o r g / P r o j e c t s / T r a c k e r " ;
2016-09-18 20:35:23 +01:00
description = " D e s k t o p - n e u t r a l u s e r i n f o r m a t i o n s t o r e , s e a r c h t o o l a n d i n d e x e r " ;
2020-04-01 13:40:51 +01:00
maintainers = teams . gnome . members ;
2020-05-14 10:35:36 +01:00
license = licenses . gpl2Plus ;
2016-09-18 20:35:23 +01:00
platforms = platforms . linux ;
} ;
}