# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 autotools DESCRIPTION="GnomeVFS integration for obex-ftp Bluetooth devices" HOMEPAGE="http://blogs.gnome.org/view/jamesh/2007/01/03/0" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-base/gnome-vfs-2.12.0.1 >=sys-apps/dbus-0.60 >=dev-libs/glib-2.6.0 >=dev-libs/libxml2-2.4 >=x11-libs/gtk+-2.6.0 >=dev-libs/openobex-1.2 dev-libs/expat" RDEPEND="${DEPEND} >=net-wireless/bluez-utils-3.7" G2CONF="--enable-nautilus-workaround" src_unpack() { unpack ${A}; cd ${S} epatch ${FILESDIR}/find-osso-gwobex-headers.patch AT_NO_RECURSIVE=1 AT_M4DIR="m4" eautoreconf } pkg_postinst() { elog "hcid needs to be run with the -x flag." elog "You may need to /etc/init.d/bluetooth to add -x to the hcid line" elog "and issue /etc/init.d/bluetooth restart." }