The GNOME Applets package contains small applications which generally run in the background and display their output to the GNOME panel.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/2.10/gnome-applets-2.10.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-applets/2.10/gnome-applets-2.10.1.tar.bz2
Download MD5 sum: da9cd75f77972c96eec9551d41878a7f
Download size: 6.2 MB
Estimated disk space required: 108 MB
Estimated build time: 0.9 SBU
GAIL-1.8.3, GNOME Panel-2.10.1 and libxklavier-2.0
LibGTop-2.10.1, gst-plugins-0.8.10, gucharmap-1.4.3, system-tools-backends-1.2.0, DocBook-utils-0.6.14 and libapm
Install GNOME Applets by running the following commands:
export PRE=`pkg-config --variable=prefix ORBit-2.0` && ./configure --prefix=$PRE --libexecdir=$PRE/sbin \ --localstatedir=/var/lib --sysconfdir=/etc/gnome && make tooldir=$PRE/lib/gnome-applets
This package does not come with a test suite.
Now, as the root user:
If you switch to the root user in a manner which causes the PRE environment variable to be unset, ensure you set it again before installing the package.
make tooldir=$PRE/lib/gnome-applets install && make -C man install-man && chmod -v 644 $PRE/share/gnome/help/\ {gtik2_applet2/C/*.xml,cpufreq-applet/{C,uk}/legal.xml}
Remove the variable from the unprivileged user's environment using the following command:
unset PRE
--libexecdir=$PRE/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
tooldir=$PRE/lib/gnome-applets: This puts the mini-commander applet files in $PRE/lib/gnome-applets instead of $PRE/sbin/gnome-applets.
make -C man install-man: This installs the man-pages in $PRE/man.
Last updated on 2005-08-01 13:29:19 -0600