source: gnome/platform/gnome-backgrounds.xml@ e849d191

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 e849d191 was 98c3ae8, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to exo-4.16.2
Update to xfce4-settings-4.16.1
Update to gnome-session-40.1.1
Update to gnome-backgrounds-40.1

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