[Lunar-commits] <moonbase-gnome> gnome-bluetooth: move it to gnome repo.
Florin Braescu
florin at lunar-linux.org
Sat Mar 16 11:42:11 CET 2013
commit 64e7dd3c6e8d5c40cd17d79cdf981d016e6d83d7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 16 Mar 2013 03:42:11 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/64e7dd3c6e8d5c40cd17d79cdf981d016e6d83d7
gnome-bluetooth: move it to gnome repo.
---
desktop/gnome-bluetooth/BUILD | +12/-0
desktop/gnome-bluetooth/DEPENDS | +3/-0
desktop/gnome-bluetooth/DETAILS | +26/-0
3 files changed, 41 insertions(+)
--- /dev/null
+++ b/desktop/gnome-bluetooth/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME26_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/desktop/gnome-bluetooth/DEPENDS
@@ -0,0 +1,3 @@
+depends libbtctl
+depends libunique
+depends gob2
--- /dev/null
+++ b/desktop/gnome-bluetooth/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=gnome-bluetooth
+ MAJOR=2.30
+ VERSION=$MAJOR.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:76183906a0d644547bd4192a43908cdd00292ece
+ WEB_SITE=http://www.usefulinc.com/software/gnome-bluetooth
+ ENTERED=20030930
+ UPDATED=20100509
+ 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