aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tracker/tracker_0.6.95.bb
blob: 906c60d1f2f62639c5643a2dd07018f8cc4870bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DESCRIPTION = "Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly."
LICENSE = "GPLv2"
DEPENDS = "file gtk+ gstreamer gamin gmime dbus poppler libexif libgsf libgnomecanvas gettext"
HOMEPAGE="http://www.tracker-project.org/"

PR = "r2"

inherit autotools pkgconfig gnome

SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-${PV}.tar.bz2 \
           file://munge-configure.ac-cross-compile.patch \
           file://05-tracker-ioprio-cross.patch \
           file://10-drop-bogus-version-info.patch \
           file://20-tracker-defaults.patch \
           file://30-gmime-2.4.patch \
           file://99-autoreconf.patch \           
           file://90tracker \
" 

EXTRA_OECONF += " tracker_cv_have_ioprio=yes"

LEAD_SONAME = "libtrackerclient.so.0"

do_install_append() {
   cp -dPr ${D}${STAGING_DATADIR}/* ${D}${datadir}/ || true 
   install -d ${D}/${sysconfdir}/X11/Xsession.d/
   install -m 0755 ${WORKDIR}/90tracker  ${D}/${sysconfdir}/X11/Xsession.d/
}

FILES_${PN} += "${datadir}/dbus-1/"
FILES_${PN}-dbg += "${libdir}/*/*/.debug"

CONFFILES_${PN} += "${sysconfdir}/X11/Xsession.d/90tracker"

SRC_URI[md5sum] = "a4edc8aa830070bd3f1d80a7df07c80c"
SRC_URI[sha256sum] = "0fe42353117c62ccc9de3b3c9c11acf707a0702d30cd24b8d1cd1e2581dec339"