UmVirt LFS Package info
DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
glib-gobject
The GLib package contains low-level libraries useful for providing data structure handling for C, portability wrappers and interfaces for runtime functionality such as an event loop, threads, dynamic loading and an object system.Package info
Template:
Codename: glib-gobject
Source file: glib-2.82.5.tar.xz
Source file size: 5554704
Source file MD5-checkum: 87c7641e80b23a05b8ab506d52c970e3
Source directory: glib-2.82.5
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/glib-2.82.5.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/glib-2.82.5.tar.xz.md5sum
Dependances: gobject-introspection.
Dependance of: harfbuzz, gsettings-desktop-schemas, python2-pygobject, python3-pygobject, libaccounts-glib, brasero, hyprland.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D introspection=enabled \
-D glib_debug=disabled \
-D man-pages=enabled \
-D sysprof=disabled
Build script:
cd build
ninja
Install script:
cd build
ninja install
Arch specific instructions
lib32_amd64
Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
mkdir build &&
cd build &&
CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D introspection=enabled \
-D man-pages=enabled
Build script:
cd build
ninja
Install script:
cd build
ninja install