Difference between revisions of "Xfapplet"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
Line 21: | Line 21: | ||
== Non-Multilib == | == Non-Multilib == | ||
− | + | Compile the package: | |
+ | |||
+ | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
== Multilib == | == Multilib == | ||
− | + | === 32Bit === | |
+ | |||
+ | Compile the package: | ||
+ | |||
+ | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
+ | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && | ||
+ | make | ||
− | + | Install the package: | |
− | + | make install | |
=== N32 === | === N32 === | ||
− | + | Compile the package: | |
+ | |||
+ | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
+ | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
=== 64Bit === | === 64Bit === | ||
− | + | Compile the package: | |
+ | |||
+ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
+ | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
== Contents == | == Contents == | ||
Line 44: | Line 73: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
− | | | + | |xfce4-xfapplet-plugin |
|} | |} | ||
Line 57: | Line 86: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
− | ! | + | !xfce4-xfapplet-plugin |
− | + | |is a plugin for the XFCE panel that allows the use of GNOME panel plugins. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|} | |} |
Latest revision as of 14:07, 11 May 2008
Download Source: | http://goodies.xfce.org/_media/projects/panel-plugins/xfce4-xfapplet-plugin-0.1.0.tar.bz2 |
---|
Contents
Introduction to Xfapplet
Xfapplet is an Xfce-Panel plugin that allows you to use GNOME Panel plugins in your XFCE environment.
Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin
Dependencies
Required
- libxfce4util
- libxfcegui4
- Xfce-Panel >=4.4b1
- GNOME Panel
- ORBit2 >=2.12.5
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | None |
Installed Libraries: | xfce4-xfapplet-plugin |
Short Descriptions
xfce4-xfapplet-plugin | is a plugin for the XFCE panel that allows the use of GNOME panel plugins. |
---|