source: gnome/core/seed.xml@ 55a1dbf

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 55a1dbf was 88ed85c, checked in by Krejzi <krejzi@…>, 12 years ago

shared-mime-info 1.0 and seed corrections

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

  • Property mode set to 100644
File size: 4.5 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 seed-download-http "&gnome-download-http;/seed/3.2/seed-&seed-version;.tar.xz">
8 <!ENTITY seed-download-ftp "&gnome-download-ftp;/seed/3.2/seed-&seed-version;.tar.xz">
9 <!ENTITY seed-md5sum "792ac48542019bd14f8d639a9e401c0a">
10 <!ENTITY seed-size "667 KB">
11 <!ENTITY seed-buildsize "16 MB">
12 <!ENTITY seed-time "0.3 SBU">
13]>
14
15<sect1 id="seed" xreflabel="seed-&seed-version;">
16 <?dbhtml filename="seed.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>seed-&seed-version;</title>
24
25 <indexterm zone="seed">
26 <primary sortas="a-seed">seed</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to seed</title>
31
32 <para><application>Seed</application> is a JavaScript interpreter.</para>
33
34 &lfs70_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&seed-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&seed-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &seed-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &seed-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &seed-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &seed-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">seed Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required">
62 <xref linkend="gnome-js-common"/>,
63 <xref linkend="gobject-introspection"/> and
64 <xref linkend="webkitgtk"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="gtk-doc"/>
70 </para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/seed"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of seed</title>
79
80 <para>Install <application>seed</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not have a working testsuite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="../../xincludes/static-libraries.xml"/>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/gtk-doc-rebuild.xml"/>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Library</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 seed
116 </seg>
117 <seg>
118 libseed-gtk3.so
119 </seg>
120 <seg>
121 /usr/include/seed-gtk3, /usr/lib/seed-gtk3, /usr/share/doc/seed,
122 /usr/share/gtk-doc/html/seed and /usr/share/seed-gtk3
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="seed-prog">
133 <term><command>seed</command></term>
134 <listitem>
135 <para>is the command line JavaScript interpreter.</para>
136 <indexterm zone="seed seed-prog">
137 <primary sortas="b-seed">seed</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="libseed-gtk3">
143 <term><filename class='libraryfile'>libseed-gtk3.so</filename></term>
144 <listitem>
145 <para>contains the seed API functions.</para>
146 <indexterm zone="seed libseed-gtk3">
147 <primary sortas="c-libseed-gtk3">libseed-gtk3.so</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.