Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (001c9400a3f4ea171209e30753344c02bfccc78e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (001c9400a3f4ea171209e30753344c02bfccc78e)
  • Date: Thu, 5 Sep 2019 18:22:59 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

dev/null |binary
mobile/geoclue/BUILD | 2 +-
mobile/geoclue/CONFIGURE | 1 +
mobile/geoclue/DEPENDS | 20 ++++++++++++--------
mobile/geoclue/DETAILS | 11 +++++------
mobile/geoclue/HISTORY | 5 +++++
6 files changed, 24 insertions(+), 15 deletions(-)

New commits:
commit 001c9400a3f4ea171209e30753344c02bfccc78e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

geoclue 2.5.3

diff --git a/mobile/geoclue/BUILD b/mobile/geoclue/BUILD
index b4832e1..e22b236 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 0000000..d0bac55
--- /dev/null
+++ b/mobile/geoclue/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/mobile/geoclue/DEPENDS b/mobile/geoclue/DEPENDS
index e988d51..7aa920b 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 fcf5296..37afec9 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 b7f74ce..539b0ad 100644
--- a/mobile/geoclue/HISTORY
+++ b/mobile/geoclue/HISTORY
@@ -1,3 +1,8 @@
+2019-09-05 Ismael Luceno <ismael AT 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 AT 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 3b479a4..0000000
Binary files a/mobile/geoclue/geoclue-0.12.99.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (001c9400a3f4ea171209e30753344c02bfccc78e), Ismael Luceno, 09/05/2019

Archive powered by MHonArc 2.6.24.

Top of Page