source: lxde/apps/gpicview.xml@ 6e8b058

krejzi/svn
Last change on this file since 6e8b058 was 18fa498, checked in by Krejzi <krejzi@…>, 10 years ago

Fixes to LXDE section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14781 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 gpicview-download-http "&sourceforge-repo;/lxde/gpicview-&gpicview-version;.tar.gz">
8 <!ENTITY gpicview-download-ftp " ">
9 <!ENTITY gpicview-md5sum "b209e36531f89c48e3067b389699d4c7">
10 <!ENTITY gpicview-size "480 KB">
11 <!ENTITY gpicview-buildsize "6.2 MB">
12 <!ENTITY gpicview-time "0.2 SBU">
13]>
14
15<sect1 id="gpicview" xreflabel="GPicView-&gpicview-version;">
16 <?dbhtml filename="gpicview.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GPicView-&gpicview-version;</title>
24
25 <indexterm zone="gpicview">
26 <primary sortas="a-GPicView">GPicView</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GPicView</title>
31
32 <para>
33 The <application>GPicView</application> package contains a lightweight
34 image viewer.
35 </para>
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gpicview-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gpicview-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gpicview-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gpicview-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gpicview-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gpicview-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">GPicView Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtk2"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/gpicview"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of GPicView</title>
87
88 <para>
89 Install <application>GPicView</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>sed -i 's/Utility;//' gpicview.desktop.in &amp;&amp;
94./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <command>sed -i ...</command>: Fixes menu category for
114 <application>GPicView</application>.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>
129 gpicview
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 /usr/share/gpicview
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gpicview-prog">
146 <term><command>gpicview</command></term>
147 <listitem>
148 <para>
149 is a lightweight image viewer.
150 </para>
151 <indexterm zone="gpicview gpicview-prog">
152 <primary sortas="b-gpicview">gpicview</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.