source: lxde/apps/gpicview.xml@ f3e940f7

11.0 11.1 11.2 11.3 12.0 12.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 f3e940f7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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