source: gnome/platform/gjs.xml@ f2457995

systemd-13485
Last change on this file since f2457995 was f2457995, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Updated to yelp-xsl-3.18.1
Updated to VTE-0.42.3
Updated to totem-pl-parser-3.10.6
Updated to gnome-keyring-3.18.3
Updated to libsecret-0.18.3
Updated to gjs-1.45.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16913 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 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.45/gjs-&gjs-version;.tar.xz">
8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.45/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-md5sum "b577c0fc65a132bfb1f36b82129bfd3f">
10 <!ENTITY gjs-size "480 KB">
11 <!ENTITY gjs-buildsize "32 MB (with tests)">
12 <!ENTITY gjs-time "0.6 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 Javascript binding for
34 <application>GNOME</application>.
35 </para>
36
37 &lfs78_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 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gtk3"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <ulink url="https://sourceware.org/systemtap/">Systemtap</ulink>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gjs"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Gjs</title>
99
100 <para>
101 Install <application>Gjs</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>.
110 The tests require a running graphical session.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 gjs and gjs-console
132 </seg>
133 <seg>
134 libgjs.so
135 </seg>
136 <seg>
137 /usr/include/gjs-1.0,
138 /usr/lib/gjs, and
139 /usr/libexec/gjs
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149<!-- <varlistentry id="gjs-console">
150 <term><command>gjs-console</command></term>
151 <listitem>
152 <para>
153 does this .....
154 </para>
155 <indexterm zone="gjs gjs-console">
156 <primary sortas="b-gjs-console">gjs-console</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry> -->
160
161 <varlistentry id="libgjs">
162 <term><filename class="libraryfile">libgjs.so</filename></term>
163 <listitem>
164 <para>
165 contains the <application>GNOME</application> JavaScript bindings.
166 </para>
167 <indexterm zone="gjs libgjs">
168 <primary sortas="c-libgjs">libgjs.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.