source: archive/gnome/seed.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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