GTK-Xfce-Engines: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://www.xfce.org/archive/xfce-{{ | | http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/gtk-xfce-engine-{{GTK-Xfce-Version}}.tar.bz2 | ||
|} | |} | ||
{{Package-Introduction|Provides the Xfce Gtk+-2.0 engine, which allows for homogeneity in applications for desktops.|http://www.xfce.org}} | |||
Provides the Xfce Gtk+-2.0 engine, which allows for homogeneity in applications for desktops. | |||
== Dependencies == | == Dependencies == | ||
| Line 44: | Line 40: | ||
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=/usr --sysconfdir=/etc && | ./configure --prefix=/usr --sysconfdir=/etc && | ||
make | make | ||
| Line 57: | Line 52: | ||
USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc && | ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc && | ||
make | make | ||
| Line 69: | Line 63: | ||
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=/usr --libdir=/usr/ | ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc && | ||
make | make | ||
| Line 99: | 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} |
|---|