source: gnome/platform/gjs.xml@ 949e158

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 949e158 was 949e158, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

pygobject-3.12.1, glib-networking-2.40.1, gjs-1.40.1, gtksourceview-3.12.1 and gedit-3.12.1.

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

  • Property mode set to 100644
File size: 4.7 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.40/gjs-&gjs-version;.tar.xz">
8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.40/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-md5sum "150580858bc40d0dbc9df43741eb2ad3">
10 <!ENTITY gjs-size "440 KB">
11 <!ENTITY gjs-buildsize "24 MB (additional 1 MB for the tests)">
12 <!ENTITY gjs-time "0.3 SBU (additional 0.1 SBU for the 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 Javascript binding for
34 <application>GNOME</application>.
35 </para>
36
37 &lfs75_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="JS2"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gjs"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Gjs</title>
89
90 <para>
91 Install <application>Gjs</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make -k check</command>.
100 Testsuite fails, for unknown reasons.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><option>--libexecdir=/usr/lib</option>: This option
115 will put the package's private programs into
116 <filename class="directory">/usr/lib/gjs</filename> instead of
117 <filename class="directory">/usr/libexec/gjs</filename> in
118 accordance with the old version of the FHS used before LFS-7.5..</para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 gjs (symlink) and gjs-console
133 </seg>
134 <seg>
135 libgjs.so
136 </seg>
137 <seg>
138 /usr/include/gjs-1.0,
139 /usr/lib/gjs, and
140 /usr/libexec/gjs
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150<!-- <varlistentry id="gjs-console">
151 <term><command>gjs-console</command></term>
152 <listitem>
153 <para>
154 does this .....
155 </para>
156 <indexterm zone="gjs gjs-console">
157 <primary sortas="b-gjs-console">gjs-console</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry> -->
161
162 <varlistentry id="libgjs">
163 <term><filename class="libraryfile">libgjs.so</filename></term>
164 <listitem>
165 <para>
166 contains the <application>GNOME</application> JavaScript bindings.
167 </para>
168 <indexterm zone="gjs libgjs">
169 <primary sortas="c-libgjs">libgjs.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.