Contents
/usr/lib/gio/modules)
The GLib Networking package contains Network related gio modules for GLib.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://download.gnome.org/sources/glib-networking/2.80/glib-networking-2.80.1.tar.xz
Download SHA256 Sum: b80e2874157cd55071f1b6710fa0b911d5ac5de106a9ee2a4c9c7bee61782f8e
Download MD5 sum: 405e6c058723217a1307ba8415615f9d
Download size: 2,073.0 KB
Estimated disk space required: 4,322.6 KB
Estimated build time: less than 0.5 SBU
gsettings-desktop-schemas-49.1 (for the applications using this package to use proxy server settings in GNOME) and make-ca-1.16.1
"libproxy"
Prepare GLib Networking by running the following commands:
meson setup build \ --prefix=/usr \ --buildtype=release \ -D libproxy=disabled
ninja -C build
To test the results, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
-D libproxy=disabled: This switch disables libproxy
support. If you wish to build with libproxy to allow this package to
retrieve proxy settings via it's API, remove this switch.
/usr/lib/gio/modules)