UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

geoclue

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.

Package info

Codename: geoclue
Source file: geoclue-2.7.0.tar.bz2
Source directory: geoclue-2.7.0
Package URL: https://umvirt.com/linux/downloads/0.2/packages/g/geoclue-2.7.0.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/g/geoclue-2.7.0.tar.bz2.md5sum
Dependances: vala, json-glib, libsoup3, ModemManager, avahi.
Dependance of: gnome-settings-daemon, webkitgtk3, webkitgtk4.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -Dgtk-doc=false     \
            ..  

Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install