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-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.32/gedit-3.32.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.32/gedit-3.32.2.tar.xz
Download MD5 sum: 0949455cbcf233ae87279defd14c8a13
Download size: 14 MB
Estimated disk space required: 70 MB (with tests)
Estimated build time: 0.4 SBU (using parallelism=4; with tests)
git-2.23.0, gsettings-desktop-schemas-3.32.0, gspell-1.8.1, gtksourceview4-4.2.0, itstool-2.0.6, and libpeas-1.22.0
Gvfs-1.40.2 (runtime), ISO Codes-4.3, libsoup-2.66.2, and PyGObject-3.32.2 (Python 3 module)
GTK-Doc-1.32, Vala-0.44.7, 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 && glib-compile-schemas /usr/share/glib-2.0/schemas
-Ddocumentation=true
: Use
this option to build the reference manual.
Last updated on 2019-08-22 17:29:06 -0700