source: gnome/core/gjs.xml@ 6ab28d9

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 6ab28d9 was 3adee47, checked in by Krejzi <krejzi@…>, 12 years ago

gjs 1.32.0, libpeas 1.4.0, gnome-bluetooth 3.4.0, gnome-menus 3.4.0, gnome-panel 3.4.1, metacity 2.34.3 and gdl 3.4.2

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

  • Property mode set to 100644
File size: 5.1 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><application>Gjs</application> is a Javascript binding for
33 <application>GNOME</application>.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gjs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gjs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gjs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gjs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gjs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gjs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gjs Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="cairo"/>,
64 <xref linkend="dbus-glib"/>,
65 <xref linkend="gobject-introspection"/> and
66 <xref linkend="SpiderMonkey"/>
67 </para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gjs"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of gjs</title>
76
77 <para>Install <application>gjs</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directories</segtitle>
98
99 <seglistitem>
100 <seg>
101 gjs and gjs-console
102 </seg>
103 <seg>
104 libgjs-dbus.so, libgjs-gdbus.so and libgjs.so
105 </seg>
106 <seg>
107 /usr/include/gjs-1.0, /usr/lib/gjs-1.0 and
108 /usr/share/gjs-1.0
109 </seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118<!-- <varlistentry id="gjs-prog">
119 <term><command>gjs</command></term>
120 <listitem>
121 <para>does this .....</para>
122 <indexterm zone="gjs gjs-prog">
123 <primary sortas="b-gjs">gjs</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry id="gjs-console">
129 <term><command>gjs-console</command></term>
130 <listitem>
131 <para>does this .....</para>
132 <indexterm zone="gjs gjs-console">
133 <primary sortas="b-gjs-console">gjs-console</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="libgjs-dbus">
139 <term><filename class='libraryfile'>libgjs-dbus.so</filename></term>
140 <listitem>
141 <para>contains functions that .....</para>
142 <indexterm zone="gjs libgjs-dbus">
143 <primary sortas="c-libgjs-dbus">libgjs-dbus.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libgjs-gdbus">
149 <term><filename class='libraryfile'>libgjs-gdbus.so</filename></term>
150 <listitem>
151 <para>contains functions that .....</para>
152 <indexterm zone="gjs libgjs-gdbus">
153 <primary sortas="c-libgjs-gdbus">libgjs-gdbus.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry> -->
157
158 <varlistentry id="libgjs">
159 <term><filename class='libraryfile'>libgjs.so</filename></term>
160 <listitem>
161 <para>contains the JavaScript bindings for GObject.</para>
162 <indexterm zone="gjs libgjs">
163 <primary sortas="c-libgjs">libgjs.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.