GNOME Themes: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.16/gnome-themes-2.16.1.tar.bz2
| http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/{{GNOME Themes-Version2}}/gnome-themes-{{GNOME Themes-Version}}.tar.bz2
|}
|}


----
----
{{Blank-Package-Introduction}}


== Dependencies ==
== Dependencies ==
Line 19: Line 21:
Compile the package:
Compile the package:


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


Line 33: Line 35:
Compile the package:
Compile the package:


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



Latest revision as of 14: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