Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (abe90cf61ffa128ca0a274115d2fb546a95f5d04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (abe90cf61ffa128ca0a274115d2fb546a95f5d04)
  • Date: Thu, 8 Sep 2011 05:39:39 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

mobile/gypsy/DETAILS | 15 ++++++++-------
mobile/gypsy/HISTORY | 8 +++++++-
mobile/gypsy/PRE_BUILD | 2 ++
mobile/gypsy/gypsy-time.patch | 22 ++++++++++++++++++++++
4 files changed, 39 insertions(+), 8 deletions(-)

New commits:
commit abe90cf61ffa128ca0a274115d2fb546a95f5d04
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gypsy: updated spell to 0.8

* DETAILS: Fixed SOURCE_URL[0], SHORT, long description wrap
* PRE_BUILD added gypsy-time.patch to compile from upstream (fixes #149):

http://cgit.freedesktop.org/gypsy/commit/gypsy/gypsy-time.c?id=84ac6804a8a695514dae3f62903f95c98cc23d57

diff --git a/mobile/gypsy/DETAILS b/mobile/gypsy/DETAILS
index a9d0ead..1220d1d 100755
--- a/mobile/gypsy/DETAILS
+++ b/mobile/gypsy/DETAILS
@@ -1,15 +1,16 @@
SPELL=gypsy
- VERSION=0.6
-
SOURCE_HASH=sha512:c666bd801a1847589055f31b8dda0a2fa011697f133f9fead463a35c6b4b49c99b8090aee5b0d4774b1cc83e4e9e61ac800256a6b32afe48d519f0e6b738fe81
+ VERSION=0.8
+
SOURCE_HASH=sha512:0e7eb3535bdad3ce263df98977ecbfc6abb5fe2934d0a0b26055ce8728760a16d44ffbb68e56f244a659e9e0f502dd49cb835f281f434ae1b4f0fb9ffd8c8722
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-WEB_SITE=http://gypsy.freedesktop.org
- SOURCE_URL[0]=$WEB_SITE/gypsy-releases/$SOURCE
+ WEB_SITE=http://gypsy.freedesktop.org
+ SOURCE_URL[0]=$WEB_SITE/releases/$SOURCE
LICENSE[0]=LGPL
ENTERED=20090705
KEYWORDS=""
- SHORT=""
+ SHORT="GPS Multiplexing Daemon"
cat << EOF
-Gypsy is a GPS multiplexing daemon which allows multiple clients to access
GPS data from multiple
-GPS sources concurrently.
+Gypsy is a GPS multiplexing daemon which allows multiple clients to access
+GPS data from multiple
+GPS sources concurrently.
EOF
diff --git a/mobile/gypsy/HISTORY b/mobile/gypsy/HISTORY
index dd0083b..2c4b1d8 100644
--- a/mobile/gypsy/HISTORY
+++ b/mobile/gypsy/HISTORY
@@ -1,5 +1,11 @@
+2011-09-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.8
+ Fixed SOURCE_URL[0], SHORT, long description wrap
+ * PRE_BUILD added gypsy-time.patch to compile from upstream (fixes
#149):
+
http://cgit.freedesktop.org/gypsy/commit/gypsy/gypsy-time.c?id=84ac6804a8a695514dae3f62903f95c98cc23d57
+
2009-08-15 Arjan Bouter <abouter AT sourcemage.org>
- * DEPENDS: use BLUEZ provider
+ * DEPENDS: use BLUEZ provider

2009-07-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5
diff --git a/mobile/gypsy/PRE_BUILD b/mobile/gypsy/PRE_BUILD
new file mode 100755
index 0000000..c0306d3
--- /dev/null
+++ b/mobile/gypsy/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch -p1 -d $SOURCE_DIRECTORY < $SPELL_DIRECTORY/gypsy-time.patch
diff --git a/mobile/gypsy/gypsy-time.patch b/mobile/gypsy/gypsy-time.patch
new file mode 100644
index 0000000..8c5d60c
--- /dev/null
+++ b/mobile/gypsy/gypsy-time.patch
@@ -0,0 +1,22 @@
+From 84ac6804a8a695514dae3f62903f95c98cc23d57 Mon Sep 17 00:00:00 2001
+From: Dongxiao Xu <dongxiao.xu AT intel.com>
+Date: Wed, 29 Jun 2011 10:44:00 +0000
+Subject: Fix the getter for the path property in GypsyTime
+
+---
+(limited to 'gypsy/gypsy-time.c')
+
+diff --git a/gypsy/gypsy-time.c b/gypsy/gypsy-time.c
+index a7ce33d..9b4e101 100644
+--- a/gypsy/gypsy-time.c
++++ b/gypsy/gypsy-time.c
+@@ -160,6 +160,7 @@ get_property (GObject *object,
+ priv = GET_PRIVATE (object);
+ switch (prop_id) {
+ case PROP_PATH:
++ g_value_set_string (value, priv->object_path);
+ break;
+
+ default:
+--
+cgit v0.9.0.2-2-gbebe



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (abe90cf61ffa128ca0a274115d2fb546a95f5d04), Bor Kraljič, 09/08/2011

Archive powered by MHonArc 2.6.24.

Top of Page