The libshumate package contains a GTK-4 widget to display maps.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.5.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libshumate/1.0/libshumate-1.0.5.tar.xz
Download MD5 sum: 2e30b5dae91ee473d47a3a0be54d4fd9
Download size: 112 KB
Estimated disk space required: 4.1 MB
Estimated build time: 0.1 SBU
gobject-introspection-1.76.1 (required for gnome-maps)
Install libshumate by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false \ .. && ninja
If you have Gi-DocGen-2023.1 installed and wish to build the API documentation for this package, issue:
sed 's/lib_version/version/' -i ../docs/meson.build && meson configure -Dgtk_doc=true && ninja
To test the results, issue: ninja test.
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.