source: gnome-systemd/applications/sushi.xml@ d440d53

systemd-11177
Last change on this file since d440d53 was d440d53, checked in by Krejzi <krejzi@…>, 10 years ago

Modifications to nautilus-sendto and sushi.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13755 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.0 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/&gnome-minor;/sushi-&sushi-version;.tar.xz">
8 <!ENTITY sushi-download-ftp "&gnome-download-ftp;/sushi/&gnome-minor;/sushi-&sushi-version;.tar.xz">
9 <!ENTITY sushi-md5sum "97bb127c9a66dfc38d72ba6c9f04d33f">
10 <!ENTITY sushi-size "276 KB">
11 <!ENTITY sushi-buildsize "5.6 MB">
12 <!ENTITY sushi-time "0.1 SBU">
13]>
14
15<sect1 id="sushi" xreflabel="Sushi-&sushi-version;">
16 <?dbhtml filename="sushi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Sushi-&sushi-version;</title>
24
25 <indexterm zone="sushi">
26 <primary sortas="a-Sushi">Sushi</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Sushi</title>
31
32 <para>
33 The <application>Sushi</application> package contains a quick file
34 previewer for <application>Nautilus</application>.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&sushi-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&sushi-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &sushi-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &sushi-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &sushi-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &sushi-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Sushi Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="clutter-gst2"/>,
78 <xref linkend="clutter-gtk"/>,
79 <xref linkend="evince"/>,
80 <xref linkend="gjs"/>,
81 <xref linkend="gst10-plugins-base"/>,
82 <xref linkend="gtksourceview"/>,
83 <xref linkend="libmusicbrainz5"/>, and
84 <xref linkend="webkitgtk2"/>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/sushi"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Sushi</title>
94
95 <para>
96 Install <application>Sushi</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a testsuite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 sushi
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/lib/sushi and
132 /usr/share/sushi
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="sushi-prog">
143 <term><command>sushi</command></term>
144 <listitem>
145 <para>
146 is a graphical file viewer.
147 </para>
148 <indexterm zone="sushi sushi-prog">
149 <primary sortas="b-sushi-prog">sushi</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.