# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-gnome/bluez-gnome-0.16.ebuild,v 1.3 2008/02/09 20:03:48 betelgeuse Exp $ inherit gnome2 DESCRIPTION="Bluetooth helpers for GNOME" HOMEPAGE="http://www.bluez.org/" SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" COMMON_DEPEND=">=dev-libs/glib-2.0 >=x11-libs/libnotify-0.3.2 >=gnome-base/gconf-2.6 >=dev-libs/dbus-glib-0.60 sys-apps/hal >=x11-libs/gtk+-2.6" DEPEND=" dev-util/pkgconfig x11-proto/xproto ${COMMON_DEPEND}" RDEPEND="=net-wireless/bluez-utils-3* ${COMMON_DEPEND}" G2CONF="--disable-desktop-update --disable-mime-update" DOCS="AUTHORS README NEWS ChangeLog" pkg_postinst() { gnome2_pkg_postinst elog "Send file functionality doesn't work until obex-data-server is" elog "packaged." }