The Amtk package contains a basic GTKUIManager replacement based on GAction.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/amtk/5.6/amtk-5.6.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/amtk/5.6/amtk-5.6.1.tar.xz
Download MD5 sum: 26edf5c301e66a02f0ea7829855807f5
Download size: 60 KB
Estimated disk space required: 3.1 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.20.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/amtk
Install Amtk by running the following commands:
mkdir amtk-build && cd amtk-build && meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-Dgtk_doc=false
: This
switch prevents the build system from generating and installing the
API documentation. Omit this switch if you have GTK-Doc-1.33.2 installed and wish to generate
and install the API documentation.