source: gnome/platform/gnome-backgrounds.xml

trunk
Last change on this file was 33a303b, checked in by Douglas R. Reno <renodr@…>, 2 weeks ago

gnome-backgrounds: Add a runtime dependency on libjxl.

The backgrounds are now all in JPEG XL format, which is why we needed to
add this package to the book originally.

  • Property mode set to 100644
File size: 4.1 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 <bridgehead renderas="sect3">GNOME Backgrounds Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required at runtime</bridgehead>
76 <para role="required">
77 <xref role="runtime" linkend="libjxl"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of GNOME Backgrounds</title>
84
85 <para>
86 Install <application>GNOME Backgrounds</application> by running the
87 following commands:
88 </para>
89
90<screen><userinput>mkdir build &amp;&amp;
91cd build &amp;&amp;
92
93meson setup --prefix=/usr ..</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>ninja install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
122 <seg>
123 /usr/share/backgrounds/gnome and
124 /usr/share/gnome-background-properties
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry>
135 <term><filename>GNOME Backgrounds</filename></term>
136 <listitem>
137 <para>
138 are background images for the
139 <application>GNOME</application> Desktop
140 </para>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.