Exo: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Created page. |
Weibullguy (talk | contribs) No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http:// | | http://thunar.xfce.org/download/sources/exo/{{Exo-Version}}/exo-{{Exo-Version}}.tar.bz2 | ||
|} | |} | ||
{{Package-Introduction|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.|http://www.xfce.org}} | |||
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. | |||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
* [[Perl | * [[Perl Module URI|URI]] | ||
* [[glib2]] | * [[glib2]] | ||
* [[Gtk2]] | * [[Gtk2]] | ||
| Line 28: | Line 24: | ||
{| | {| | ||
|<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. | ||
| Line 42: | Line 40: | ||
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 54: | ||
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 68: | ||
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 82: | ||
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 | ||
| Line 92: | Line 97: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! Installed Directories: | ||
| $XFCE_PREFIX/include/exo-{{Exo2-Version}}/exo, $XFCE_PREFIX/lib{64}/ | | $XFCE_PREFIX/include/exo-{{Exo2-Version}}/exo, $XFCE_PREFIX/lib{64}/python{{Python-Version2}}/site-packages/exo-{{Exo2-Version}}/exo, $XFCE_PREFIX/share/pixmaps/exo-{{Exo2-Version}}, $XFCE_PREFIX/share/pygtk/2.0/defs/exo-{{Exo2-Version}} | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
| Line 114: | Line 119: | ||
| | | | ||
|} | |} | ||
[[Category:XFCE]] | |||
Latest revision as of 08:59, 19 October 2010
| Download Source: | http://thunar.xfce.org/download/sources/exo/0.3.107/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.
Project 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 |