The GNOME Menus package contains
an implementation of the draft “Desktop
Menu Specification” from freedesktop.org (http://www.freedesktop.org/Standards/menu-spec).
Also contained are the GNOME menu
layout configuration files, .directory files and a menu related utility
program.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.4/gnome-menus-3.4.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.4/gnome-menus-3.4.2.tar.xz
Download MD5 sum: 997c923d639d80185960185dcd250fc7
Download size: 400 KB
Estimated disk space required: 8.5 MB
Estimated build time: 0.1 SBU
intltool-0.50.0 and pkg-config-0.26
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-menus
Install GNOME Menus by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This switch prevents
installation of static versions of the libraries.
Last updated on 2012-05-16 16:39:28 +0000