source: gnome/core/gnome-backgrounds.xml@ b7a80c66

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b7a80c66 was d0e0395, checked in by Krejzi <krejzi@…>, 12 years ago

gobject-introspection 1.32.1, yelp and yelp-xsl 3.4.1, gnome-user-docs 3.4.1, gnome-backgrounds 3.4.1 and totem-pl-parser 3.4.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9935 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.0 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/3.4/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
9 <!ENTITY gnome-backgrounds-download-ftp
10 "&gnome-download-ftp;/gnome-backgrounds/3.4/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
11 <!ENTITY gnome-backgrounds-md5sum "6287da4e8794b4b5b42b637e21e7e782">
12 <!ENTITY gnome-backgrounds-size "8.6 MB">
13 <!ENTITY gnome-backgrounds-buildsize "21 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 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-backgrounds-&gnome-backgrounds-version;</title>
26
27 <indexterm zone="gnome-backgrounds">
28 <primary sortas="a-Gnome-backgrounds">Gnome-backgrounds</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-backgrounds</title>
33
34 <para>The <application>gnome-backgrounds</application> package contains
35 a collection of graphics files which can be used as backgrounds in the
36 GNOME desktop environment. Additionally, the package creates the proper
37 framework and directory structure so that you can add your own files to
38 the collection.</para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gnome-backgrounds-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gnome-backgrounds-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gnome-backgrounds-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gnome-backgrounds-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gnome-backgrounds-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gnome-backgrounds-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">gnome-backgrounds Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required">
68 <xref linkend="intltool"/>
69 </para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/gnome-backgrounds"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of gnome-backgrounds</title>
78
79 <para>Install <application>gnome-backgrounds</application> by running the
80 following commands:</para>
81
82<screen><userinput>./configure --prefix=/usr &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93<!-- <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
97 href="../../xincludes/gnome-prefix.xml"/>
98
99 </sect2> -->
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Directory</segtitle>
106
107 <seglistitem>
108 <seg>
109 /usr/share/backgrounds/gnome
110 </seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry>
120 <term><filename>GNOME backgrounds</filename></term>
121 <listitem>
122 <para>are backgrounds for the GNOME desktop.</para>
123 </listitem>
124 </varlistentry>
125
126 </variablelist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.