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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.22/gedit-3.22.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.22/gedit-3.22.1.tar.xz
Download MD5 sum: b3ee39faa2f905c83cb158a9b4d3fb44
Download size: 2.8 MB
Estimated disk space required: 71 MB
Estimated build time: 0.8 SBU
gsettings-desktop-schemas-3.28.0, gtksourceview-3.24.8, itstool-2.0.4, and libpeas-1.22.0
Gvfs-1.36.2 (runtime), ISO Codes-3.79, libsoup-2.62.3, and PyGObject-3.28.3 (Python 3 module)
GTK-Doc-1.28, Vala-0.40.8, gspell, and zeitgeist
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
./configure --prefix=/usr --disable-spell && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-spell
: Use this
switch to disable spell-checking capability. It is required if
gspell is not installed.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-24 09:22:14 -0700