source: xfce/apps/ristretto.xml@ 0891321

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 0891321 was 0891321, checked in by Pierre Labastie <pieere@…>, 5 years ago

Tag xfce and deps

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

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[a14e9fc]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 ristretto-download-http
[71fcd95e]8 "http://archive.xfce.org/src/apps/ristretto/0.8/ristretto-&ristretto-version;.tar.bz2">
[a14e9fc]9 <!ENTITY ristretto-download-ftp " ">
[ca6af403]10 <!ENTITY ristretto-md5sum "5866b4e11c32a38f72bc737239102544">
11 <!ENTITY ristretto-size "552 KB">
12 <!ENTITY ristretto-buildsize "9.3 MB">
[71fcd95e]13 <!ENTITY ristretto-time "0.1 SBU">
[a14e9fc]14]>
15
16<sect1 id="ristretto" xreflabel="Ristretto-&ristretto-version;">
17 <?dbhtml filename="ristretto.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Ristretto-&ristretto-version;</title>
25
26 <indexterm zone="ristretto">
27 <primary sortas="a-Ristretto">Ristretto</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Ristretto</title>
32
33 <para>
34 <application>Ristretto</application> is a fast and lightweight
35 image viewer for the <application>Xfce</application> desktop.
36 </para>
37
[0891321]38 &lfs84_checked;
[a14e9fc]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&ristretto-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&ristretto-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &ristretto-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &ristretto-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &ristretto-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &ristretto-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Ristretto Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libexif"/> and
79 <xref linkend="libxfce4ui"/>
80 </para>
81
[88136e4d]82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
[eb6a287]84 <xref role="runtime" linkend="tumbler"/> (runtime)
[88136e4d]85 </para>
86
[a14e9fc]87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/ristretto"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Ristretto</title>
94
95 <para>
96 Install <application>Ristretto</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 test suite.
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 Program</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 ristretto
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 None
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="ristretto-prog">
142 <term><command>ristretto</command></term>
143 <listitem>
144 <para>
145 is a fast and lightweight image viewer.
146 </para>
147 <indexterm zone="ristretto ristretto-prog">
148 <primary sortas="b-ristretto">ristretto</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.