summaryrefslogtreecommitdiff
path: root/packages/tracker
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tracker')
-rwxr-xr-xpackages/tracker/files/90tracker4
-rw-r--r--packages/tracker/files/no-ioprio.patch22
-rw-r--r--packages/tracker/tracker_0.5.4.bb25
3 files changed, 0 insertions, 51 deletions
diff --git a/packages/tracker/files/90tracker b/packages/tracker/files/90tracker
deleted file mode 100755
index 9594b91689..0000000000
--- a/packages/tracker/files/90tracker
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-/usr/bin/trackerd -m &
-
diff --git a/packages/tracker/files/no-ioprio.patch b/packages/tracker/files/no-ioprio.patch
deleted file mode 100644
index 2ce4990bd4..0000000000
--- a/packages/tracker/files/no-ioprio.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- /tmp/configure.ac 2007-04-30 13:34:39.000000000 +0200
-+++ tracker-0.5.4/configure.ac 2007-04-30 13:37:48.405251000 +0200
-@@ -513,19 +513,6 @@
-
- AC_MSG_CHECKING([[checking ioprio support]])
- ioprio_support=no
--AC_RUN_IFELSE([ AC_LANG_PROGRAM([[
--#include <stdlib.h>
--#include <errno.h>
--#include <sys/syscall.h>
--#include <unistd.h>
--inline int ioprio_get (int which, int who)
--{
-- return syscall (__NR_ioprio_get, which, who);
--}
-- ]], [[
--exit(ioprio_get(1,0));
-- ]]) ],
-- [ AC_DEFINE(IOPRIO_SUPPORT,[],[Define ioprio support]) ioprio_support=yes ])
- AC_MSG_RESULT([$ioprio_support])
-
- #####################################################
diff --git a/packages/tracker/tracker_0.5.4.bb b/packages/tracker/tracker_0.5.4.bb
deleted file mode 100644
index 4753280190..0000000000
--- a/packages/tracker/tracker_0.5.4.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-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"
-
-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"
-