Difference between revisions of "Thunar"

From CBLFS
Jump to navigationJump to search
(64Bit)
Line 103: Line 103:
  
 
  USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=${XFCE_PREFIX} ---libdir=${XFCE_PREFIX]/lib64 \
+
  ./configure --prefix=${XFCE_PREFIX} ---libdir=${XFCE_PREFIX}/lib64 \
 
     --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib64/thunar &&
 
     --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib64/thunar &&
 
  make
 
  make

Revision as of 10:51, 15 January 2007

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/Thunar-0.9.0.tar.bz2

Introduction to Thunar

Thunar is the file manager for Xfce4.

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

Dependencies

Required

Recommended

Optional

Configuration Information

--disable-dbus: disable default check for dbus.
--disable-gnome-thumbnailers: disable default GNOME thumbnailer support.
--disable-startup-notification: disable default check for startup notification library.
--disable-apr-plugin: disable the Thunar APR plugin. This plugin provides additional pages for the file properties dialog.
--disable-sbr-plugin: disable the Thunar SBR plugin. This plugin includes simple renamers for the bulk rename dialog.
--disable-tpa-plugin: disable the Thunar TPA plugin. This plugin enables users to add a trash can to their panel.
--disable-uca-plugin: disable the Thunar UCA plugin. This plugin enables sophisticated users to add additional actions to the file managers context menus.
--enable-gtk-doc: use Gtk-Doc to build documentation.
--enable-xsltproc: use xsltproc to build documentation.
--enable-xml2po: use xml2po to translate documentation.

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
    --libexecdir=${XFCE_PREFIX}/lib/thunar &&
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/thunar &&
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} --libdir=${XFCE_PREFIX}/lib32 \
    --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib32/thunar &&
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} ---libdir=${XFCE_PREFIX}/lib64 \
    --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib64/thunar &&
make

Install the package:

make install

Configuring

Contents

Installed Directories: $XFCE_PREFIX/share/pixmaps/Thunar, $XFCE_PREFIX/include/thunarx-1/thunarx, $XFCE_PREFIX/include/thunar-vfs-1/thunar-vfs, $XFCE_PREFIX/share/doc/Thunar/html, $XFCE_PREFIX/lib{64}/thunarx-1, $XFCE_PREFIX/share/Thunar/sendto, /etc/xfce/xdg/Thunar
Installed Programs: Thunar
Installed Libraries: libthunarx-1.{la,so}, libthunar-vfs-1.1.{la,so}, thunar-apr.{la,so}, thunar-sbr.{la,so}, thunar-uca.{la,so}

Short Descriptions

Thunar The file manager itself.
thunar-apr.{la,so} The library that provides additional pages for the file properties dialog.
thunar-sbr.{so,a} The library that provides simple renamers for the bulk rename dialog
thunar-uca.{la,so} The library that enables the additional actions for Thunar's context menus.