The GNOME Menus package contains
an implementation of the draft Desktop Menu
Specification from freedesktop.org. It also contains 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.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.6/gnome-menus-3.6.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.6/gnome-menus-3.6.2.tar.xz
Download MD5 sum: c48775f704e7c542496d1fa1a84b2bfd
Download size: 416 KB
Estimated disk space required: 8.5 MB
Estimated build time: less than 0.1 SBU
GLib-2.34.3 and Intltool-0.50.2
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 2013-02-11 18:51:17 +0000