hamster-applet-2.30.2

Introduction to hamster-applet

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.

Package Information

hamster-applet Dependencies

Required

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

Installation of 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

Command Explanations

--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.

Contents

Installed Programs: gnome-time-tracker and hamster-standalone
Installed Library: _keybinder.so
Installed Directories: /usr/lib/python2.7/site-packages/hamster/{keybinder, widgets}, $GNOME_PREFIX/{lib/hamster-applet, share/{gnome/help/hamster-applet/*,hamster-applet/art}}

Last updated on 2011-10-31 19:38:44 +0000