The gir-repository is a repository of GIR interface description files.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gir-repository/0.6/gir-repository-0.6.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gir-repository/0.6/gir-repository-0.6.5.tar.bz2
Download MD5 sum: f161fa1ae161e81117af6f4bb79bf344
Download size: 258 KB
Estimated disk space required: 17 MB
Estimated build time: 0.3 SBU
D-Bus GLib Bindings-0.98, libsoup-2.30.2, clutter-1.2.10, atk-2.2.0, avahi-0.6.25, babl-0.1.6, clutter-cairo, clutter-gtk-0.10.4, GConf-2.28.1, gnome-menus-2.30.2, gnio, gnome-keyring-2.30.3, goocanvas, gssdp, GStreamer-0.10.25, GStreamer Base Plug-ins-0.10.25, gtk+-2.24.8, gtksourceview-2.10.4, gupnp, Nautilus-2.30.1, libnotify-0.4.5, Pango-1.29.4, Poppler-0.14.4, libunique-1.1.6, VTE-0.24.2, WebKitGTK+-1.6.1, and libwnck-2.30.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gir-repository
Install gir-repository by running the following commands:
patch -Np1 -i ../gir-repository-0.6.5-dbus-glib-2.patch && sed -i 's#abl-0\.0#abl-0.1#' gir/Makefile.in && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
sed -i 's#abl-0\.0#abl-0.1#'
gir/Makefile.in
: The version of babl is hardcoded
several times as Babl-0.0 and babl-0.0. When the 0.1 series of babl
is present, that causes the build to fail.
Last updated on 2010-10-10 23:08:20 +0000