From: Koen Kooi Date: Mon, 30 Apr 2007 11:46:29 +0000 (+0000) Subject: tracker: add 0.5.4 X-Git-Tag: Release-2010-05/1~8868^2~660^2~3^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd11a065a6d8751dc851d864129097b755a11a6b;p=openembedded.git tracker: add 0.5.4 --- diff --git a/packages/tracker/.mtn2git_empty b/packages/tracker/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/tracker/files/.mtn2git_empty b/packages/tracker/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/tracker/files/no-ioprio.patch b/packages/tracker/files/no-ioprio.patch new file mode 100644 index 0000000000..2ce4990bd4 --- /dev/null +++ b/packages/tracker/files/no-ioprio.patch @@ -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 +-#include +-#include +-#include +-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 index 0000000000..eaf8c3f566 --- /dev/null +++ b/packages/tracker/tracker_0.5.4.bb @@ -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/"