Thunar
From CBLFS
Revision as of 09:00, 19 October 2010 by Weibullguy (talk | contribs)
Download Source: | http://thunar.xfce.org/download/sources/Thunar/0.9.0/Thunar-0.9.0.tar.bz2 |
---|
Contents
Introduction to Thunar
Thunar is the file manager for Xfce4.
Project 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: | None |
---|---|
Installed Programs: | Thunar |
Installed Libraries: | libthunarx-1.so, libthunarx-1.la, libthunar-vfs-1.so, libthunar-vfs-1.la, thunar-apr.la, thunar-sbr.la, thunar-uca.la, |
Symlinks: | /opt/xfce-4.4/lib64/libthunarx-1.so.2 --> /opt/xfce-4.4/lib64/libthunarx-1.so.2.2.2, /opt/xfce-4.4/lib64/libthunarx-1.so --> /opt/xfce-4.4/lib64/libthunarx-1.so.2.2.2, /opt/xfce-4.4/lib64/libthunar-vfs-1.so.2 --> /opt/xfce-4.4/lib64/libthunar-vfs-1.so.2.2.2, /opt/xfce-4.4/lib64/libthunar-vfs-1.so --> /opt/xfce-4.4/lib64/libthunar-vfs-1.so.2.2.2 |
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. |