source: gnome/core/gnome-backgrounds.xml@ 29590dda

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 29590dda was 29590dda, checked in by Randy McMurchy <randy@…>, 19 years ago

Added a note about installing the package into a non-GNOME environment for the GNOME-2 core packages that don't have ORBit2 down the dependency chain and the installation path is not --prefix=/usr

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

  • Property mode set to 100644
File size: 3.5 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 "6 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<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/>
60
61<para>Install <application>gnome-backgrounds</application> by running the
62following commands:</para>
63
64<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
65make</command></userinput></screen>
66
67<para>This package does not come with a test suite.</para>
68
69<para>Now, as the root user:</para>
70
71<screen><userinput role='root'><command>make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Contents</title>
77
78<segmentedlist>
79<segtitle>Installed Programs</segtitle>
80<segtitle>Installed Libraries</segtitle>
81<segtitle>Installed Directories</segtitle>
82
83<seglistitem>
84<seg>None</seg>
85<seg>None</seg>
86<seg>$GNOME_PREFIX/share/pixmaps/backgrounds and
87$GNOME_PREFIX/share/gnome-background-properties</seg>
88</seglistitem>
89</segmentedlist>
90
91<variablelist>
92<bridgehead renderas="sect3">Short Descriptions</bridgehead>
93<?dbfo list-presentation="list"?>
94
95<varlistentry>
96<term><filename>GNOME backgrounds</filename></term>
97<listitem><para>are backgrounds for the <acronym>GNOME</acronym> desktop.</para>
98</listitem>
99</varlistentry>
100</variablelist>
101
102</sect2>
103
104</sect1>
Note: See TracBrowser for help on using the repository browser.