2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.46 2006/02/05 23:08:32 joerg Exp $
|
2002-10-30 06:09:08 +01:00
|
|
|
#
|
|
|
|
|
Update to 1.9.100:
libgnomedb 1.9.100, 2005-10-13
------------------------------
- Fixed #313204 (Rodrigo)
- Fixed #314733 (Cygwin ports maintainer)
- Require libgda >= 1.9.99 (Juan Manuel)
- Updated translations:
- es (Francisco Javier)
- sv (Christian)
libgnomedb 1.9.99, 2005-09-26
-----------------------------
- Compilation fixes (Rodrigo, Stanislav)
- Added Mono bindings from GTK# (Dan)
- Install plugins in $libdir (Stanislav)
- Added SQL console menu item to browser application (Vivien)
- Fixed row numbers status messages in browser application (Vivien)
- Fixed compilations flags and libs for sample application (Juan Manuel)
- Extended GnomeDbSelector API (Vivien)
- Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo)
- Updated translations:
- en_CA (Adam)
- eu (Iñaki)
- ne (Pawan)
- vi (Clytie)
libgnomedb 1.3.91, 2005-08-10
-----------------------------
- Depend on libgda >= 1.3.90 (Rodrigo)
libgnomedb 1.3.90, 2005-08-07
-----------------------------
- Removed redundant gnome_db_server_stringify_value (Vivien)
- Adapted to changes in libgda's GdaValue (Vivien)
- Support more numerical types in GnomeDbHandlerNumerical (Vivien)
- Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien)
- GnomeDbTableField API cleanups and improvements (Vivien)
- Extended DTD attributes for GNOME_DB_FIELD tag (Vivien)
- Added support for browsing through large data sets in the browser
application (Vivien)
- Clever use of AUTO_INCREMENT's in result sets (Vivien)
- Fixed #310396 (M Wood)
- Compilation fixes for gtk-doc generated documentation (Andreas)
- Fixed #300082 (Kristof)
- Changed all type declarations to GNOME_DB_TYPE_* (Vivien)
- Make use of the better libgda error reporting to report better messages (Vivien)
- Improved SQL parsing and data dictionary (Vivien)
- Updated translations:
- fi (Ilkka)
- nb (Kjartan)
- no (Kjartan)
- vi (Clytie)
libgnomedb 1.3.4, 2005-07-08
----------------------------
- Use libgnomedb-2.0 for the pkg-config files (Rodrigo)
- Fixed wrongly static functions in gnome-db-qf-value.[ch] (Rodrigo)
- Use GType instead of guint for GObject types (Andreas)
- Compilation fixes (Rodrigo)
- Improved boolean data type handler (Vivien)
- Replace DSN string entry with list of widgets for all provider parameters (Vivien)
- Added GnomeDbDsnSpec widget (Vivien)
libgnomedb 1.3.3, 2005-06-06
----------------------------
- Changed some menu strings to match similar ones in other menus (Rodrigo)
libgnomedb 1.3.2, 2005-06-01
----------------------------
- Fixed several bugs when refreshing data models (Vivien)
- Allow multiple selections in the grid widget (Vivien)
- Added GnomeDbQfAgg object for aggregate query fields (Vivien)
- Added aggregates parsing in query parsing code (Vivien)
- Load data asynchromously and by chunks of rows in data proxies (Vivien)
- Removed (unused) Bonobo dependencies (Vivien)
- Use GtkAbout instead of GnomeAbout (Vivien)
- Support for data type synonyms (Vivien)
- Removed gnome-db-config API, now gda-config supports all we need (Vivien)
- Updated to newest GtkSourceView API for the editor widget (Vivien)
- API documentation (Vivien)
- Fixed gtk-doc generation (Rodrigo)
- Fixed #168937 (Adam)
- Updated translations:
- rw (Steve)
libgnomedb 1.3.1, 2005-03-21
----------------------------
- Use default libgnomedb dictionary when using NULL GnomeDbDict
objects (Vivien)
- Added 'Info' button to each GnomeDbGrid entry (Vivien)
- Improved GnomeDbDataWidget (Vivien)
- Simplified GnomeDbGrid widget (Vivien)
- Fixed reverse columns bug in GnomeDbGrid (Vivien)
- Fixed title displaying in GnomeDbGrid (Vivien)
- Fixed SQL rendering bug in GnomeDbCondition (Vivien)
- Fixed date handling problems (Vivien)
- Added sample application (Vivien)
- Use libgnomedb*-3 as library names, for parallel installation (Rodrigo)
- Fixed #166529 (Vivien)
- Adapted to GdaDataModelColumn* renaming (Álvaro)
- Updated translations:
- de (Frank)
- en_CA (Adam)
- en_GB (David)
- it (Alessio)
- pt_BR (Raphael)
2006-02-04 18:03:16 +01:00
|
|
|
DISTNAME= libgnomedb-1.9.100
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2002-10-30 06:09:08 +01:00
|
|
|
CATEGORIES= databases gnome
|
Update to 1.9.100:
libgnomedb 1.9.100, 2005-10-13
------------------------------
- Fixed #313204 (Rodrigo)
- Fixed #314733 (Cygwin ports maintainer)
- Require libgda >= 1.9.99 (Juan Manuel)
- Updated translations:
- es (Francisco Javier)
- sv (Christian)
libgnomedb 1.9.99, 2005-09-26
-----------------------------
- Compilation fixes (Rodrigo, Stanislav)
- Added Mono bindings from GTK# (Dan)
- Install plugins in $libdir (Stanislav)
- Added SQL console menu item to browser application (Vivien)
- Fixed row numbers status messages in browser application (Vivien)
- Fixed compilations flags and libs for sample application (Juan Manuel)
- Extended GnomeDbSelector API (Vivien)
- Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo)
- Updated translations:
- en_CA (Adam)
- eu (Iñaki)
- ne (Pawan)
- vi (Clytie)
libgnomedb 1.3.91, 2005-08-10
-----------------------------
- Depend on libgda >= 1.3.90 (Rodrigo)
libgnomedb 1.3.90, 2005-08-07
-----------------------------
- Removed redundant gnome_db_server_stringify_value (Vivien)
- Adapted to changes in libgda's GdaValue (Vivien)
- Support more numerical types in GnomeDbHandlerNumerical (Vivien)
- Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien)
- GnomeDbTableField API cleanups and improvements (Vivien)
- Extended DTD attributes for GNOME_DB_FIELD tag (Vivien)
- Added support for browsing through large data sets in the browser
application (Vivien)
- Clever use of AUTO_INCREMENT's in result sets (Vivien)
- Fixed #310396 (M Wood)
- Compilation fixes for gtk-doc generated documentation (Andreas)
- Fixed #300082 (Kristof)
- Changed all type declarations to GNOME_DB_TYPE_* (Vivien)
- Make use of the better libgda error reporting to report better messages (Vivien)
- Improved SQL parsing and data dictionary (Vivien)
- Updated translations:
- fi (Ilkka)
- nb (Kjartan)
- no (Kjartan)
- vi (Clytie)
libgnomedb 1.3.4, 2005-07-08
----------------------------
- Use libgnomedb-2.0 for the pkg-config files (Rodrigo)
- Fixed wrongly static functions in gnome-db-qf-value.[ch] (Rodrigo)
- Use GType instead of guint for GObject types (Andreas)
- Compilation fixes (Rodrigo)
- Improved boolean data type handler (Vivien)
- Replace DSN string entry with list of widgets for all provider parameters (Vivien)
- Added GnomeDbDsnSpec widget (Vivien)
libgnomedb 1.3.3, 2005-06-06
----------------------------
- Changed some menu strings to match similar ones in other menus (Rodrigo)
libgnomedb 1.3.2, 2005-06-01
----------------------------
- Fixed several bugs when refreshing data models (Vivien)
- Allow multiple selections in the grid widget (Vivien)
- Added GnomeDbQfAgg object for aggregate query fields (Vivien)
- Added aggregates parsing in query parsing code (Vivien)
- Load data asynchromously and by chunks of rows in data proxies (Vivien)
- Removed (unused) Bonobo dependencies (Vivien)
- Use GtkAbout instead of GnomeAbout (Vivien)
- Support for data type synonyms (Vivien)
- Removed gnome-db-config API, now gda-config supports all we need (Vivien)
- Updated to newest GtkSourceView API for the editor widget (Vivien)
- API documentation (Vivien)
- Fixed gtk-doc generation (Rodrigo)
- Fixed #168937 (Adam)
- Updated translations:
- rw (Steve)
libgnomedb 1.3.1, 2005-03-21
----------------------------
- Use default libgnomedb dictionary when using NULL GnomeDbDict
objects (Vivien)
- Added 'Info' button to each GnomeDbGrid entry (Vivien)
- Improved GnomeDbDataWidget (Vivien)
- Simplified GnomeDbGrid widget (Vivien)
- Fixed reverse columns bug in GnomeDbGrid (Vivien)
- Fixed title displaying in GnomeDbGrid (Vivien)
- Fixed SQL rendering bug in GnomeDbCondition (Vivien)
- Fixed date handling problems (Vivien)
- Added sample application (Vivien)
- Use libgnomedb*-3 as library names, for parallel installation (Rodrigo)
- Fixed #166529 (Vivien)
- Adapted to GdaDataModelColumn* renaming (Álvaro)
- Updated translations:
- de (Frank)
- en_CA (Adam)
- en_GB (David)
- it (Alessio)
- pt_BR (Raphael)
2006-02-04 18:03:16 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.9/}
|
2002-10-30 06:09:08 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2005-09-23 22:08:05 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2002-10-30 06:09:08 +01:00
|
|
|
HOMEPAGE= http://www.gnome-db.org/
|
|
|
|
COMMENT= GNOME2 database library
|
|
|
|
|
2003-09-11 14:40:23 +02:00
|
|
|
BUILD_USES_MSGFMT= yes
|
2003-07-05 10:22:13 +02:00
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2002-10-30 06:09:08 +01:00
|
|
|
USE_LIBTOOL= YES
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2002-11-30 17:24:35 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2002-10-30 06:09:08 +01:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
Update to 1.9.100:
libgnomedb 1.9.100, 2005-10-13
------------------------------
- Fixed #313204 (Rodrigo)
- Fixed #314733 (Cygwin ports maintainer)
- Require libgda >= 1.9.99 (Juan Manuel)
- Updated translations:
- es (Francisco Javier)
- sv (Christian)
libgnomedb 1.9.99, 2005-09-26
-----------------------------
- Compilation fixes (Rodrigo, Stanislav)
- Added Mono bindings from GTK# (Dan)
- Install plugins in $libdir (Stanislav)
- Added SQL console menu item to browser application (Vivien)
- Fixed row numbers status messages in browser application (Vivien)
- Fixed compilations flags and libs for sample application (Juan Manuel)
- Extended GnomeDbSelector API (Vivien)
- Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo)
- Updated translations:
- en_CA (Adam)
- eu (Iñaki)
- ne (Pawan)
- vi (Clytie)
libgnomedb 1.3.91, 2005-08-10
-----------------------------
- Depend on libgda >= 1.3.90 (Rodrigo)
libgnomedb 1.3.90, 2005-08-07
-----------------------------
- Removed redundant gnome_db_server_stringify_value (Vivien)
- Adapted to changes in libgda's GdaValue (Vivien)
- Support more numerical types in GnomeDbHandlerNumerical (Vivien)
- Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien)
- GnomeDbTableField API cleanups and improvements (Vivien)
- Extended DTD attributes for GNOME_DB_FIELD tag (Vivien)
- Added support for browsing through large data sets in the browser
application (Vivien)
- Clever use of AUTO_INCREMENT's in result sets (Vivien)
- Fixed #310396 (M Wood)
- Compilation fixes for gtk-doc generated documentation (Andreas)
- Fixed #300082 (Kristof)
- Changed all type declarations to GNOME_DB_TYPE_* (Vivien)
- Make use of the better libgda error reporting to report better messages (Vivien)
- Improved SQL parsing and data dictionary (Vivien)
- Updated translations:
- fi (Ilkka)
- nb (Kjartan)
- no (Kjartan)
- vi (Clytie)
libgnomedb 1.3.4, 2005-07-08
----------------------------
- Use libgnomedb-2.0 for the pkg-config files (Rodrigo)
- Fixed wrongly static functions in gnome-db-qf-value.[ch] (Rodrigo)
- Use GType instead of guint for GObject types (Andreas)
- Compilation fixes (Rodrigo)
- Improved boolean data type handler (Vivien)
- Replace DSN string entry with list of widgets for all provider parameters (Vivien)
- Added GnomeDbDsnSpec widget (Vivien)
libgnomedb 1.3.3, 2005-06-06
----------------------------
- Changed some menu strings to match similar ones in other menus (Rodrigo)
libgnomedb 1.3.2, 2005-06-01
----------------------------
- Fixed several bugs when refreshing data models (Vivien)
- Allow multiple selections in the grid widget (Vivien)
- Added GnomeDbQfAgg object for aggregate query fields (Vivien)
- Added aggregates parsing in query parsing code (Vivien)
- Load data asynchromously and by chunks of rows in data proxies (Vivien)
- Removed (unused) Bonobo dependencies (Vivien)
- Use GtkAbout instead of GnomeAbout (Vivien)
- Support for data type synonyms (Vivien)
- Removed gnome-db-config API, now gda-config supports all we need (Vivien)
- Updated to newest GtkSourceView API for the editor widget (Vivien)
- API documentation (Vivien)
- Fixed gtk-doc generation (Rodrigo)
- Fixed #168937 (Adam)
- Updated translations:
- rw (Steve)
libgnomedb 1.3.1, 2005-03-21
----------------------------
- Use default libgnomedb dictionary when using NULL GnomeDbDict
objects (Vivien)
- Added 'Info' button to each GnomeDbGrid entry (Vivien)
- Improved GnomeDbDataWidget (Vivien)
- Simplified GnomeDbGrid widget (Vivien)
- Fixed reverse columns bug in GnomeDbGrid (Vivien)
- Fixed title displaying in GnomeDbGrid (Vivien)
- Fixed SQL rendering bug in GnomeDbCondition (Vivien)
- Fixed date handling problems (Vivien)
- Added sample application (Vivien)
- Use libgnomedb*-3 as library names, for parallel installation (Rodrigo)
- Fixed #166529 (Vivien)
- Adapted to GdaDataModelColumn* renaming (Álvaro)
- Updated translations:
- de (Frank)
- en_CA (Adam)
- en_GB (David)
- it (Alessio)
- pt_BR (Raphael)
2006-02-04 18:03:16 +01:00
|
|
|
PKGCONFIG_OVERRIDE= libgnomedb-2.0.pc.in
|
2002-10-30 06:09:08 +01:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
2005-06-26 18:54:46 +02:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
2003-02-14 21:18:03 +01:00
|
|
|
|
|
|
|
GCONF2_SCHEMAS= libgnomedb.schemas
|
|
|
|
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../databases/libgda/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
Update to 1.9.100:
libgnomedb 1.9.100, 2005-10-13
------------------------------
- Fixed #313204 (Rodrigo)
- Fixed #314733 (Cygwin ports maintainer)
- Require libgda >= 1.9.99 (Juan Manuel)
- Updated translations:
- es (Francisco Javier)
- sv (Christian)
libgnomedb 1.9.99, 2005-09-26
-----------------------------
- Compilation fixes (Rodrigo, Stanislav)
- Added Mono bindings from GTK# (Dan)
- Install plugins in $libdir (Stanislav)
- Added SQL console menu item to browser application (Vivien)
- Fixed row numbers status messages in browser application (Vivien)
- Fixed compilations flags and libs for sample application (Juan Manuel)
- Extended GnomeDbSelector API (Vivien)
- Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo)
- Updated translations:
- en_CA (Adam)
- eu (Iñaki)
- ne (Pawan)
- vi (Clytie)
libgnomedb 1.3.91, 2005-08-10
-----------------------------
- Depend on libgda >= 1.3.90 (Rodrigo)
libgnomedb 1.3.90, 2005-08-07
-----------------------------
- Removed redundant gnome_db_server_stringify_value (Vivien)
- Adapted to changes in libgda's GdaValue (Vivien)
- Support more numerical types in GnomeDbHandlerNumerical (Vivien)
- Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien)
- GnomeDbTableField API cleanups and improvements (Vivien)
- Extended DTD attributes for GNOME_DB_FIELD tag (Vivien)
- Added support for browsing through large data sets in the browser
application (Vivien)
- Clever use of AUTO_INCREMENT's in result sets (Vivien)
- Fixed #310396 (M Wood)
- Compilation fixes for gtk-doc generated documentation (Andreas)
- Fixed #300082 (Kristof)
- Changed all type declarations to GNOME_DB_TYPE_* (Vivien)
- Make use of the better libgda error reporting to report better messages (Vivien)
- Improved SQL parsing and data dictionary (Vivien)
- Updated translations:
- fi (Ilkka)
- nb (Kjartan)
- no (Kjartan)
- vi (Clytie)
libgnomedb 1.3.4, 2005-07-08
----------------------------
- Use libgnomedb-2.0 for the pkg-config files (Rodrigo)
- Fixed wrongly static functions in gnome-db-qf-value.[ch] (Rodrigo)
- Use GType instead of guint for GObject types (Andreas)
- Compilation fixes (Rodrigo)
- Improved boolean data type handler (Vivien)
- Replace DSN string entry with list of widgets for all provider parameters (Vivien)
- Added GnomeDbDsnSpec widget (Vivien)
libgnomedb 1.3.3, 2005-06-06
----------------------------
- Changed some menu strings to match similar ones in other menus (Rodrigo)
libgnomedb 1.3.2, 2005-06-01
----------------------------
- Fixed several bugs when refreshing data models (Vivien)
- Allow multiple selections in the grid widget (Vivien)
- Added GnomeDbQfAgg object for aggregate query fields (Vivien)
- Added aggregates parsing in query parsing code (Vivien)
- Load data asynchromously and by chunks of rows in data proxies (Vivien)
- Removed (unused) Bonobo dependencies (Vivien)
- Use GtkAbout instead of GnomeAbout (Vivien)
- Support for data type synonyms (Vivien)
- Removed gnome-db-config API, now gda-config supports all we need (Vivien)
- Updated to newest GtkSourceView API for the editor widget (Vivien)
- API documentation (Vivien)
- Fixed gtk-doc generation (Rodrigo)
- Fixed #168937 (Adam)
- Updated translations:
- rw (Steve)
libgnomedb 1.3.1, 2005-03-21
----------------------------
- Use default libgnomedb dictionary when using NULL GnomeDbDict
objects (Vivien)
- Added 'Info' button to each GnomeDbGrid entry (Vivien)
- Improved GnomeDbDataWidget (Vivien)
- Simplified GnomeDbGrid widget (Vivien)
- Fixed reverse columns bug in GnomeDbGrid (Vivien)
- Fixed title displaying in GnomeDbGrid (Vivien)
- Fixed SQL rendering bug in GnomeDbCondition (Vivien)
- Fixed date handling problems (Vivien)
- Added sample application (Vivien)
- Use libgnomedb*-3 as library names, for parallel installation (Rodrigo)
- Fixed #166529 (Vivien)
- Adapted to GdaDataModelColumn* renaming (Álvaro)
- Updated translations:
- de (Frank)
- en_CA (Adam)
- en_GB (David)
- it (Alessio)
- pt_BR (Raphael)
2006-02-04 18:03:16 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2003-02-14 21:18:03 +01:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
2004-03-11 15:01:34 +01:00
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
2003-02-18 15:55:54 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2004-03-11 15:01:34 +01:00
|
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
2002-10-30 06:09:08 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|