diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-11 17:07:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-11 17:07:19 +0000 |
commit | 8354380a93f7aa400f3466f506373cde21e77fd5 (patch) | |
tree | 2becd189e7da4f622f3aa4afc0c7905c30cf2b32 /databases/libgnomedb/Makefile | |
parent | 292a96f6becf6a5dbbefc4d96f0bb8986ab253cf (diff) | |
download | pkgsrc-8354380a93f7aa400f3466f506373cde21e77fd5.tar.gz |
Update to 1.9.103:
libgnomedb 1.9.103, 2006-09-03
------------------------------
- Re-implement the plugin feature for custom GnomeDbDataEntry widgets
and GtkCellRenderer objects (Vivien)
- Better integration with Glade-3 (Daniel Espinosa)
- Enable table contents modifications in the browser (Carlos)
- Improved testing program (Vivien)
- New widget to represent DDL queries in a generic way (from
each provider's specifications) (Vivien)
- Fixed #336982 (Thomas)
- Bug fixes
- Translations:
- new Lithuanian (lt) translation (Gintautas Miliauskas)
- removed the obsolete no translation (Kjartan Maraas)
- vi (Clytie)
- fi (Ilkka)
- zh_HK, zh_TW (Chao-Hsiung Liao)
- eu (Iñaki)
- nb (Kjartan Maraas)
- es (Francisco Javier)
- fr (Marc-André Lureau)
- ru (Nickolay)
- de (Hendrik)
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 f7062cf940b..3b056331f2a 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2006/07/05 05:37:39 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2006/09/11 17:07:19 wiz Exp $ # -DISTNAME= libgnomedb-1.9.102 -PKGREVISION= 1 +DISTNAME= libgnomedb-1.9.103 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.9/} EXTRACT_SUFX= .tar.bz2 |