source: kde5/applications/gwenview.xml@ 0f160128

systemd-13485
Last change on this file since 0f160128 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

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

  • Property mode set to 100644
File size: 4.4 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
8<sect1 id="gwenview5" xreflabel="Gwenview-&gwenview5-version;">
9 <?dbhtml filename="gwenview.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy: krejzi $</othername>
13 <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
14 </sect1info>
15
16 <title>Gwenview-&gwenview5-version;</title>
17
18 <indexterm zone="gwenview5">
19 <primary sortas="a-Gwenview">Gwenview</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Gwenview</title>
24
25 <para>
26 The <application>Gwenview</application> package contains an image
27 viewer for the <application>KDE Plasma</application> Desktop.
28 </para>
29
30 &lfs77_checked;
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 Download (HTTP): <ulink url="&gwenview5-download-http;"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 Download (FTP): <ulink url="&gwenview5-download-ftp;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download MD5 sum: &gwenview5-md5sum;
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download size: &gwenview5-size;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Estimated disk space required: &gwenview5-buildsize;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated build time: &gwenview5-time;
62 </para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Gwenview Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="kactivities5"/>,
71 <xref linkend="kdelibs4support"/>,
72 <xref linkend="lcms2"/>,
73 <xref linkend="libjpeg"/> and
74 <xref linkend="libpng"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="baloo5"/>,
80 <xref linkend="exiv2"/> and
81 <xref linkend="libkdcraw5"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="http://quickgit.kde.org/libkipi.git">libkipi</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/gwenview5"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Gwenview</title>
96
97 <para>
98 Install <application>Gwenview</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
106 -DCMAKE_BUILD_TYPE=Release \
107 -DLIB_INSTALL_DIR=lib \
108 -DBUILD_TESTING=OFF \
109 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
110 -Wno-dev .. &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/cmake-release.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/kf5-libdir.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/kf5-tests.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/qt5-plugins-dir.xml"/>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 gwenview
153 </seg>
154 <seg>
155 libgwenviewlib.so
156 </seg>
157 <seg>
158 $KF5_PREFIX/share/doc/HTML/*/gwenview,
159 $KF5_PREFIX/share/gvpart,
160 $KF5_PREFIX/share/gwenview and
161 $KF5_PREFIX/share/kxmlgui5/gwenview
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.