summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorBor Kraljič2011-09-08 12:38:36 +0200
committerBor Kraljič2011-09-08 12:38:36 +0200
commitabe90cf61ffa128ca0a274115d2fb546a95f5d04 (patch)
treeaad9f444431aee27f0d712ef4c331e8ea29ffb26 /mobile
parent35a82e71103c1afd8a65c8b3967b376f6b17ee4b (diff)
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
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/gypsy/DETAILS15
-rw-r--r--mobile/gypsy/HISTORY8
-rwxr-xr-xmobile/gypsy/PRE_BUILD2
-rw-r--r--mobile/gypsy/gypsy-time.patch22
4 files changed, 39 insertions, 8 deletions
diff --git a/mobile/gypsy/DETAILS b/mobile/gypsy/DETAILS
index a9d0ead832..1220d1d29a 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 dd0083bbcb..2c4b1d8ae3 100644
--- a/mobile/gypsy/HISTORY
+++ b/mobile/gypsy/HISTORY
@@ -1,5 +1,11 @@
+2011-09-08 Bor Kraljič <pyrobor@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@sourcemage.org>
- * DEPENDS: use BLUEZ provider
+ * DEPENDS: use BLUEZ provider
2009-07-05 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.5
diff --git a/mobile/gypsy/PRE_BUILD b/mobile/gypsy/PRE_BUILD
new file mode 100755
index 0000000000..c0306d36b6
--- /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 0000000000..8c5d60cf9a
--- /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@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