Difference between revisions of "Thunar"

From CBLFS
Jump to navigationJump to search
(64Bit)
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/Thunar-{{Thunar-Version}}.tar.bz2
+
| http://thunar.xfce.org/download/sources/Thunar/{{Thunar-Version}}/Thunar-{{Thunar-Version}}.tar.bz2
 
|}
 
|}
  
== Introduction to Thunar ==
+
{{Package-Introduction|Thunar is the file manager for Xfce4.|http://thunar.xfce.org}}
 
 
Thunar is the file manager for Xfce4.
 
 
 
<b>Package Homepage:</b> http://thunar.xfce.org
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 115: Line 111:
 
== Contents ==
 
== Contents ==
  
{| style="text-align: left;"
+
{|style="text-align: left"
 +
|-valign="top"
 +
!Installed Directories:
 +
|None
 
|-valign="top"
 
|-valign="top"
! Installed Directories:
+
!Installed Programs:
| $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
+
|Thunar
 
|-valign="top"
 
|-valign="top"
! Installed Programs:
+
!Installed Libraries:
| Thunar
+
|libthunarx-1.so, libthunarx-1.la, libthunar-vfs-1.so, libthunar-vfs-1.la, thunar-apr.la, thunar-sbr.la, thunar-uca.la,
 
|-valign="top"
 
|-valign="top"
! Installed Libraries:
+
!Symlinks:
| libthunarx-1.{la,so}, libthunar-vfs-1.1.{la,so}, thunar-apr.{la,so}, thunar-sbr.{la,so}, thunar-uca.{la,so}
+
|/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
 
|}
 
|}
  
Line 143: Line 142:
 
| The library that enables the additional actions for Thunar's context menus.
 
| The library that enables the additional actions for Thunar's context menus.
 
|}
 
|}
 +
 +
[[Category:XFCE]]
 +
[[Category:General Utilities]]

Latest revision as of 07:34, 20 October 2010

Download Source: http://thunar.xfce.org/download/sources/Thunar/0.9.0/Thunar-0.9.0.tar.bz2

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.