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.2 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.24.1, gtksourceview-3.24.6, itstool-2.0.4, and libpeas-1.22.0
Gvfs-1.34.2 (runtime), ISO Codes-3.77, libsoup-2.60.3, and PyGObject-3.26.1 (Python 3 module)
GTK-Doc-1.27, Vala-0.38.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-02-26 15:52:57 -0800