[Lunar-commits] <moonbase-gnome3> gnome-bluetooth: add it for GNOME3.
Florin Braescu
florin at lunar-linux.org
Sat Mar 16 12:56:50 CET 2013
commit 1454291ae9adb4eb2984a4e9eb34c8439da5c208
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 16 Mar 2013 04:56:50 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/1454291ae9adb4eb2984a4e9eb34c8439da5c208
gnome-bluetooth: add it for GNOME3.
---
core/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules | +7/-0
core/gnome-bluetooth/BUILD | +3/-0
core/gnome-bluetooth/DEPENDS | +3/-0
core/gnome-bluetooth/DETAILS | +25/-0
4 files changed, 38 insertions(+)
--- /dev/null
+++ b/core/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
--- /dev/null
+++ b/core/gnome-bluetooth/BUILD
@@ -0,0 +1,3 @@
+default_build
+
+install -m0644 $SCRIPT_DIRECTORY/61-gnome-bluetooth-rfkill.rules /usr/lib/udev/rules.d/
--- /dev/null
+++ b/core/gnome-bluetooth/DEPENDS
@@ -0,0 +1,3 @@
+depends libnotify
+depends gvfs
+depends obexd
--- /dev/null
+++ b/core/gnome-bluetooth/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=gnome-bluetooth
+ VERSION=3.6.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:2248c0b0f575782ba4a7a50470a6ce517debaf0f
+ WEB_SITE=http://live.gnome.org/GnomeBluetooth
+ ENTERED=20130316
+ UPDATED=20130316
+ SHORT="Bluetooth app for GNOME"
+
+cat << EOF
+Gnome-Bluetooth is a Full Bluetooth app for gnome allowing all bluetooth
+devices to communicate through your Gnome Desktop.
+Current features include:
+* Bonobo component to manage the discovery of nearby Bluetooth devices
+* Component will create serial (RFCOMM) connections for clients to
+ devices
+* libbtcl, a GObject wrapper for Bluetooth functionality
+* An OBEX server, so you can "beam" files such as pictures, addresses
+ or contacts from other Bluetooth devices to your computer
+* An OBEX push send tool, so you can beam files from your computer to
+ remote devices.
+* gnome-vfs plugin so Nautilus can navigate known Bluetooth devices,
+ and send files to them via drag'n'drop.
+EOF
More information about the Lunar-commits
mailing list