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-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.34/gedit-3.34.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.34/gedit-3.34.1.tar.xz
Download MD5 sum: 4bca1d0a13db186cd84619b4bff42238
Download size: 14 MB
Estimated disk space required: 70 MB (with tests)
Estimated build time: 0.4 SBU (using parallelism=4; with tests)
git-2.25.0, gsettings-desktop-schemas-3.34.0, gspell-1.8.3, gtksourceview4-4.4.0, itstool-2.0.6, and libpeas-1.24.1
Gvfs-1.42.2 (runtime), ISO Codes-4.4, libsoup-2.68.3, and PyGObject-3.34.0 (Python 3 module)
GTK-Doc-1.32, Vala-0.46.6, and zeitgeist
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dbuildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
If you installed the package to your system using a “DESTDIR”
method, /usr/share/glib-2.0/schemas/gschemas.compiled
was not updated/created. Create (or update) the file using the
following command as the root
user:
glib-compile-schemas /usr/share/glib-2.0/schemas
-Ddocumentation=true
: Use this option
to build the reference manual (needs GTK-Doc-1.32).
Last updated on 2020-02-20 06:05:58 -0800