Difference between revisions of "Gtk-Qt-Engine"

From CBLFS
Jump to navigationJump to search
(I added the package description from BLFS.)
m
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://www.freedesktop.org/~davidsansome/gtk-qt-engine-0.7.tar.bz2
+
| http://www.freedesktop.org/~davidsansome/gtk-qt-engine-{{Gtk-Qt-Engine-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Gtk-Qt-Engine ==
+
{{Package-Introduction|The GTK Engines package contains eight themes/engines and two additional engines for GTK2.}}
 
 
The GTK Engines package contains eight themes/engines and two additional engines for GTK2.
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 71: Line 69:
  
 
  make install
 
  make install
 +
 +
[[Category:X Libs]]

Latest revision as of 08:20, 12 April 2009

Download Source: http://www.freedesktop.org/~davidsansome/gtk-qt-engine-0.7.tar.bz2

Introduction to Gtk-Qt-Engine

The GTK Engines package contains eight themes/engines and two additional engines for GTK2.

Project Homepage: Unknown

Dependencies

Required

Recommended

Non-Multilib

Compile the package:

./configure --prefix=${KDE_PREFIX} &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    ./configure --prefix=${KDE_PREFIX} --x-libraries=${XORG_PREFIX}/lib \
    --with-qt-libraries=${QTDIR}/lib --enable-libsuffix= &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=N32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    ./configure --prefix=${KDE_PREFIX} --x-libraries=${XORG_PREFIX}/lib32 \
    --with-qt-libraries=${QTDIR}/lib32 --enable-libsuffix=32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
    ./configure --prefix=${KDE_PREFIX} --x-libraries=${XORG_PREFIX}/lib64 \
    --with-qt-libraries=${QTDIR}/lib64 --enable-libsuffix=64 &&
make

Install the package

make install