ADesklets

From CBLFS
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/adesklets/adesklets-0.6.1.tar.bz2

Introduction to ADesklets

adesklets is an interactive Imlib2 console for the X Window System. It provides a simple way to write desktop integrated graphic applets using Perl, Python, or shell scripts.

Project Homepage: http://adesklets.sourceforge.net/

Dependencies

Required

Recommended

Optional

Configuration Information

--without-fontconfig: remove fontconfig support enabling automatic detection of all true type fonts already available on the machine

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: /usr/share/adesklets, /usr/lib/python2.5/site-packages/adesklets
Installed Programs: adesklets, adesklets_submit, adesklets_checkin, adesklets_installer
Installed Libraries: None

Short Descriptions

adesklets is an interactive Imlib2 console for the X Window System. It can also be used as a command line oriented graphic editor.
adesklets_submit
adesklets_checkin
adesklets_installer is an applet for installing desklets.