The libwnck package contains a Window Navigator Construction Kit.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libwnck/2.30/libwnck-2.30.7.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libwnck/2.30/libwnck-2.30.7.tar.xz
Download MD5 sum: 3d20f26105a2fd878899d6ecdbe9a082
Download size: 612 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
GTK+-2.24.22 and Intltool-0.50.2
gobject-introspection-1.38.0 and GTK-Doc-1.19
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libwnck2
Install libwnck by running the following commands:
./configure --prefix=/usr \ --disable-static \ --program-suffix=-1 && make GETTEXT_PACKAGE=libwnck-1
This package does not come with a test suite.
Now, as the root
user:
make GETTEXT_PACKAGE=libwnck-1 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--program-suffix=-1
: This option adds
-1 to the end of the names of the installed programs to avoid
overwriting the programs installed by libwnck-3.4.7.
GETTEXT_PACKAGE=libwnck-1
:
This parameter adds -1 to the end of the names of the gettext files
installed by the package to avoid overwriting the files installed
by libwnck-3.4.7.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-20 10:20:46 -0800