source: gnome/core/gjs.xml@ 7ded7e3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 7ded7e3 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • 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.32/gjs-&gjs-version;.tar.xz">
8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.32/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-md5sum "a77fe0edb6f681434d8360c62e471abf">
10 <!ENTITY gjs-size "456 KB">
11 <!ENTITY gjs-buildsize "15 MB">
12 <!ENTITY gjs-time "0.4 SBU">
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 &lfs70_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="dbus-glib"/>,
79 <xref linkend="gobject-introspection"/> and
80 <xref linkend="SpiderMonkey"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/gjs"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Gjs</title>
90
91 <para>
92 Install <application>Gjs</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make check</command>.
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="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 gjs and gjs-console
122 </seg>
123 <seg>
124 libgjs-dbus.so, libgjs-gdbus.so and libgjs.so
125 </seg>
126 <seg>
127 /usr/include/gjs-1.0,
128 /usr/lib/gjs-1.0 and
129 /usr/share/gjs-1.0
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139<!-- <varlistentry id="gjs-prog">
140 <term><command>gjs</command></term>
141 <listitem>
142 <para>
143 does this .....
144 </para>
145 <indexterm zone="gjs gjs-prog">
146 <primary sortas="b-gjs">gjs</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="gjs-console">
152 <term><command>gjs-console</command></term>
153 <listitem>
154 <para>
155 does this .....
156 </para>
157 <indexterm zone="gjs gjs-console">
158 <primary sortas="b-gjs-console">gjs-console</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="libgjs-dbus">
164 <term><filename class='libraryfile'>libgjs-dbus.so</filename></term>
165 <listitem>
166 <para>
167 contains functions that .....
168 </para>
169 <indexterm zone="gjs libgjs-dbus">
170 <primary sortas="c-libgjs-dbus">libgjs-dbus.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="libgjs-gdbus">
176 <term><filename class='libraryfile'>libgjs-gdbus.so</filename></term>
177 <listitem>
178 <para>
179 contains functions that .....
180 </para>
181 <indexterm zone="gjs libgjs-gdbus">
182 <primary sortas="c-libgjs-gdbus">libgjs-gdbus.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry> -->
186
187 <varlistentry id="libgjs">
188 <term><filename class='libraryfile'>libgjs.so</filename></term>
189 <listitem>
190 <para>
191 contains the JavaScript bindings for GObject.
192 </para>
193 <indexterm zone="gjs libgjs">
194 <primary sortas="c-libgjs">libgjs.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.