The libgedit-amtk package contains a basic GTKUIManager replacement based on GAction.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://gedit-technology.net/tarballs/libgedit-amtk/libgedit-amtk-5.8.0.tar.xz
Download MD5 sum: 1b2ad96c189dd1749b6526c6026e0618
Download size: 60 KB
Estimated disk space required: 2.6 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.34.0 (for documentation) and Valgrind-3.23.0
Install libgedit-amtk by running the following commands:
mkdir amtk-build &&
cd    amtk-build &&
meson setup ..              \
      --prefix=/usr         \
      --buildtype=release   \
      -D gtk_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.
        
          -D gtk_doc=false: This
          switch prevents the build system from generating and installing the
          API documentation. Omit this switch if you have GTK-Doc-1.34.0 installed and wish to generate
          and install the API documentation.