source: gnome/core/gnome-backgrounds.xml@ 88f573f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 88f573f was 3e417b7, checked in by Randy McMurchy <randy@…>, 19 years ago

Add new package gnome-backgrounds.xml

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

  • Property mode set to 100644
File size: 3.4 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 "http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
8<!ENTITY gnome-backgrounds-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
9<!ENTITY gnome-backgrounds-md5sum "2a4ec2862c6a1a2bf3ad330c830edae4">
10<!ENTITY gnome-backgrounds-size "2.2 MB">
11<!ENTITY gnome-backgrounds-buildsize "5.9 MB">
12<!ENTITY gnome-backgrounds-time "less then 0.1 SBU">
13]>
14
15<sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnome-backgrounds.html"?>
21<title>
22<application>gnome-backgrounds</application>-&gnome-backgrounds-version;
23</title>
24<indexterm zone="gnome-backgrounds">
25<primary sortas="a-Gnome-backgrounds">Gnome-backgrounds</primary></indexterm>
26
27<sect2>
28<title>Introduction to <application>gnome-backgrounds</application></title>
29
30<para>The <application>gnome-backgrounds</application> package contains
31a set of backgrounds used in the
32<application><acronym>GNOME</acronym></application> desktop.</para>
33
34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
36<listitem><para>Download (HTTP): <ulink
37url="&gnome-backgrounds-download-http;"/></para></listitem>
38<listitem><para>Download (FTP): <ulink
39url="&gnome-backgrounds-download-ftp;"/></para></listitem>
40<listitem><para>Download MD5 sum: &gnome-backgrounds-md5sum;</para></listitem>
41<listitem><para>Download size: &gnome-backgrounds-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&gnome-backgrounds-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&gnome-backgrounds-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>gnome-backgrounds</application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="intltool"/></para>
51</sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of <application>gnome-backgrounds</application></title>
58
59<para>Install <application>gnome-backgrounds</application> by running the
60following commands:</para>
61
62<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
63make</command></userinput></screen>
64
65<para>Now, as the root user:</para>
66
67<screen><userinput role='root'><command>make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Contents</title>
73
74<segmentedlist>
75<segtitle>Installed Programs</segtitle>
76<segtitle>Installed Libraries</segtitle>
77<segtitle>Installed Directories</segtitle>
78
79<seglistitem>
80<seg>None</seg>
81<seg>None</seg>
82<seg>$GNOME_PREFIX/share/pixmaps/backgrounds and
83$GNOME_PREFIX/share/gnome-background-properties</seg>
84</seglistitem>
85</segmentedlist>
86
87<variablelist>
88<bridgehead renderas="sect3">Short Descriptions</bridgehead>
89<?dbfo list-presentation="list"?>
90
91<varlistentry>
92<term><filename>GNOME backgrounds</filename></term>
93<listitem><para>are backgrounds for the <acronym>GNOME</acronym> desktop.</para>
94</listitem>
95</varlistentry>
96</variablelist>
97
98</sect2>
99
100</sect1>
101
Note: See TracBrowser for help on using the repository browser.