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 and .directory
files.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.31/gnome-menus-3.31.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.31/gnome-menus-3.31.4.tar.xz
Download MD5 sum: 9324bd1e1ab9cf2f72fe6eefccbe17eb
Download size: 488 KB
Estimated disk space required: 8.4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-menus
First, fix a bug that was introduced after removing the Sundry menu:
sed -i '129i </Exclude>' layout/gnome-applications.menu
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 2019-02-20 23:16:01 -0800