libpeas is a GObject based plugins engine, and is targeted at giving every application the chance to assume its own extensibility.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libpeas/1.24/libpeas-1.24.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libpeas/1.24/libpeas-1.24.1.tar.xz
Download MD5 sum: bbecf334a7333d0a5d4d655ba38be9b4
Download size: 184 KB
Estimated disk space required: 9.8 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
gobject-introspection-1.62.0 and GTK+-3.24.13
libxml2-2.9.10 and PyGObject-3.34.0
GTK-Doc-1.32, Glade, embed, LGI (for LUA bindings, built with LUA-5.1), with either luajit or LUA-5.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libpeas
Install libpeas by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test. An active graphical session with bus address is necessary to run the tests.
Now, as the root
user:
ninja install
-Dvapi=true
: Add this switch if you
wish to generate vapi (vala) data.
-Ddemos=false
: Add this switch if you
do not wish to build the demo programs.
-Dgtk-doc=true
: Add this switch if wish
to build the reference manual.
Last updated on 2020-02-25 20:51:27 -0800