GeoClue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the GeoClue project is to make creating location-aware applications as simple as possible.
This package is known to build and work properly using an LFS 12.1 platform.
Download (HTTP): https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.7.1/geoclue-2.7.1.tar.bz2
Download MD5 sum: 08bacd3b45311ee6c20e4240be7bc348
Download size: 104 KB
Estimated disk space required: 6.9 MB
Estimated build time: 0.1 SBU
JSON-GLib-1.8.0 and libsoup-3.4.4
Avahi-0.8, libnotify-0.8.3, ModemManager-1.18.12, and Vala-0.56.14
Install GeoClue by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dgtk-doc=false \ .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D3g-source=false
: This switch disables
the 3G backend. Use it if you have not installed the ModemManager package.
-Dmodem-gps-source=false
: This switch
disables the modem GPS backend. Use it if you have not installed
the ModemManager package.
-Dcdma-source=false
: This switch
disables the CDMA source backend. Use it if you have not installed
the ModemManager package.
-Dnmea-source=false
: This switch
disables the NMEA source. Use it if you have not installed the
Avahi package.
-Ddemo-agent=false
: This switch
disables the demo. Use it if you have not installed the
libnotify package.