UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

glib

The GLib package contains low-level libraries useful for providing data structure handling for C, portability wrappers and interfaces for such runtime functionality as an event loop, threads, dynamic loading and an object system.

Package info

Codename: glib
Source file: glib-2.76.4.tar.xz
Source directory: glib-2.76.4
Package URL: https://umvirt.com/linux/downloads/0.2/packages/g/glib-2.76.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/g/glib-2.76.4.tar.xz.md5sum
Dependances: libxslt, pcre2.
Dependance of: colord, gdk-pixbuf, gnome-menus, gstreamer, cairo, libgudev, pango, enchant, mate-settings-daemon, vala, libqmi, glibmm, python2-pygobject, avahi, mate-terminal, dbus-glib, xdg-dbus-proxy, libmypaint, libxfce4util, desktop-file-utils, libgee, qemu, libsecret, libgtop, libslirp, pulseaudio, libvirt-glib, graphene, libblockdev, gobject-introspection, gvfs, gkrellm, at-spi2-core, json-glib, bluez, libfm-extra, glib-networking, AppStream, shared-mime-info, qt5, libxklavier, polkit-123, grilo, libgweather, gcr3, dconf-base, netsurf, mc, libcroco, gcr4, wireshark.
Patches: glib-skip_warnings-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Dman=true          

Build script:
cd    build
ninja

Install script:
cd    build
ninja install &&

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

mkdir -p /usr/share/doc/glib-2.76.4
cp -r ../docs/reference/{gio,glib,gobject} /usr/share/doc/glib-2.76.4

fi