source: gnome/platform/gjs.xml@ ee835cc

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 ee835cc was ee835cc, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to libsecret-0.16
More lfs74 tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11748 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<!--
8 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.34/gjs-&gjs-version;.tar.xz">
9 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.34/gjs-&gjs-version;.tar.xz">
10 -->
11 <!ENTITY gjs-download-http "https://people.gnome.org/~walters/gjs-js17-&gjs-version;.tar.bz2">
12 <!ENTITY gjs-download-ftp " ">
13 <!ENTITY gjs-md5sum "d97bdc386ee6ce84d7c69e7fbeed238d">
14 <!ENTITY gjs-size "468 KB">
15 <!ENTITY gjs-buildsize "15 MB">
16 <!ENTITY gjs-time "0.3 SBU">
17]>
18
19<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
20 <?dbhtml filename="gjs.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>Gjs-&gjs-version;</title>
28
29 <indexterm zone="gjs">
30 <primary sortas="a-Gjs">Gjs</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Gjs</title>
35
36 <para>
37 <application>Gjs</application> is a Javascript binding for
38 <application>GNOME</application>.
39 </para>
40
41 &lfs74_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&gjs-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&gjs-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &gjs-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &gjs-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &gjs-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &gjs-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Gjs Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="cairo"/>,
82 <xref linkend="gobject-introspection"/>, and
83 <xref linkend="JS"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gjs"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Gjs</title>
93
94 <para>
95 Install <application>Gjs</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 gjs and gjs-console
125 </seg>
126 <seg>
127 libgjs.so
128 </seg>
129 <seg>
130 /usr/include/gjs-1.0,
131 /usr/lib/gjs,
132 /usr/lib/gjs-1.0 and
133 /usr/share/gjs-1.0
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143<!-- <varlistentry id="gjs-prog">
144 <term><command>gjs</command></term>
145 <listitem>
146 <para>
147 does this .....
148 </para>
149 <indexterm zone="gjs gjs-prog">
150 <primary sortas="b-gjs">gjs</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="gjs-console">
156 <term><command>gjs-console</command></term>
157 <listitem>
158 <para>
159 does this .....
160 </para>
161 <indexterm zone="gjs gjs-console">
162 <primary sortas="b-gjs-console">gjs-console</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libgjs-dbus">
168 <term><filename class="libraryfile">libgjs-dbus.so</filename></term>
169 <listitem>
170 <para>
171 contains functions that .....
172 </para>
173 <indexterm zone="gjs libgjs-dbus">
174 <primary sortas="c-libgjs-dbus">libgjs-dbus.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry> -->
178
179 <varlistentry id="libgjs">
180 <term><filename class="libraryfile">libgjs.so</filename></term>
181 <listitem>
182 <para>
183 contains the <application>GNOME</application> JavaScript bindings.
184 </para>
185 <indexterm zone="gjs libgjs">
186 <primary sortas="c-libgjs">libgjs.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.