2004-02-13 13:13:45 +01:00
|
|
|
# $NetBSD: Makefile,v 1.28 2004/02/13 12:13:45 jmmv Exp $
|
2002-09-12 01:57:02 +02:00
|
|
|
#
|
|
|
|
|
2004-02-06 21:35:31 +01:00
|
|
|
DISTNAME= libbonoboui-2.4.3
|
2004-02-09 19:47:36 +01:00
|
|
|
PKGREVISION= 1
|
2002-09-12 01:57:02 +02:00
|
|
|
CATEGORIES= devel gnome
|
Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.
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)
2003-12-14 20:49:24 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.4/}
|
2002-09-12 01:57:02 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
2002-09-12 01:57:02 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= GNOME2 Object activation framework library (graphical version)
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
2003-04-27 11:59:13 +02:00
|
|
|
DEPENDS= gnome2-dirs>=1.1:../../misc/gnome2-dirs
|
2002-09-12 01:57:02 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-11 03:12:36 +01:00
|
|
|
USE_BUILDLINK3= yes
|
2002-12-01 00:21:32 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2004-01-22 09:24:28 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2002-09-15 07:35:27 +02:00
|
|
|
USE_X11= yes
|
2002-09-12 01:57:02 +02:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
2003-09-23 14:18:53 +02:00
|
|
|
PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in
|
2002-09-12 01:57:02 +02:00
|
|
|
|
2003-03-05 13:10:01 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
2004-02-13 13:13:45 +01:00
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2002-09-12 01:57:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|