Xfce4-AppFinder: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page.
 
No edit summary
 
(3 intermediate revisions by 2 users 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 29: Line 25:


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


=== 32Bit ===
=== 32Bit ===
Line 47: Line 44:


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


Line 59: Line 56:


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


Line 70: Line 67:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
! Installed Directories:
!Installed Directories:
|
|$XFCE_PREFIX/share/applications, $XFCE_PREFIX/share/icons/hicolor/48x48/apps, $XFCE_PREFIX/share/xfce4/doc/{C,fr}/images
|-valign="top"
|-valign="top"
! Installed Programs:
!Installed Programs:
|
|xfce4-appfinder
|-valign="top"
|-valign="top"
! Installed Libraries:
!Installed Libraries:
|
|<i>None</i>
|}
|}


Line 84: Line 81:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
!
!xfce4-appfinder
|
|is an application that allows you to find every program that supports Desktop entry format.
|-valign="top"
!
|
|-valign="top"
!
|
|}
|}
[[Category:XFCE]]

Latest revision as of 06: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.