The libhandy package provides additional GTK UI widgets for use in developing user interfaces.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2
Download MD5 sum: 932ba6e80908c7579fa0392d6e0d0ceb
Download size: 388 KB
Estimated disk space required: 16 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
GTK-Doc-1.32 and Glade
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libhandy
Install libhandy by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test. The tests must be run from a graphical session.
Now, as the root
user:
ninja install
-Dgtk_doc=true
: Use this option if you
have GTK-Doc-1.32 installed and wish to install the
documentation.
Last updated on 2020-08-21 04:11:43 -0700