The gnome-backgrounds package contains a collection of graphics files which can be used as backgrounds in the GNOME desktop environment. Additionally, the package creates the proper framework and directory structure so that you can add your own files to the collection.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/2.14/gnome-backgrounds-2.14.2.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/2.14/gnome-backgrounds-2.14.2.1.tar.bz2
Download MD5 sum: 10480df7c2e5a08c920c5b0a2ff4f161
Download size: 1.1 MB
Estimated disk space required: 4.3 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-backgrounds
The instructions below are based on installing the package into a GNOME-2 environment. If, for whatever reason, you're installing this package without having ORBit2 and the core GNOME-2 libraries installed, you'll need to modify the --prefix= parameter on the configure script to point to your desired installation path (e.g., --prefix=/usr).
Install gnome-backgrounds by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
Last updated on 2007-01-18 13:38:19 -0600