MOBLIN Applets
====================

This package installs a number of status bar and control panel applets for the
moblin environment. It is a fork of the gnome-control-center code, version 
2.18.1, from http://us.archive.ubuntu.com/ubuntu/pool/main/c/control-center/

It is built with the following commands:

This command runs aclocal, autoconf, and automake to setup the Makefil.in
files and configure script.

  >% ./autogen.sh

This command test your environment to ensure that all the package and tool
requirements are satisfied. It then creates all the Makefiles necessary
to build and install the applets. Use the /prefix argument to alter where
the applets are installed (default is /usr/local).

  >% ./configure prefix=/usr

Running make in the topmost directory builds all the applets at once, you
can also cd into capplets/<appletdir> and build each applet one at a time.

  >% make

Running make install installs the applets and their config files so that 
they can be run in the hildon environment. Use the DESTDIR variable to alter
where the target root is, for instance if your installing on a moblin target
from within the project root.

  >% make DESTDIR=/targets/<myproject>/fs install

Three primary directories are populated by make install:

This is where all the .desktop files go which describe how the applet
GUIs should be displayed in  hildon-desktop:

  /usr/share/applications/hildon-control-panel/

This is the package data directory where the applet icons, images, and
data are stored.

  /usr/share/moblin-applets/

This is where the binaries for the applets are stored in the form of shared
libraries which are pulled in my holdon-control-panel

  /usr/lib/hildon-control-panel

Below are the readmes for gnome control center and gnome system tools, 
upon which moblin applets is based.
