The Tepl package contains a library that eases the development of GtkSourceView-based text editors and IDEs.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/tepl/6.4/tepl-6.4.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/tepl/6.4/tepl-6.4.0.tar.xz
Download MD5 sum: 3554454f0b74b5f5584011c46fd35396
Download size: 164 KB
Estimated disk space required: 14 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
amtk-5.6.1, gtksourceview4-4.8.4, ICU-72.1, and uchardet-0.0.8
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.20.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/tepl
Install Tepl by running the following commands:
mkdir tepl-build &&
cd    tepl-build &&
meson setup --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: Disables
          building the API documentation. Remove if you have GTK-Doc-1.33.2 installed and wish to build the
          API documentation.