GTK-Xfce-Engines: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| Line 93: | Line 93: | ||
| | | | ||
|} | |} | ||
[[Category:XFCE]] | |||
Latest revision as of 06:23, 20 October 2010
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/gtk-xfce-engine-2.4.1.tar.bz2 |
|---|
Introduction to GTK-Xfce-Engines
Provides the Xfce Gtk+-2.0 engine, which allows for homogeneity in applications for desktops.
Project Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
This package needs to be installed into the same paths as Gtk2.
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
Multilib
32Bit
Compile the package:
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc &&
make
Install the package:
make install
N32
Compile the package:
USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc &&
make
Install the package:
make install
64Bit
Compile the package:
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc &&
make
Install the package:
make install
Configuring
Contents
| Installed Directories: | /usr/share/themes/{Xfce,Xfce-4.0,Xfce-4.2,Xfce-b5,Xfce-basic,Xfce-cadmium,Xfce-curve,Xfce-dawn,Xfce-dusk,Xfce-kde2,Xfce-kolors,Xfce-light, Xfce-range,Xfce-redmondxp,Xfce-saltlake,Xfce-smooth,Xfce-stellar,Xfce-winter}/gtk-2.0 |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | libxfce.{la,so} |
Short Descriptions
| libxfce.{la,so} |
|---|