Difference between revisions of "Exo"

From CBLFS
Jump to navigationJump to search
(Contents)
(It seems that Python bindings are enabled by default. Add config info to disable it.)
Line 28: Line 28:
 
{|
 
{|
 
|<i>--enable-python:</i> enable Python bindings.
 
|<i>--enable-python:</i> enable Python bindings.
 +
|-
 +
|<i>--disable-python:</i> Python is enabled by default. This disables it.
 
|-
 
|-
 
|<i>--enable-xsltproc:</i> use xsltproc to build documentation.
 
|<i>--enable-xsltproc:</i> use xsltproc to build documentation.

Revision as of 07:43, 17 February 2007

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/exo-0.3.107.tar.bz2

Introduction to EXO

An extension library to Xfce, developed by oscillation. While Xfce comes with quite a few libraries that are targeted at desktop development, EXO is targeted at application development.

Package Homepage: http://www.xfce.org

Dependencies

Required

Optional

Configuration Information

--enable-python: enable Python bindings.
--disable-python: Python is enabled by default. This disables it.
--enable-xsltproc: use xsltproc to build documentation.
--enable-xml2po: use xml2po to translate documentation.
--disable-mcs-plugins: disable checking for MCS manager.
--enable-gtk-doc: enable Gtk Doc.

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
    --libexecdir=${XFCE_PREFIX}/lib/xfce4 &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 CC="gcc ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
    --libexecdir=${XFCE_PREFIX}/lib/xfce4 &&
make

Install the package:

make install

N32

Compile the package:

USE_ARCH=N32 CC="gcc ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
     --libdir=${XFCE_PREFIX}/lib32 --libexecdir=${XFCE_PREFIX}/lib32/xfce4 &&
make

Install the package:

make install

64Bit

Compile the package:

USE_ARCH=64 CC="gcc ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
     --libdir=${XFCE_PREFIX}/lib64 --libexecdir=${XFCE_PREFIX}/lib64/xfce4 &&
make

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/include/exo-0.3/exo, $XFCE_PREFIX/lib{64}/python2.7/site-packages/exo-0.3/exo, $XFCE_PREFIX/share/pixmaps/exo-0.3, $XFCE_PREFIX/share/pygtk/2.0/defs/exo-0.3
Installed Programs: exo-csource, exo-desktop-item-edit, exo-open
Installed Libraries: libexo-0.3.{la,so}, exo-preferred-applications-settings.{la,so}, _exo.{la,so}

Short Descriptions

exo-csource
exo-desktop-item-edit
exo-open