source: archive/gnome/gnome-backgrounds.xml@ 48b59802

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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.3 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.6/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
9 <!ENTITY gnome-backgrounds-download-ftp
10 "&gnome-download-ftp;/gnome-backgrounds/3.6/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
11 <!ENTITY gnome-backgrounds-md5sum "d057da50157451c1875e37e7654a0212">
12 <!ENTITY gnome-backgrounds-size "9.7 MB">
13 <!ENTITY gnome-backgrounds-buildsize "23 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 &lfs72_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 <bridgehead renderas="sect3">GNOME Backgrounds Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="intltool"/>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/gnome-backgrounds"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of GNOME Backgrounds</title>
91
92 <para>
93 Install <application>GNOME Backgrounds</application> by running the
94 following commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 /usr/share/backgrounds/gnome and
129 /usr/share/gnome-background-properties
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry>
140 <term><filename>GNOME Backgrounds</filename></term>
141 <listitem>
142 <para>
143 are background images for the
144 <application>GNOME</application> Desktop.
145 </para>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.