38613678dd
changes is according to the development branch, 2.3. Changes since then include several bugfixes. libbonobo 2.3.6 + bugs fixes + improved tests (Gustavo) + improved FAQ (Gustavo) + featurelets + bogus inheritance trap (Michael) libbonobo 2.3.5 * Bugs fixed + reference tracking race (Gustavo Carneiro) + incompatible activation-client fix (Antonio Xu) + popt fixage (Michael, Damien Carbery) * Featurelets + factory regression tests (Gustavo) libbonobo 2.3.4 * Bugs fixed + don't use C++ keyword in C code (Frederic Crozat) + fix activation test linking and script (Michael) * Translations + az (Metin Amiroff) + id (Mohammad Damt) + ml (Guntupalli Karunakar) + nl (Huib Kleinhout) + bn (Mahmudur Rahman) + fi (Pauli Virtanen) + ru (Russian team, Dmitry G. Mastrukov) + da (Ole Laursen) + sr (Serbian team, Danilo Å egan) + sq (Laurent Dhima) libbonobo 2.3.3 * Features + use Gdk::WindowId for Bonobo_Canvas (Michael) * Bugs fixed + CORBA_boolean handling in property bag (Dan Winship) + cancel pending timeouts when destroying factory (Gustavo Carneiro) libbonobo 2.3.2 * Features + very much improved API docs (Gustavo Carneiro, Martin Kretschmar, Rodrigo Moya) + dynamic b-a-s path update (Antonio Xu) + fix DNS reverse-lookup (Shailesh Mittal, Michael) + always run in thread-safe mode (Michael) + tentative BonoboObject locking action (Michael) + new thread policy APIs (Michael) + bump default factory timeouts (Gustavo) + more regression tests (Michael, Gustavo) * Bugs fixed + de-linc-ization (Michael) + build fixes (Jens Granseuer, Martin) libbonobo 2.3.1 * Features + lots more API & other doc work (Gustavo) + selectable BonoboObject POAs (Michael, Gustavo) + re-factored activation server (Michael) + merged bonobo-activation (Michael) + unknown app registration (Gustavo) + cygwin build fixes (Masahiro Sakai) + BonoboForeignObject - for bindings (Gustavo, James H) * Bugs fixed + BonoboArg improvements (Gustavo) + make check doesn't trash /tmp (Michael) + remove .so library suffix (Michael) + trailing ; fixes (Padraig O'Briain) + C++ BonoboArg bits (Martin Kretzchmar) + gettext fixes (Hidetoshi Tajima) + build fixes (Thomas VS, James H, Carlos Marin) * Translations + am - Daniel Yacob, de, fa, mk, nl - Pablo Saratxaga + ro - Marius Andreiana, mn, id, eo, sr - Christian Rose + ml - Guntupalli Karunakar
42 lines
1.3 KiB
Makefile
42 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2003/12/14 19:46:25 jmmv Exp $
|
|
|
|
DISTNAME= libbonobo-2.4.2
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://developer.gnome.org/
|
|
COMMENT= GNOME2 Object activation framework library
|
|
|
|
CONFLICTS= bonobo-activation-[0-9]*
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGINSTALL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_LIBTOOL= YES
|
|
USE_GMAKE= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in
|
|
|
|
CONFIGURE_ARGS= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
PKG_SYSCONFSUBDIR= bonobo-activation
|
|
EGDIR= ${PREFIX}/share/examples/bonobo-activation
|
|
CONF_FILES= ${EGDIR}/bonobo-activation-config.xml \
|
|
${PKG_SYSCONFDIR}/bonobo-activation-config.xml
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/bonobo/monikers
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/glib2/buildlink2.mk"
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../net/ORBit2/buildlink2.mk"
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|