Gjs-1.84.2

Introduction to Gjs

Gjs is a set of Javascript bindings for GNOME.

This package is known to build and work properly using an LFS 12.4 platform.

Package Information

Additional Downloads

Gjs Dependencies

Required

Cairo-1.18.4, dbus-1.16.2, GLib-2.84.4 (with GObject Introspection), and SpiderMonkey from Firefox-140.2.0

Recommended (required for GNOME)

Optional

Valgrind-3.25.1 (for tests), DTrace, LCOV, sysprof, and Systemtap

Installation of Gjs

Apply a patch to allow building this package with SpiderMonkey 140:

patch -Np1 -i ../gjs-1.84.2-spidermonkey_140-1.patch

Install Gjs by running the following commands:

mkdir gjs-build &&
cd    gjs-build &&

meson setup --prefix=/usr          \
            --buildtype=release    \
            --wrap-mode=nofallback \
            ..                     &&
ninja

To test the results, issue: ninja test in a graphical session.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

--wrap-mode=nofallback: This switch prevents meson from using subproject fallbacks for any dependency declarations in the build files, preventing it from downloading any optional dependencies which are not installed on the system.

-D profiler=disabled: prevents building the profiler backend even if sysprof is installed.

Contents

Installed Programs: gjs (symlink) and gjs-console
Installed Library: libgjs.so
Installed Directories: /usr/include/gjs-1.0, /usr/lib/gjs, /usr/libexec/installed-tests/gjs, /usr/share/gjs-1.0, and /usr/share/installed-tests/gjs

Short Descriptions

gjs-console

contains a console to run JavaScript commands

libgjs.so

contains the GNOME JavaScript bindings