Change log lists changes for the development branch (2.3); since then, there have been several bugfixes. libbonoboui 2.3.6 * bugs fixed + F1 help menu shortcut (Yuedong Du) + vicious K/B focus fixage (Federico) + dock grip fix (Padraig O'Briain) + doc. fix (Michael) libbonoboui 2.3.3 * bugs fixed + multi-head issues (Morten Welinder, Michael) + nasty focus hacks binned (Michael) + UI preferences fixes (Anders Carlsson) + toolbar layout fix (Gustavo Giraldez) + UI re-enterancy fix (Radek Doulik) + Tooltip fixes (Dave Camp) + build fixage (Hidetoshi Tajima, Masahiro Sakai, Malcolm Tredinnick, Padraig O'Briain, Alex Duggan) * featurelets + new sample container (Sergey Oudaltsov) + nicer toolbar rendering (Rodney Dawes) + cygwin port (Masahiro Sakai) + toolbar widget direction (Jody Goldberg) + working canvas components (Bob Gibbs) + more documentation (Gustavo Carneiro) * translations + kn, id, mn, yi (Christian Rose) + ro (Marius Andreiana) + fa (Roozbeh Pournader) + ml (Guntupalli Karunakar) + sr (Danilo Šegan) + cy (Telsa Gwynne et. al)
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2003/12/14 19:49:24 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= libbonoboui-2.4.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME2 Object activation framework library (graphical version)
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
DEPENDS= gnome2-dirs>=1.1:../../misc/gnome2-dirs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_GMAKE= yes
|
|
USE_X11= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/GConf2/buildlink2.mk"
|
|
.include "../../devel/libbonobo/buildlink2.mk"
|
|
.include "../../devel/libglade2/buildlink2.mk"
|
|
.include "../../devel/libgnome/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../graphics/libart2/buildlink2.mk"
|
|
.include "../../graphics/libgnomecanvas/buildlink2.mk"
|
|
.include "../../sysutils/gnome-vfs2/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|