source: gnome/platform/gnome-backgrounds.xml@ 368702e

trunk
Last change on this file since 368702e was 9d48ed3, checked in by Douglas R. Reno <renodr@…>, 3 weeks ago

Update to gnome-backgrounds-46.0

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-backgrounds-download-http
8 "&gnome-download-http;/gnome-backgrounds/&gnome-46;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
9 <!ENTITY gnome-backgrounds-download-ftp " ">
10 <!ENTITY gnome-backgrounds-md5sum "85907535d2ed9d4cc6158bee41c35110">
11 <!ENTITY gnome-backgrounds-size "18 MB">
12 <!ENTITY gnome-backgrounds-buildsize "44 MB">
13 <!ENTITY gnome-backgrounds-time "less than 0.1 SBU">
14]>
15
16<sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;">
17 <?dbhtml filename="gnome-backgrounds.html"?>
18
19
20 <title>gnome-backgrounds-&gnome-backgrounds-version;</title>
21
22 <indexterm zone="gnome-backgrounds">
23 <primary sortas="a-gnome-backgrounds">gnome-backgrounds</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Backgrounds</title>
28
29 <para>
30 The <application>GNOME Backgrounds</application> package contains
31 a collection of graphics files which can be used as backgrounds in the
32 <application>GNOME</application> Desktop environment. Additionally,
33 the package creates the proper framework and directory structure so
34 that you can add your own files to the collection.
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnome-backgrounds-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnome-backgrounds-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnome-backgrounds-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnome-backgrounds-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gnome-backgrounds-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gnome-backgrounds-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of GNOME Backgrounds</title>
77
78 <para>
79 Install <application>GNOME Backgrounds</application> by running the
80 following commands:
81 </para>
82
83<screen><userinput>mkdir build &amp;&amp;
84cd build &amp;&amp;
85
86meson setup --prefix=/usr ..</userinput></screen>
87
88 <para>
89 This package does not come with a test suite.
90 </para>
91
92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
95
96<screen role="root"><userinput>ninja install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directories</segtitle>
107
108 <seglistitem>
109 <seg>
110 None
111 </seg>
112 <seg>
113 None
114 </seg>
115 <seg>
116 /usr/share/backgrounds/gnome and
117 /usr/share/gnome-background-properties
118 </seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry>
128 <term><filename>GNOME Backgrounds</filename></term>
129 <listitem>
130 <para>
131 are background images for the
132 <application>GNOME</application> Desktop
133 </para>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.