aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tracker/tracker_0.5.4.bb
blob: e1a94b7328ad1ba304e220138cbf9fa44f152563 (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
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 libgmime dbus poppler libexif libgsf libgnomecanvas"

PR = "r3"

SRC_URI = "http://www.gnome.org/~jamiemcc/tracker/tracker-${PV}.tar.gz \
           file://no-ioprio.patch;patch=1 \
           file://90tracker " 

inherit autotools pkgconfig

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/
}

do_stage() {
	autotools_stage_all
}

FILES_${PN} += "${datadir}/dbus-1/"
CONFFILES_${PN} += "${sysconfdir}/X11/Xsession.d/90tracker"