aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-bluetooth_2.30.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/gnome-bluetooth_2.30.0.bb')
-rw-r--r--recipes/gnome/gnome-bluetooth_2.30.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-bluetooth_2.30.0.bb b/recipes/gnome/gnome-bluetooth_2.30.0.bb
new file mode 100644
index 0000000000..6e01af1f84
--- /dev/null
+++ b/recipes/gnome/gnome-bluetooth_2.30.0.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "GNOME bluetooth manager"
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e"
+SRC_URI[archive.sha256sum] = "4caafa8c28195c81d8c51414f3a64489f81b9b46cac56979aeaaff8c9ebb78d4"
+
+# No 'nautilus-sendto' recipe in OE et
+EXTRA_OECONF = "--enable-nautilus-sendto=no"
+
+RRECOMMENDS_${PN} += "obexd obex-data-server"
+RCONFLICTS_${PN} = "bluez-gnome"
+
+do_configure_prepend() {
+ sed -i -e s:docs::g ${S}/Makefile.am
+ echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
+ echo "EXTRA_DIST = version.xml" > gtk-doc.make
+}
+
+FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
+