source: archive/gnome/seed.xml@ 45f56ac

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 45f56ac was 411e760, checked in by Krejzi <krejzi@…>, 11 years ago

Removal of GNOME, part 1.

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

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