The keybinder package contains a utility library registering global X keyboard shortcuts.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://github.com/kupferlauncher/keybinder/releases/download/v0.3.1/keybinder-0.3.1.tar.gz
Download MD5 sum: a6d7caae0dcb040b08692b008a68a507
Download size: 384 KB
Estimated disk space required: 2.8 MB
Estimated build time: less than 0.1 SBU
gobject-introspection-1.74.0 and PyGTK-2.24.0
GTK-Doc-1.33.2 and Lua-5.4.4 (currently broken because an older lua version is required)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/keybinder
Install keybinder by running the following commands:
./configure --prefix=/usr --disable-lua && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-lua
: Use this
switch to disable Lua-5.4.4 bindings (currently broken, because older
lua version is required).
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.