The Gedit package contains a lightweight UTF-8 text editor for the GNOME Desktop.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gedit/3.38/gedit-3.38.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gedit/3.38/gedit-3.38.1.tar.xz
Download MD5 sum: 19dcfd1631256ab85d9394225dddf167
Download size: 6.5 MB
Estimated disk space required: 74 MB (with tests)
Estimated build time: 0.3 SBU (using parallelism=4; with tests)
git-2.30.1, gsettings-desktop-schemas-3.38.0, gspell-1.8.4, gtksourceview4-4.8.0, itstool-2.0.6, libpeas-1.28.0, and tepl-5.0.1
Gvfs-1.46.2 (runtime), ISO Codes-4.5.0, and PyGObject-3.38.0 (Python 3 module)
GTK-Doc-1.33.2, Vala-0.50.3, and zeitgeist
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dbuildtype=release .. && ninja
To test the results, issue: ninja test.
          Now, as the root user:
        
ninja install
          
            If you installed the package to your system using a “DESTDIR”
            method, /usr/share/glib-2.0/schemas/gschemas.compiled
            was not updated/created. Create (or update) the file using the
            following command as the root
            user:
          
glib-compile-schemas /usr/share/glib-2.0/schemas
          -Duser_documentation=false:
          This switch disables generating the user documentation. Omit this
          switch if you have GTK-Doc-1.33.2 installed and wish to
          generate the user documentation.
        
          -Dgtk_doc=true: Use this option to
          build the reference manual (needs GTK-Doc-1.33.2).
        
Last updated on 2021-02-25 11:57:49 -0800