source: gnome/platform/gjs.xml@ e7c9d5a9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e7c9d5a9 was e7c9d5a9, checked in by DJ Lucas <dj@…>, 7 years ago

Update to gjs-1.48.1. Fixes #9108.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18605 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.48/gjs-&gjs-version;.tar.xz">
8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.48/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-md5sum "8c1e9ab69a8e204af930f3a66ba9deca">
10 <!ENTITY gjs-size "596 KB">
11 <!ENTITY gjs-buildsize "44 MB (with tests)">
12 <!ENTITY gjs-time "0.8 SBU (with tests)">
13]>
14
15<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
16 <?dbhtml filename="gjs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gjs-&gjs-version;</title>
24
25 <indexterm zone="gjs">
26 <primary sortas="a-Gjs">Gjs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gjs</title>
31
32 <para>
33 <application>Gjs</application> is a set of Javascript bindings for
34 <application>GNOME</application>.
35 </para>
36
37 &lfs80_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gjs-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gjs-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gjs-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gjs-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gjs-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gjs-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Gjs Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="cairo"/>,
78 <xref linkend="gobject-introspection"/>, and
79 <xref linkend="js38"/>
80 </para>
81
82 <bridgehead revision="systemd" renderas="sect4">Recommended (required for GNOME)</bridgehead>
83 <para role="recommended" revision="systemd">
84 <xref linkend="gtk3"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>,
90 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and
91 <ulink url="https://sourceware.org/systemtap">Systemtap</ulink>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gjs"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Gjs</title>
101
102 <para>
103 Install <application>Gjs</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 To test the results, issue: <command>make check</command>. The
112 <application>GTK</application> and <application>Cairo</application>
113 tests will fail if not running in an Xorg session.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124<!--
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128
129 <para>
130 <command>sed ...</command>: Disable a failing test.
131 </para>
132
133 Above command no longer needed as of 1.45.4. 20160622 Douglas
134
135 </sect2>
136-->
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 gjs (symlink) and gjs-console
149 </seg>
150 <seg>
151 libgjs.so
152 </seg>
153 <seg>
154 /usr/include/gjs-1.0 and
155 /usr/lib/gjs
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="gjs-console">
166 <term><command>gjs-console</command></term>
167 <listitem>
168 <para>
169 contains a console to run <application>JavaScript</application>
170 commands.
171 </para>
172 <indexterm zone="gjs gjs-console">
173 <primary sortas="b-gjs-console">gjs-console</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libgjs">
179 <term><filename class="libraryfile">libgjs.so</filename></term>
180 <listitem>
181 <para>
182 contains the <application>GNOME</application> JavaScript bindings.
183 </para>
184 <indexterm zone="gjs libgjs">
185 <primary sortas="c-libgjs">libgjs.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.