Contents
$GNOME_PREFIX
/{lib/deskbar-applet/modules-2.20-compatible,
share/{deskbar-applet/art,gnome/help/deskbar/*,omf/deskbar}}
The deskbar-applet package is a universal search and navigation bar for GNOME.
This package is known to build using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/deskbar-applet/2.30/deskbar-applet-2.30.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/deskbar-applet/2.30/deskbar-applet-2.30.1.tar.bz2
Download MD5 sum: 80ba002fb063a9f034cc82d7099932e5
Download size: 1.0 MB
Estimated disk space required: 23 MB
Estimated build time: 0.3 SBU
D-Bus Python Bindings-0.84.0, GNOME Desktop-2.30.2, and Gnome-Python-Desktop-2.30.2
Evolution Data Server-2.30.2.1 and Rarian-0.8.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/deskbar-applet
Install deskbar-applet by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib \ --disable-scrollkeeper && 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.
--sysconfdir=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/deskbar-applet
: This
parameter is used so that the deskbar-applet internal support programs are
installed in the preferred location of $GNOME_PREFIX/lib/deskbar-applet
instead of
$GNOME_PREFIX/libexec/deskbar-applet
.
--disable-scrollkeeper
: Do
not make updates to the scrollkeeper database. Remove it if you have
rarian installed.
$GNOME_PREFIX
/{lib/deskbar-applet/modules-2.20-compatible,
share/{deskbar-applet/art,gnome/help/deskbar/*,omf/deskbar}}
Last updated on 2011-10-31 19:38:44 +0000