Alacarte: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://tango-project.org/releases/icon-naming-utils-{{Icon-naming-utils-Version}}.tar.gz
| http://ftp.gnome.org/pub/GNOME/sources/alacarte/{{Alacarte-Version2}}/alacarte-{{Alacarte-Version}}.tar.bz2
|}
|}


Line 10: Line 10:


=== Required ===
=== Required ===
* [[PyGtk]]
* [[PyGTK]]
* [[GNOME Menus]]
* [[GNOME Menus]]



Revision as of 01:03, 17 January 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/alacarte/0.13/alacarte-0.13.2.tar.bz2

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

This package does not compile anything but it will still install files into pythons site-packages. Only one installation is needed.

32Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=/usr &&
make

Install the package

make install

64Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/usr &&
make

Install the package

make install