source: xfce/apps/ristretto.xml@ b474dfa

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b474dfa was 412656a, checked in by Tim Tassonis <stuff@…>, 15 months ago

Update to xfce4-panel-4.18.2.
Update to ristretto-0.13.0.

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