Difference between revisions of "Exo"
From CBLFS
Jump to navigationJump to search (→Required) |
|||
Line 42: | Line 42: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${XFCE_PREFIX} && | + | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/xfce4 && | ||
make | make | ||
Line 55: | Line 56: | ||
Compile the package: | Compile the package: | ||
− | USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | + | USE_ARCH=32 CC="gcc ${BUILD32}" \ |
− | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
+ | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \ | ||
+ | --libexecdir=${XFCE_PREFIX}/lib/xfce4 && | ||
make | make | ||
Line 67: | Line 70: | ||
Compile the package: | Compile the package: | ||
− | USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | + | USE_ARCH=N32 CC="gcc ${BUILDN32}" \ |
− | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 -- | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
+ | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \ | ||
+ | --libdir=${XFCE_PREFIX}/lib32 --libexecdir=${XFCE_PREFIX}/lib32/xfce4 && | ||
make | make | ||
Line 79: | Line 84: | ||
Compile the package: | Compile the package: | ||
− | USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | + | USE_ARCH=64 CC="gcc ${BUILD64}" \ |
− | ./configure --prefix=${XFCE_PREFIX} --libdir= | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
+ | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \ | ||
+ | --libdir=${XFCE_PREFIX}/lib64 --libexecdir=${XFCE_PREFIX}/lib64/xfce4 && | ||
make | make | ||
Revision as of 09:37, 15 January 2007
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/exo-0.3.107.tar.bz2 |
---|
Contents
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. |
--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.5/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 |