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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.22/gedit-3.22.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.22/gedit-3.22.0.tar.xz
Download MD5 sum: 2f41105c5a87a5b4e4a82934cf7e01b7
Download size: 2.8 MB
Estimated disk space required: 93 MB
Estimated build time: 0.9 SBU
gsettings-desktop-schemas-3.22.0, gtksourceview-3.22.2, itstool-2.0.2, and libpeas-1.20.0
Gvfs-1.30.3 (runtime), ISO Codes-3.74, libsoup-2.56.0, and PyGObject-3.22.0 (Python 3 module)
GTK-Doc-1.25, Vala-0.34.4, 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 2017-02-21 11:59:18 -0800