Difference between revisions of "Beryl Plugins"

From CBLFS
Jump to navigationJump to search
 
Line 70: Line 70:
  
 
  make install
 
  make install
 +
 +
== Configuring ==
 +
 +
The dbus-plugin installed by this package needs a file called '''machine-id'''. This file must be in '''/var/lib/dbus'''. If you don't have it, you can create it with the following command :
 +
 +
dbus-uuidgen -ensure
  
 
= Contents =
 
= Contents =

Revision as of 09:51, 24 January 2007

Download Source: http://releases.beryl-project.org/0.2.1/beryl-plugins-0.2.1.tar.bz2

Introduction to Beryl Plugins

This package contents plugins for beryl.

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr --disable-dependency-tracking &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr --disable-dependency-tracking &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --disable-dependency-tracking \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --disable-dependency-tracking \
    --libdir=/usr/lib64 &&
make

Install the package

make install

Configuring

The dbus-plugin installed by this package needs a file called machine-id. This file must be in /var/lib/dbus. If you don't have it, you can create it with the following command :

dbus-uuidgen -ensure

Contents

Installed Programs: None
Installed Libraries: libgroup.{a,la,so}, libcrashhandler.{a,la,so}, libdecoration.{a,la,so}, libwobbly.{a,la,so}, libanimation.{a,la,so}, libfade.{a,la,so}, libcube.{a,la,so}, librotate.{a,la,so}, libplane.{a,la,so}, libzoom.{a,la,so}, libinputzoom.{a,la,so}, libscale.{a,la,so}, libmove.{a,la,so}, libresize.{a,la,so}, libplace.{a,la,so}, libswitcher.{a,la,so}, libwater.{a,la,so}, libtrailfocus2.{a,la,so}, libneg.{a,la,so}, libput.{a,la,so}, libshowdesktop.{a,la,so}, libscreenshot.{a,la,so}, libstate.{a,la,so}, libblurfx.{a,la,so}, libsplash.{a,la,so}, libbench.{a,la,so}, libclone.{a,la,so}, lib3d.{a,la,so}, libsvg.{a,la,so}, libpng.{a,la,so}, libsnow.{a,la,so}, libopacify.{a,la,so}, libthumbnail.{a,la,so}, libsnap.{a,la,so}, libimgjpeg.{a,la,so}, libannotate.{a,la,so}, libdbus.{a,la,so}
Installed Directory: None