source: gnome/core/gnome-js-common.xml@ 5e5a8d5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e5a8d5 was 0d7900a, checked in by Randy McMurchy <randy@…>, 12 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

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