Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8c1949a67f1356e3aa6d2a1ffb6f9d5f8740dc5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8c1949a67f1356e3aa6d2a1ffb6f9d5f8740dc5e)
  • Date: Mon, 26 Oct 2009 11:56:06 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 4 ++
gnome2-apps/gnome-bluetooth/DEPENDS | 9 +++++
gnome2-apps/gnome-bluetooth/DETAILS | 17
++++++++++
gnome2-apps/gnome-bluetooth/HISTORY | 3 +
gnome2-apps/gnome-bluetooth/gnome-bluetooth-2.28.3.tar.bz2.sig |binary
5 files changed, 33 insertions(+)

New commits:
commit 8c1949a67f1356e3aa6d2a1ffb6f9d5f8740dc5e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnome2-apps/gnome-bluetooth: new spell, an application that let you
manage Bluetooth in the GNOME desktop

diff --git a/ChangeLog b/ChangeLog
index 47987ae..cced59d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-26 Ladislav Hagara <hgr AT vabo.cz>
+ * gnome2-apps/gnome-bluetooth: new spell
+ an application that let you manage Bluetooth in the GNOME desktop
+
2009-10-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/libchamplain: new spell, a C library for showing maps

diff --git a/gnome2-apps/gnome-bluetooth/DEPENDS
b/gnome2-apps/gnome-bluetooth/DEPENDS
new file mode 100755
index 0000000..071292b
--- /dev/null
+++ b/gnome2-apps/gnome-bluetooth/DEPENDS
@@ -0,0 +1,9 @@
+depends glib2 &&
+depends gtk+2 &&
+
+depends bluez &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection for this build"
diff --git a/gnome2-apps/gnome-bluetooth/DETAILS
b/gnome2-apps/gnome-bluetooth/DETAILS
new file mode 100755
index 0000000..2637b6a
--- /dev/null
+++ b/gnome2-apps/gnome-bluetooth/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gnome-bluetooth
+ VERSION=2.28.3
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://live.gnome.org/GnomeBluetooth
+ ENTERED=20091026
+ SHORT="an application that let you manage Bluetooth in the GNOME
desktop"
+cat << EOF
+gnome-bluetooth is an application that let you manage Bluetooth in the GNOME
+desktop. It permits to send files to your Bluetooth devices, or browse their
+content. Connect to your devices, like headset or audio gateway. You can add
+or delete Bluetooth devices, or manage their permissions.
+EOF
diff --git a/gnome2-apps/gnome-bluetooth/HISTORY
b/gnome2-apps/gnome-bluetooth/HISTORY
new file mode 100644
index 0000000..e5e6990
--- /dev/null
+++ b/gnome2-apps/gnome-bluetooth/HISTORY
@@ -0,0 +1,3 @@
+2009-10-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 2.28.3
+
diff --git a/gnome2-apps/gnome-bluetooth/gnome-bluetooth-2.28.3.tar.bz2.sig
b/gnome2-apps/gnome-bluetooth/gnome-bluetooth-2.28.3.tar.bz2.sig
new file mode 100644
index 0000000..efd0a92
Binary files /dev/null and
b/gnome2-apps/gnome-bluetooth/gnome-bluetooth-2.28.3.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page