source: archive/gnome/sushi.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.6 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 sushi-download-http "&gnome-download-http;/sushi/0.4/sushi-&sushi-version;.tar.xz">
8 <!ENTITY sushi-download-ftp "&gnome-download-ftp;/sushi/0.4/sushi-&sushi-version;.tar.xz">
9 <!ENTITY sushi-md5sum "b5021f3120f6452c41ee1d1d660e46f9">
10 <!ENTITY sushi-size "292 KB">
11 <!ENTITY sushi-buildsize "5.5 MB">
12 <!ENTITY sushi-time "0.3 SBU">
13]>
14
15<sect1 id="sushi" xreflabel="Sushi-&sushi-version;">
16 <?dbhtml filename="sushi.html"?>
17
18
19 <title>Sushi-&sushi-version;</title>
20
21 <indexterm zone="sushi">
22 <primary sortas="a-Sushi">Sushi</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Sushi</title>
27
28 <para>
29 The <application>Sushi</application> package contains a quick file previewer
30 for <application>Nautilus</application>.
31 </para>
32
33 &lfs70_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&sushi-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&sushi-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &sushi-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &sushi-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &sushi-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &sushi-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Sushi Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="clutter-gtk"/>,
74 <xref linkend="clutter-gst"/>,
75 <xref linkend="evince"/>,
76 <xref linkend="gjs"/>,
77 <xref linkend="gtksourceview"/> and
78 <xref linkend="libmusicbrainz3"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/sushi"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Sushi</title>
88
89 <para>
90 Install <application>Sushi</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --libexecdir=/usr/lib/sushi &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para>
114 <parameter>--libexecdir=/usr/lib/sushi</parameter>: This parameter
115 ensures <filename>sushi-start</filename> is installed in a FHS-compliant
116 location.
117 </para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 sushi
132 </seg>
133 <seg>
134 libsushi-1.0.so
135 </seg>
136 <seg>
137 /usr/lib/sushi and
138 /usr/share/sushi
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="sushi-prog">
149 <term><command>sushi</command></term>
150 <listitem>
151 <para>
152 is a graphical file viewer.
153 </para>
154 <indexterm zone="sushi sushi-prog">
155 <primary sortas="b-sushi-prog">sushi</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libsushi-1">
161 <term><filename class='libraryfile'>libsushi-1.0.so</filename></term>
162 <listitem>
163 <para>
164 contains the <application>Sushi</application> API functions.
165 </para>
166 <indexterm zone="sushi libsushi-1">
167 <primary sortas="c-libsushi-1">libsushi-1.0.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.