UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

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

Template:
Codename: glib
Source file: glib-2.76.4.tar.xz
Source file size: 5274356
Source file MD5-checkum: b0df5864ec08248e79c13f71a717aa03
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: libvirt-glib, graphene, pulseaudio, gobject-introspection, libblockdev, gkrellm, at-spi2-core, json-glib, gvfs, libfm-extra, glib-networking, bluez, gdk-pixbuf, gnome-menus, colord, gstreamer, cairo, libgudev, pango, enchant, vala, libqmi, mate-settings-daemon, python2-pygobject, avahi, glibmm, dbus-glib, xdg-dbus-proxy, mate-terminal, libmypaint, desktop-file-utils, libgee, libxfce4util, libsecret, libgtop, qemu, libslirp, netsurf, mc, libcroco, dconf-base, gcr4, shared-mime-info, AppStream, qt5, libxklavier, polkit-123, grilo, gcr3, libgweather, 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