Difference between revisions of "Thunar"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://thunar.xfce.org/download/sources/Thunar/{{Thunar-Version}}/Thunar-{{Thunar-Version}}.tar.bz2 |
|} | |} | ||
− | + | {{Package-Introduction|Thunar is the file manager for Xfce4.|http://thunar.xfce.org}} | |
− | |||
− | Thunar is the file manager for Xfce4. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 62: | Line 58: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && | + | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/thunar && | ||
make | make | ||
Line 76: | Line 73: | ||
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
− | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && | + | ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \ |
+ | --libexecdir=${XFCE_PREFIX}/lib/thunar && | ||
make | make | ||
Line 88: | Line 86: | ||
USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
− | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 --sysconfdir=/etc/xfce && | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \ |
+ | --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib32/thunar && | ||
make | make | ||
Line 100: | Line 99: | ||
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} | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \ |
+ | --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib64/thunar && | ||
make | make | ||
Line 111: | Line 111: | ||
== Contents == | == Contents == | ||
− | {| style="text-align: left | + | {|style="text-align: left" |
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |None | ||
|-valign="top" | |-valign="top" | ||
− | ! Installed | + | !Installed Programs: |
− | | | + | |Thunar |
|-valign="top" | |-valign="top" | ||
− | ! Installed | + | !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, |
|-valign="top" | |-valign="top" | ||
− | ! | + | !Symlinks: |
− | | libthunarx-1. | + | |/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 139: | 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 06:34, 20 October 2010
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. |