diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-05 10:23:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-05 10:23:07 +0000 |
commit | 4b2a8a8296f72399532ff7166c60946c78a03695 (patch) | |
tree | df02de9c304bc963661eaff0a39c24fba41db5be /databases/libgnomedb/Makefile | |
parent | de8bfab25343edf8bd9faa322d3ed6febfb89144 (diff) | |
download | pkgsrc-4b2a8a8296f72399532ff7166c60946c78a03695.tar.gz |
Update to 1.99.1:
libgnomedb 1.99.1, 2006-10-26
-----------------------------
- Possibility to avoid compiling C# bindings (Vivien)
- Bug fixes (Vivien)
- Translations:
- en_GB (David Lodge)
- fi (Ilkka)
libgnomedb 1.99.0, 2006-10-18
-----------------------------
- GnomeDb# fixes (Daniel)
- New gnome-db-demo program to demo widgets and show code (Vivien)
- Improved documentation about migration from previous versions (Vivien)
- Many bug fixes and small improvements
- Translations:
- en_GB (David Lodge)
- fi (Ilkka)
- ca (Josep Puigdemont i Casamajó)
- ne (Pawan Chitrakar)
- vi (Clytie)
Diffstat (limited to 'databases/libgnomedb/Makefile')
-rw-r--r-- | databases/libgnomedb/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 5a6946b0953..aa4c1320b35 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2006/11/13 21:38:25 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2006/12/05 10:23:07 wiz Exp $ # -DISTNAME= libgnomedb-1.9.103 -PKGREVISION= 2 +DISTNAME= libgnomedb-1.99.1 CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.9/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.99/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -21,6 +20,8 @@ PKGCONFIG_OVERRIDE= libgnomedb-2.0.pc.in GCONF2_SCHEMAS= libgnomedb.schemas +BUILDLINK_API_DEPENDS.libgda?= libgda>=1.99.1 + .include "../../databases/libgda/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |