summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/geoclue/BUILD2
-rwxr-xr-xmobile/geoclue/CONFIGURE1
-rwxr-xr-xmobile/geoclue/DEPENDS20
-rwxr-xr-xmobile/geoclue/DETAILS11
-rw-r--r--mobile/geoclue/HISTORY5
-rw-r--r--mobile/geoclue/geoclue-0.12.99.tar.gz.sigbin287 -> 0 bytes
6 files changed, 24 insertions, 15 deletions
diff --git a/mobile/geoclue/BUILD b/mobile/geoclue/BUILD
index b4832e17bc..e22b2363d2 100755
--- a/mobile/geoclue/BUILD
+++ b/mobile/geoclue/BUILD
@@ -1,2 +1,2 @@
-LDFLAGS="${LDFLAGS/-Wl,--as-needed/}" &&
+OPTS+=" demo-agent=false" &&
default_build
diff --git a/mobile/geoclue/CONFIGURE b/mobile/geoclue/CONFIGURE
new file mode 100755
index 0000000000..d0bac55395
--- /dev/null
+++ b/mobile/geoclue/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/mobile/geoclue/DEPENDS b/mobile/geoclue/DEPENDS
index e988d51ecb..7aa920b46a 100755
--- a/mobile/geoclue/DEPENDS
+++ b/mobile/geoclue/DEPENDS
@@ -1,11 +1,15 @@
depends dbus &&
depends dbus-glib &&
-depends libxslt &&
-depends libxml2 &&
-depends pkgconfig &&
depends glib2 &&
-optional_depends gtk+2 '' '' 'gui' &&
-optional_depends gammu '' '' 'GSM location' &&
-optional_depends gypsy '' '' 'GPS location' &&
-optional_depends gpsd '' '' 'GPS location' &&
-optional_depends gtk-doc '' '' 'build docs'
+depends meson &&
+depends ninja-build-system &&
+depends pkgconfig &&
+optional_depends avahi nmea-source={true,false} \
+ 'for network NMEA source' &&
+optional_depends gtk-doc gtk-doc={true,false} 'build docs' &&
+optional_depends gobject-introspection introspection={true,false} \
+ 'for introspection generation' &&
+optional_depends modemmanager \
+ '3g-source=true cdma-source=true modem-gps-source=true' \
+ '3g-source=false cdma-source=false modem-gps-source=false' \
+ 'for 3G, CDMA and modem GPS'
diff --git a/mobile/geoclue/DETAILS b/mobile/geoclue/DETAILS
index fcf5296020..37afec919d 100755
--- a/mobile/geoclue/DETAILS
+++ b/mobile/geoclue/DETAILS
@@ -1,12 +1,11 @@
+. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=geoclue
- VERSION=0.12.99
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-# SOURCE_HASH=sha512:c65fef518fea5708067def3595a57b2e3cb4c04a3d1c367ac02c4802386a6c8420b3d20f5194896d8e0fdeee6cc6af2744cc920af1ab680a3ca197cb5a5bfab5
+ VERSION=2.5.3
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_HASH=sha512:b4188f1b055f84ce0c58e497896a328d09838073b867598a0ca026c741e4464ae7ee54e53e9f02addd818152dce4a21eb5f83a3245e7ce1a93eec5671d0a9ee9
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+ SOURCE_URL[0]="https://gitlab.freedesktop.org/$SPELL/$SPELL/-/archive/$VERSION/$SOURCE"
WEB_SITE=http://www.freedesktop.org/wiki/Software/GeoClue
- SOURCE_URL[0]=http://people.freedesktop.org/~hadess/$SOURCE
LICENSE[0]=LGPL
ENTERED=20090705
KEYWORDS=""
diff --git a/mobile/geoclue/HISTORY b/mobile/geoclue/HISTORY
index b7f74ce98a..539b0adefa 100644
--- a/mobile/geoclue/HISTORY
+++ b/mobile/geoclue/HISTORY
@@ -1,3 +1,8 @@
+2019-09-05 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: updated spell to 2.5.3
+ Updated dependencies
+ * geoclue-0.12.99.tar.gz.sig: Removed, switched to SOURCE_HASH
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/mobile/geoclue/geoclue-0.12.99.tar.gz.sig b/mobile/geoclue/geoclue-0.12.99.tar.gz.sig
deleted file mode 100644
index 3b479a46ee..0000000000
--- a/mobile/geoclue/geoclue-0.12.99.tar.gz.sig
+++ /dev/null
Binary files differ