Xfce4-AppFinder: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) Added contents. |
||
| Line 71: | Line 71: | ||
{| 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 85: | Line 85: | ||
{| 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. | |||
| | |||
|} | |} | ||
Revision as of 07:48, 30 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: | $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. |
|---|