diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-20 16:26:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-20 16:26:00 +0000 |
commit | c0b626d0929d861ce4565f1013bbd9a2e4c94c13 (patch) | |
tree | 0944460b53c7ea4423a14b081495c6b18f5a52c3 /databases/libgnomedb/Makefile | |
parent | 5eec0fe1ca5af420e191109032b43ba650cef6f9 (diff) | |
download | pkgsrc-c0b626d0929d861ce4565f1013bbd9a2e4c94c13.tar.gz |
libgnomedb 1.0.4, 2004-04-18
----------------------------
- 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)
Diffstat (limited to 'databases/libgnomedb/Makefile')
-rw-r--r-- | databases/libgnomedb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 453c5ca4dcf..f507cefaffd 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2004/04/14 16:15:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2004/04/20 16:26:00 jmmv Exp $ # -DISTNAME= libgnomedb-1.0.3 -PKGREVISION= 1 +DISTNAME= libgnomedb-1.0.4 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.0/} EXTRACT_SUFX= .tar.bz2 |