Difference between revisions of "Xfce4-AppFinder"

From CBLFS
Jump to navigationJump to search
(Added contents.)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Xfce4-AppFinder ==
+
{{Package-Introduction|Xfce4 AppFinder is an useful little package that permits you to find every
 
+
application on your system that supports Desktop entry format.  Xfce4-AppFinder can be used to search for "lost" software and add entries to the xfdesktop menu.|http://www.xfce.org}}
Xfce4 AppFinder is an useful little package that permits you to find every
 
application on your system that supports Desktop entry format.  Xfce4-AppFinder can be used to search for "lost" software and add entries to the xfdesktop menu.
 
 
 
<b>Package Homepage:</b> http://www.xfce.org
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 88: Line 84:
 
|is an application that allows you to find every program that supports Desktop entry format.
 
|is an application that allows you to find every program that supports Desktop entry format.
 
|}
 
|}
 +
 +
[[Category:XFCE]]

Latest revision as of 07:26, 20 October 2010

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-appfinder-4.6.2.tar.bz2

Introduction to Xfce4-AppFinder

Xfce4 AppFinder is an useful little package that permits you to find every application on your system that supports Desktop entry format. Xfce4-AppFinder can be used to search for "lost" software and add entries to the xfdesktop menu.

Project Homepage: http://www.xfce.org

Dependencies

Required

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Compile the package:

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

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/share/applications, $XFCE_PREFIX/share/icons/hicolor/48x48/apps, $XFCE_PREFIX/share/xfce4/doc/{C,fr}/images
Installed Programs: xfce4-appfinder
Installed Libraries: None

Short Descriptions

xfce4-appfinder is an application that allows you to find every program that supports Desktop entry format.