source: archive/gnome/gnome-js-common.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.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 gnome-js-common-download-http
8 "&gnome-download-http;/gnome-js-common/0.1/gnome-js-common-&gnome-js-common-version;.tar.bz2">
9 <!ENTITY gnome-js-common-download-ftp
10 "&gnome-download-ftp;/gnome-js-common/0.1/gnome-js-common-&gnome-js-common-version;.tar.bz2">
11 <!ENTITY gnome-js-common-md5sum "a4147d24622ab0f1d01e9921a3bf501b">
12 <!ENTITY gnome-js-common-size "277 KB">
13 <!ENTITY gnome-js-common-buildsize "2.2 MB">
14 <!ENTITY gnome-js-common-time "0.1 SBU">
15]>
16
17<sect1 id="gnome-js-common" xreflabel="gnome-js-common-&gnome-js-common-version;">
18 <?dbhtml filename="gnome-js-common.html"?>
19
20
21 <title>gnome-js-common-&gnome-js-common-version;</title>
22
23 <indexterm zone="gnome-js-common">
24 <primary sortas="a-gnome-js-common">gnome-js-common</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME JS Common</title>
29
30 <para>
31 The <application>GNOME JS Common</application> package provides
32 common modules for <application>GNOME</application> JavaScript bindings.
33 </para>
34
35 &lfs72_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-js-common-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-js-common-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-js-common-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-js-common-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-js-common-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-js-common-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME JS Common Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="seed"/> (Note that seed
76 <emphasis>requires</emphasis> GNOME JS Common).
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/gnome-js-common"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of GNOME JS Common</title>
86
87 <para>
88 Install <application>GNOME JS Common</application> by
89 running the following commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 To test the results, issue: <command>make check</command>.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
122 <seg>
123 /usr/lib/gnome-js and
124 /usr/share/doc/gnome_js_common
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.