Difference between revisions of "GNOME Themes"

From CBLFS
Jump to navigationJump to search
 
Line 6: Line 6:
  
 
----
 
----
 +
 +
{{Blank-Package-Introduction}}
  
 
== Dependencies ==
 
== Dependencies ==

Latest revision as of 15:18, 16 April 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.32/gnome-themes-2.32.1.tar.bz2

Introduction to GNOME Themes

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-all-themes &&
make

Install the package

make install

Multilib

Only one installation is needed.

64Bit

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} ./configure --prefix=/usr --enable-all-themes &&
make

Install the package

make install