9b0bfa4809
---------------------------- - Fixed parameter mismatch in GnomeDbCombo API (rodrigo) - Added missing implementation for gnome_db_config_get_component_data_model (laurent) - Fixed desktop icon location (julio) - Fixed gtk-doc comments (stephane) - Removed missing files in spec file (rodrigo) - Make sure the GUI doesnt allow data source names with spaces (rodrigo) - Only build documentation if gtk-doc is enabled (rodrigo) - Updated translations: - ca (jordi) - cs (mitr) - de (christian) - en_CA (adam) - en_GB (dave) - es (francisco) - fi (tvainika) - ga (alastairmck) - hr (rsedak) - hu (andras) - id (mohammad) - it (algol) - nl (vincent) - no (kjartan) - pt_BR (evandro, gustavo) - sr@Latin (danilo)
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.29 2004/04/20 16:26:00 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= libgnomedb-1.0.4
|
|
CATEGORIES= databases gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://www.gnome-db.org/
|
|
COMMENT= GNOME2 database library
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_X11= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
PKGCONFIG_OVERRIDE= libgnomedb.pc.in
|
|
|
|
CONFIGURE_ARGS= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
GCONF2_SCHEMAS= libgnomedb.schemas
|
|
|
|
.include "../../databases/libgda/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|