glfs/gnome/core/gnome-js-common.xml
Krejzi c2065a2fc3 at-spi2-core 2.4.1, at-spi2-atk 2.4.0, pyatspi 2.4.0, pygobject 3.2.0, gnome-video-effects 0.4.0, gnome-js-common modifications
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9968 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-04-21 19:30:47 +00:00

108 lines
3.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-js-common-download-http
"&gnome-download-http;/gnome-js-common/0.1/gnome-js-common-&gnome-js-common-version;.tar.bz2">
<!ENTITY gnome-js-common-download-ftp
"&gnome-download-ftp;/gnome-js-common/0.1/gnome-js-common-&gnome-js-common-version;.tar.bz2">
<!ENTITY gnome-js-common-md5sum "a4147d24622ab0f1d01e9921a3bf501b">
<!ENTITY gnome-js-common-size "277 KB">
<!ENTITY gnome-js-common-buildsize "2.2 MB">
<!ENTITY gnome-js-common-time "0.1 SBU">
]>
<sect1 id="gnome-js-common" xreflabel="gnome-js-common-&gnome-js-common-version;">
<?dbhtml filename="gnome-js-common.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-js-common-&gnome-js-common-version;</title>
<indexterm zone="gnome-js-common">
<primary sortas="a-gnome-js-common">gnome-js-common</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gnome-js-common</title>
<para>The <application>gnome-js-common</application> package provides
common modules for <application>GNOME</application> JavaScript bindings.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-js-common-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-js-common-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-js-common-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-js-common-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-js-common-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-js-common-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gnome-js-common Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="recommended">
<xref linkend="seed"/> (Note that seed
<emphasis>requires</emphasis> gnome-js-common).
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-js-common"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gnome-js-common</title>
<para>Install <application>gnome-js-common</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
/usr/lib/gnome-js and
/usr/share/doc/gnome_js_common
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>