Contents
$GNOME_PREFIX
/{lib/hamster-applet,
share/{gnome/help/hamster-applet/*,hamster-applet/art}}
The hamster-applet package is a GNOME applet that allows you to keep track on where are you spending your time.
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/hamster-applet/2.30/hamster-applet-2.30.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/hamster-applet/2.30/hamster-applet-2.30.2.tar.bz2
Download MD5 sum: ad662fd81a09c5a0e19d1aa733e78588
Download size: 600 KB
Estimated disk space required: 10 MB
Estimated build time: 0.1 SBU
Python-2.7.2 with SQLite-3.7.8 and Gnome-Python-Desktop-2.30.2 (gnomeapplet module only)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/hamster-applet
Install hamster-applet by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 && 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.
$GNOME_PREFIX
/{lib/hamster-applet,
share/{gnome/help/hamster-applet/*,hamster-applet/art}}
Last updated on 2011-10-31 19:38:44 +0000