Difference between revisions of "Fsguard"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Xfce4-Fsguard ==
+
{{Package-Introduction|This plugin monitors a user selected mountpoint.  It's icon changes in response to  free space and low free space alerts can be configured.  Left-clicking the icon opens the mount point in the file manager.|http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin}}
 
 
This plugin monitors a user selected mountpoint.  It's icon changes in response to  free space and low free space alerts can be configured.  Left-clicking the icon opens the mount point in the file manager.
 
 
 
<b>Package Homepage:</b> http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
 
  
 
== Dependencies ==
 
== Dependencies ==
  
 
=== Required ===
 
=== Required ===
* [[XML::Parser]]
+
* [[Perl Module XML::Parser|XML::Parser]]
 
* [[Xfce-Panel]]
 
* [[Xfce-Panel]]
  
Line 21: Line 17:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  
Line 37: Line 33:
  
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=${XFCE_PREFIX} &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  

Latest revision as of 15:11, 16 April 2007

Download Source: http://goodies.xfce.org/releases/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.3.0.tar.bz2

Introduction to Fsguard

This plugin monitors a user selected mountpoint. It's icon changes in response to free space and low free space alerts can be configured. Left-clicking the icon opens the mount point in the file manager.

Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/share/xfce4/panel-plugins, $XFCE_PREFIX/lib/fsguard/xfce4/panel-plugins
Installed Programs: None
Installed Libraries: None