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-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.10/gedit-3.10.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.10/gedit-3.10.4.tar.xz
Download MD5 sum: 62f9e61297487bcd2ea21ec229e8e284
Download size: 3.0 MB
Estimated disk space required: 100 MB (additional 1 MB for tests)
Estimated build time: 1.0 SBU (additional 1SBU for tests)
gsettings-desktop-schemas-3.10.1, gtksourceview-3.10.2, libpeas-1.9.0, and yelp-xsl-3.10.1
enchant-1.6.0, Gvfs-1.18.3 (runtime), ISO Codes-3.51, libsoup-2.44.2, and PyGObject-3.10.2 (Python 3 module)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
./configure --prefix=/usr && make
To test the results, issue make check from an X terminal emulator.
Now, as the root
user:
make install
--disable-spell
: Use this switch to
disable spell-checking capability. It is required if Enchant is not installed.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--libexecdir=/usr/lib
: This option puts
the package's private programs in /usr/lib/gedit
instead of /usr/libexec/gedit
in accordance with the old
version of the FHS used before LFS-7.5.
Last updated on 2014-03-03 19:06:31 -0800