source: gnome/core/gnome-backgrounds.xml@ 7539d8f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7539d8f7 was a6bee1f, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to GNOME-2.14.2. All version entities have been updated with the core package updates being complete. The 'Additional' packages will be updated in upcoming commits

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

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-backgrounds-download-http "&gnome-download-http;/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
8 <!ENTITY gnome-backgrounds-download-ftp "&gnome-download-ftp;/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
9 <!ENTITY gnome-backgrounds-md5sum "10480df7c2e5a08c920c5b0a2ff4f161">
10 <!ENTITY gnome-backgrounds-size "1.1 MB">
11 <!ENTITY gnome-backgrounds-buildsize "4.3 MB">
12 <!ENTITY gnome-backgrounds-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;">
16 <?dbhtml filename="gnome-backgrounds.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-backgrounds-&gnome-backgrounds-version;</title>
24
25 <indexterm zone="gnome-backgrounds">
26 <primary sortas="a-Gnome-backgrounds">Gnome-backgrounds</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-backgrounds</title>
31
32 <para>The <application>gnome-backgrounds</application> package contains
33 a set of backgrounds used in the <application>GNOME</application>
34 desktop.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnome-backgrounds-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnome-backgrounds-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnome-backgrounds-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnome-backgrounds-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnome-backgrounds-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnome-backgrounds-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">gnome-backgrounds Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="perl-xml-parser"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="intltool"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/gnome-backgrounds"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of gnome-backgrounds</title>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="../without-gnome.xml"/>
76
77 <para>Install <application>gnome-backgrounds</application> by running the
78 following commands:</para>
79
80<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directories</segtitle>
98
99 <seglistitem>
100 <seg>None</seg>
101 <seg>None</seg>
102 <seg>$GNOME_PREFIX/share/{gnome-background-properties,
103 pixmaps/backgrounds}</seg>
104 </seglistitem>
105 </segmentedlist>
106
107 <variablelist>
108 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
109 <?dbfo list-presentation="list"?>
110 <?dbhtml list-presentation="table"?>
111
112 <varlistentry>
113 <term><filename>GNOME backgrounds</filename></term>
114 <listitem>
115 <para>are backgrounds for the GNOME desktop.</para>
116 </listitem>
117 </varlistentry>
118
119 </variablelist>
120
121 </sect2>
122
123</sect1>
Note: See TracBrowser for help on using the repository browser.