UmVirt LFS Package info

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

gobject-introspection

The GObject Introspection is used to describe the program APIs and collect them in a uniform, machine readable format.

Package info

Template:
Codename: gobject-introspection
Source file: gobject-introspection-1.56.1.tar.xz
Source file size: 1397812
Source file MD5-checkum: 62e5f5685b8d9752fdeaf17c057d53d1
Source directory: gobject-introspection-1.56.1
Package URL: https://umvirt.com/linux/downloads/0.1/packages/g/gobject-introspection-1.56.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/g/gobject-introspection-1.56.1.tar.xz.md5sum
Dependances: glib, which.
Dependance of: libnotify, udisks, atk, clutter, gnome-bluetooth, clutter-gtk, libgusb, librsvg-broken, libgweather, upower, python2-pygobject3, keybinder, python3-pygobject3, libunique, geocode-glib, libpeas, gtksourceview, gjs, libwnck3, folks, network-manager-applet, gfbgraph, accountsservice, telepathy-glib, ModemManager, libblockdev, cogl, polkit, pango, colord, gmime3, libgee, totem-pl-parser, vte, gConf, json-glib, libmypaint, evolution-data-server, NetworkManager, gnome-menus, gstreamer, libgudev, libgtop, gnome-desktop, libxklavier, gdk-pixbuf.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr    \
            $ARG_STATIC \
            --with-python=/usr/bin/python3

Build script:
make

Install script:
make install