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-7.8 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libpeas/1.14/libpeas-1.14.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libpeas/1.14/libpeas-1.14.0.tar.xz
Download MD5 sum: 1347653703ba4d50dd746845c35d010a
Download size: 536 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
gobject-introspection-1.44.0 and GTK+-3.16.6
PyGObject-3.16.2 (Python 2 and Python 3 modules)
GDB-7.10, GTK-Doc-1.24, Valgrind-3.10.1, Glade, 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:
./configure --prefix=/usr && make
To test the results, issue: make check 2>&1 | tee ../libpeas-make-check.log. Check the results with egrep '(FAIL|PASS)' ../libpeas-make-check.log. An active graphical session with bus address is necessary to run the tests.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2015-09-27 13:40:33 -0700