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-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/libpeas/1.28/libpeas-1.28.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libpeas/1.28/libpeas-1.28.0.tar.xz
Download MD5 sum: 62a5d01e9561f8fafca68e2863640735
Download size: 188 KB
Estimated disk space required: 12 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
gobject-introspection-1.66.1 and GTK+-3.24.25
libxml2-2.9.10 and PyGObject-3.38.0
GTK-Doc-1.33.2, 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
First, adapt the tests to changes in meson-0.55:
sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build
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 2021-02-24 18:50:56 -0800