tracker: add 0.5.4
authorKoen Kooi <koen@openembedded.org>
Mon, 30 Apr 2007 11:46:29 +0000 (11:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 30 Apr 2007 11:46:29 +0000 (11:46 +0000)
packages/tracker/.mtn2git_empty [new file with mode: 0644]
packages/tracker/files/.mtn2git_empty [new file with mode: 0644]
packages/tracker/files/no-ioprio.patch [new file with mode: 0644]
packages/tracker/tracker_0.5.4.bb [new file with mode: 0644]

diff --git a/packages/tracker/.mtn2git_empty b/packages/tracker/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tracker/files/.mtn2git_empty b/packages/tracker/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tracker/files/no-ioprio.patch b/packages/tracker/files/no-ioprio.patch
new file mode 100644 (file)
index 0000000..2ce4990
--- /dev/null
@@ -0,0 +1,22 @@
+--- /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
new file mode 100644 (file)
index 0000000..eaf8c3f
--- /dev/null
@@ -0,0 +1,14 @@
+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 = "gtk+ gstreamer gamin libgmime dbus poppler libexif libgsf"
+
+SRC_URI = "http://www.gnome.org/~jamiemcc/tracker/tracker-${PV}.tar.gz \
+           file://no-ioprio.patch;patch=1" 
+
+inherit autotools pkgconfig
+
+do_install_append() {
+       cp -dPr ${D}${STAGING_DATADIR}/* ${D}${datadir}/ 
+}
+
+FILES_${PN} += "${datadir}/dbus-1/"