source: gnome/applications/gnome-photos.xml@ 4b8c1828

kde5-14686 systemd-13485
Last change on this file since 4b8c1828 was 4b8c1828, checked in by Christopher Gregory <cjg@…>, 10 years ago

Create new gnome directory via svn move.

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

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