source: gnome/platform/gjs.xml@ 5c9d6e2c

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 5c9d6e2c was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.4 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.74/gjs-&gjs-version;.tar.xz">
8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.74/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-md5sum "f82d0acac0c750ce5298a2d4789af401">
10 <!ENTITY gjs-size "624 KB">
11 <!ENTITY gjs-buildsize "239 MB (with tests)">
12 <!ENTITY gjs-time "1.1 SBU (with tests)">
13]>
14
15<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
16 <?dbhtml filename="gjs.html"?>
17
18
19 <title>Gjs-&gjs-version;</title>
20
21 <indexterm zone="gjs">
22 <primary sortas="a-Gjs">Gjs</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gjs</title>
27
28 <para>
29 <application>Gjs</application> is a set of Javascript bindings for
30 <application>GNOME</application>.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&gjs-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gjs-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gjs-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gjs-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gjs-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gjs-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Gjs Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cairo"/>,
74 <xref linkend="dbus"/>,
75 <xref linkend="gobject-introspection"/>, and
76 <xref linkend="js102"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended (required for GNOME)</bridgehead>
80 <para role="recommended">
81 <xref linkend="gtk3"/> and
82 <xref linkend="gtk4"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="sysprof"/>,
88 <xref linkend="valgrind"/> (for tests),
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>mkdir gjs-build &amp;&amp;
108cd gjs-build &amp;&amp;
109
110meson --prefix=/usr --buildtype=release .. &amp;&amp;
111ninja</userinput></screen>
112
113 <para>
114 To test the results, issue: <command>ninja test</command>. The
115 <application>GTK</application> and <application>Cairo</application>
116 tests will fail if not running in an Xorg session.
117 <!-- https://github.com/mesonbuild/meson/issues/10577 --> Four tests
118 are known to timeout.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install &amp;&amp;</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/meson-buildtype-release.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 gjs (symlink) and gjs-console
148 </seg>
149 <seg>
150 libgjs.so
151 </seg>
152 <seg>
153 /usr/include/gjs-1.0,
154 /usr/lib/gjs,
155 /usr/libexec/installed-tests/gjs,
156 /usr/share/gjs-1.0, and
157 /usr/share/installed-tests/gjs
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="gjs-console">
168 <term><command>gjs-console</command></term>
169 <listitem>
170 <para>
171 contains a console to run <application>JavaScript</application>
172 commands
173 </para>
174 <indexterm zone="gjs gjs-console">
175 <primary sortas="b-gjs-console">gjs-console</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libgjs">
181 <term><filename class="libraryfile">libgjs.so</filename></term>
182 <listitem>
183 <para>
184 contains the <application>GNOME</application> JavaScript bindings
185 </para>
186 <indexterm zone="gjs libgjs">
187 <primary sortas="c-libgjs">libgjs.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.