pkgsrc/databases/libgnomedb/Makefile

39 lines
1.1 KiB
Makefile
Raw Normal View History

2008-09-29 14:56:50 +02:00
# $NetBSD: Makefile,v 1.67 2008/09/29 12:56:50 obache Exp $
#
Update libgnomedb to 3.0.0. libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-08-04 13:23:32 +02:00
DISTNAME= libgnomedb-3.0.0
PKGREVISION= 2
CATEGORIES= databases gnome
Update libgnomedb to 3.0.0. libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-08-04 13:23:32 +02:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/3.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome-db.org/
COMMENT= GNOME2 database library
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_DIRS+= gnome2-1.5
2002-11-30 17:24:35 +01:00
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
Update libgnomedb to 3.0.0. libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-08-04 13:23:32 +02:00
PKGCONFIG_OVERRIDE= libgnomedb-3.0.pc.in libgnomedb-extra-3.0.pc.in \
libgnomedb-graph-3.0.pc.in
GCONF_SCHEMAS= libgnomedb-3.0.schemas
Update to 0.10. Changes since 0.8.199: libgnomedb 0.10, 2003-01-27 --------------------------- - Added --disable-gtk-doc argument to configure (rodrigo) - Fixed .server file paths (rodrigo) - Fixed weird size of provider list in configuration dialog (rodrigo) - Fixed modal dialog on 'save as..' grid's menu item and made the code actually ask the user if he wants to overwrite existing files (rodrigo) - Re-Added GnomeDbIconList from the 1.4 version (rodrigo) - Implemented session management (rodrigo) - Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor, to support many languages (rodrigo) - Removed obsolete config.h files all over (gonzalo) - Fixed alignment for grid's cells (rodrigo) - Improved look of error and login dialogs (rodrigo) - Remember values between GnomeDbDsnConfigDruid's pages (rodrigo) - Many improvements on GnomeDbGrid (rodrigo) - Updated translations: - de (cneumair) - es (pablodc) - it (algol) - no (kmaraas) - pt_BR (evandrofg) - sl (minmax) - sv (menthos) libgnomedb 0.9, 2002-12-10 -------------------------- - Splitted stock icons initialization from the main library init function, to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly in Glade (rodrigo) - Updated translations: - be (dmitrym) - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - nl (adrighem) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html. - Honor PKG_SYSCONFDIR. - Register schema files using the new framework in GConf2 (schemas.mk).
2003-02-14 21:18:03 +01:00
Update libgnomedb to 3.0.0. libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-08-04 13:23:32 +02:00
BUILDLINK_API_DEPENDS.libgda+= libgda>=3.0.0
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"
.include "../../devel/GConf/schemas.mk"
.include "../../devel/libglade/buildlink3.mk"
Update libgnomedb to 3.0.0. libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-08-04 13:23:32 +02:00
.include "../../graphics/libgnomecanvas/buildlink3.mk"
2008-09-29 14:56:50 +02:00
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
2004-02-11 05:58:15 +01:00
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"