Xfce4-AppFinder: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page.
 
No edit summary
Line 29: Line 29:


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


=== 32Bit ===
=== 32Bit ===
Line 47: Line 48:


  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 60:


  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



Revision as of 14:04, 19 January 2007

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.

Package 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:
Installed Programs:
Installed Libraries:

Short Descriptions