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.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.12/gedit-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.12/gedit-3.12.2.tar.xz
Download MD5 sum: a23644771605c4226059d0b92faf70d2
Download size: 2.8 MB
Estimated disk space required: 87 MB (additional less than 1 MB for tests)
Estimated build time: 1.1 SBU (additional 0.1 SBU for tests)
gsettings-desktop-schemas-3.12.2, gtksourceview-3.12.3, libpeas-1.10.1, and yelp-xsl-3.12.0
enchant-1.6.0, Gvfs-1.20.3 (runtime), ISO Codes-3.56, libsoup-2.46.0, and PyGObject-3.12.2 (Python 3 module)
GTK-Doc-1.20, Vala-0.24.0, and zeitgeist
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
./configure --prefix=/usr && 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 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-09-19 13:13:19 -0700