UmVirt LFS Package info

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

libpeas

libpeas is a GObject based plugins engine, and is targeted at giving every application the chance to assume its own extensibility.

Package info

Template:
Codename: libpeas
Source file: libpeas-1.36.0.tar.xz
Source file size: 195432
Source file MD5-checkum: b3dd31a79c47af0cbf22f2d6bf52bc7d
Source directory: libpeas-1.36.0
Package URL: https://umvirt.com/linux/downloads/0.2/packages/l/libpeas-1.36.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/l/libpeas-1.36.0.tar.xz.md5sum
Dependances: libxml2, gobject-introspection, gtk3, python3-pygobject.
Dependance of: pluma, eom.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr          \
            --buildtype=release    \
            --wrap-mode=nofallback \
            .. 

Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install