Introduction to gnome-backgrounds
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.
This package is known to build and work properly using an LFS-6.5
platform.
Package Information
gnome-backgrounds Dependencies
Required
intltool-0.50.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-backgrounds
Installation of gnome-backgrounds
Note
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