[BACK]Return to buildlink3.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / libgnomedb

File: [cvs.NetBSD.org] / pkgsrc / databases / libgnomedb / Attic / buildlink3.mk (download)

Revision 1.21, Sat Aug 4 11:23:32 2007 UTC (16 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.20: +3 -5 lines

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)

# $NetBSD: buildlink3.mk,v 1.21 2007/08/04 11:23:32 obache Exp $

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH}+
LIBGNOMEDB_BUILDLINK3_MK:=	${LIBGNOMEDB_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	libgnomedb
.endif

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Nlibgnomedb}
BUILDLINK_PACKAGES+=	libgnomedb
BUILDLINK_ORDER:=	${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgnomedb

.if !empty(LIBGNOMEDB_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.libgnomedb+=	libgnomedb>=2.99.2
BUILDLINK_ABI_DEPENDS.libgnomedb+=	libgnomedb>=3.0.0
BUILDLINK_PKGSRCDIR.libgnomedb?=	../../databases/libgnomedb
.endif	# LIBGNOMEDB_BUILDLINK3_MK

.include "../../databases/libgda/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview/buildlink3.mk"

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH:S/+$//}