Difference between revisions of "Xfce4-AppFinder"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added contents.) |
|||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{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. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 14:08, 16 April 2007
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-appfinder-4.6.2.tar.bz2 |
---|
Contents
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. |
---|