Index: head/databases/libgda5/Makefile =================================================================== --- head/databases/libgda5/Makefile (revision 484769) +++ head/databases/libgda5/Makefile (revision 484770) @@ -1,151 +1,152 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= libgda -PORTVERSION?= 5.2.4 -PORTREVISION?= 2 +PORTVERSION?= 5.2.5 +PORTREVISION?= 0 CATEGORIES= databases gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= 5 DIST_SUBDIR= gnome3 MAINTAINER?= gnome@FreeBSD.org COMMENT?= Provides uniform access to different kinds of data sources USES= python readline shebangfix tar:xz LIBGDA5_SLAVE?= no SHEBANG_FILES= libgda-report/RML/*/*.py .if !defined(REFERENCE_PORT) BUILD_DEPENDS= itstool:textproc/itstool -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ +LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libjson-glib-1.0.so:devel/json-glib -USES+= gettext gmake libtool localbase pathfix pkgconfig -USE_GNOME= glib20 libxslt intlhack referencehack +USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USE_GNOME= glib20 libxslt intlhack introspection:build referencehack USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip #MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --disable-default-binary \ --enable-introspection .include VERSION= 5.0 PLIST_SUB+= VERSION=${VERSION} .if ${LIBGDA5_SLAVE}!="no" USE_GNOME+= libgda5 .endif .if ${LIBGDA5_SLAVE}==ui +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error CONFIGURE_ARGS+=--with-ui -USE_GNOME+= gtk30 gnomedocutils +USE_GNOME+= cairo gtk30 INSTALLS_ICONS= yes .else CONFIGURE_ARGS+=--without-ui .endif .if ${LIBGDA5_SLAVE}==bdb USES+= bdb:5 CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} .else CONFIGURE_ARGS+= --without-bdb .endif .if ${LIBGDA5_SLAVE}==ldap USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} .else CONFIGURE_ARGS+= --without-ldap .endif .if ${LIBGDA5_SLAVE}==mysql USES+= mysql CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .else CONFIGURE_ARGS+= --without-mysql .endif .if ${LIBGDA5_SLAVE}==postgresql USES+= pgsql CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} .else CONFIGURE_ARGS+= --without-postgres .endif # MDB (MS Access) .if ${LIBGDA5_SLAVE}==mdb LIB_DEPENDS+= libmdbsql.so:databases/mdbtools CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} .else CONFIGURE_ARGS+= --without-mdb .endif .if ${LIBGDA5_SLAVE}==jdbc USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_VENDOR= bsdjava openjdk CFLAGS+= -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd .else CONFIGURE_ARGS+= --without-java .endif post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ -e 's|ldb47|l${BDB_LIB_NAME}|g' \ -e 's|ldb|l${BDB_LIB_NAME}|g' \ -e 's|libdb|lib${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ ${WRKSRC}/providers/bdb/gda-bdb-test.c .if ${LIBGDA5_SLAVE} == jdbc @${REINPLACE_CMD} -e 's|lib/amd64|lib/${ARCH}|g' \ ${WRKSRC}/getsp.java .endif .if ${LIBGDA5_SLAVE}!="no" @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} \ -e 's|$$(top_builddir)/libgda/libgda-5.0.la|-lgda-5.0|g' \ -e 's|../libgda/libgda-5.0.la|-lgda-5.0|g' \ {} \; .endif .if ${LIBGDA5_SLAVE} == jdbc pre-configure: @cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java .endif pre-build: .if ${LIBGDA5_SLAVE}==postgresql cd ${WRKSRC}/providers/reuseable/postgres && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libgda-postgres.la .endif .if ${LIBGDA5_SLAVE}==mysql cd ${WRKSRC}/providers/reuseable/mysql && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libgda-mysql.la .endif .if ${LIBGDA5_SLAVE}==ui cd ${WRKSRC}/libgda && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} gda-enum-types.h .endif .if ${LIBGDA5_SLAVE}==no post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/libgda-${VERSION}/config \ ${STAGEDIR}${PREFIX}/etc/libgda-${VERSION}/config.sample .endif .if ${LIBGDA5_SLAVE}==ui post-install: ${INSTALL_DATA} ${WRKSRC}/libgda-ui-5.0.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .endif .include .endif Index: head/databases/libgda5/distinfo =================================================================== --- head/databases/libgda5/distinfo (revision 484769) +++ head/databases/libgda5/distinfo (revision 484770) @@ -1,2 +1,3 @@ -SHA256 (gnome3/libgda-5.2.4.tar.xz) = 2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e -SIZE (gnome3/libgda-5.2.4.tar.xz) = 12320228 +TIMESTAMP = 1539117052 +SHA256 (gnome3/libgda-5.2.5.tar.xz) = e3d2e4c28c08a22efd520767fa9d16e92cc1821f693261d7cb2892cc23ec90c8 +SIZE (gnome3/libgda-5.2.5.tar.xz) = 12786512 Index: head/databases/libgda5/files/patch-ftbfs =================================================================== --- head/databases/libgda5/files/patch-ftbfs (revision 484769) +++ head/databases/libgda5/files/patch-ftbfs (nonexistent) @@ -1,103 +0,0 @@ -Description: Fix FTBFS with glib 2.54 - glib-mkenums now expects input files to be UTF-8, - fix the encoding of libgnomeui/gnome-scores.h -Author: Adrian Bunk - ---- libgda5-5.2.4.orig/libgda/gda-column.h -+++ libgda/gda-column.h -@@ -1,6 +1,6 @@ - /* - * Copyright (C) 2005 - 2011 Vivien Malerba -- * Copyright (C) 2005 Álvaro Peña -+ * Copyright (C) 2005 Ãlvaro Peña - * Copyright (C) 2008 PrzemysÅ‚aw Grzegorczyk - * - * This library is free software; you can redistribute it and/or ---- libgda5-5.2.4.orig/libgda/gda-data-model-extra.h -+++ libgda/gda-data-model-extra.h -@@ -1,5 +1,5 @@ - /* -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2003 Rodrigo Moya - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier ---- libgda5-5.2.4.orig/libgda/gda-data-model-iter-extra.h -+++ libgda/gda-data-model-iter-extra.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2000 Reinhard Müller - * Copyright (C) 2000 - 2002 Rodrigo Moya -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * ---- libgda5-5.2.4.orig/libgda/gda-data-model.h -+++ libgda/gda-data-model.h -@@ -4,7 +4,7 @@ - * Copyright (C) 2003 Laurent Sansonetti - * Copyright (C) 2005 Dan Winship - * Copyright (C) 2005 - 2012 Vivien Malerba -- * Copyright (C) 2005 Álvaro Peña -+ * Copyright (C) 2005 Ãlvaro Peña - * Copyright (C) 2007 Murray Cumming - * Copyright (C) 2011 Daniel Espinosa - * ---- libgda5-5.2.4.orig/libgda/gda-mutex.h -+++ libgda/gda-mutex.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2000 Reinhard Müller - * Copyright (C) 2000 - 2002 Rodrigo Moya -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2013 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * ---- libgda5-5.2.4.orig/libgda/gda-row.h -+++ libgda/gda-row.h -@@ -3,10 +3,10 @@ - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * Copyright (C) 2003 Laurent Sansonetti -- * Copyright (C) 2003 Xabier Rodríguez Calvar -+ * Copyright (C) 2003 Xabier Rodríguez Calvar - * Copyright (C) 2004 Paisa Seeluangsawat - * Copyright (C) 2005 Bas Driessen -- * Copyright (C) 2005 Álvaro Peña -+ * Copyright (C) 2005 Ãlvaro Peña - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public ---- libgda5-5.2.4.orig/libgda/gda-server-provider-private.h -+++ libgda/gda-server-provider-private.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2005 Dan Winship - * Copyright (C) 2005 - 2011 Vivien Malerba -- * Copyright (C) 2005 Álvaro Peña -+ * Copyright (C) 2005 Ãlvaro Peña - * Copyright (C) 2007 Murray Cumming - * - * This library is free software; you can redistribute it and/or ---- libgda5-5.2.4.orig/libgda/gda-util.h -+++ libgda/gda-util.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2000 Reinhard Müller - * Copyright (C) 2000 - 2002 Rodrigo Moya -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2013 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * Copyright (C) 2006 - 2007 Murray Cumming ---- libgda5-5.2.4.orig/libgda/libgda-global-variables.h -+++ libgda/libgda-global-variables.h -@@ -1,5 +1,5 @@ - /* -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2003 Rodrigo Moya - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier Property changes on: head/databases/libgda5/files/patch-ftbfs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/libgda5/files/patch-ftbfs-2 =================================================================== --- head/databases/libgda5/files/patch-ftbfs-2 (revision 484769) +++ head/databases/libgda5/files/patch-ftbfs-2 (nonexistent) @@ -1,11 +0,0 @@ ---- libgda-ui/gdaui-easy.h 2017-10-08 21:17:30.203226827 +0000 -+++ libgda-ui/gdaui-easy.h 2017-10-08 21:19:38.143497887 +0000 -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2000 Reinhard Müller - * Copyright (C) 2000 - 2002 Rodrigo Moya -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * Property changes on: head/databases/libgda5/files/patch-ftbfs-2 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/libgda5/files/patch-00-unicode =================================================================== --- head/databases/libgda5/files/patch-00-unicode (revision 484769) +++ head/databases/libgda5/files/patch-00-unicode (nonexistent) @@ -1,83 +0,0 @@ -From b611c805b3a2248e2f4f85f993f96c13a05b4730 Mon Sep 17 00:00:00 2001 -From: Emmanuele Bassi -Date: Mon, 17 Jul 2017 22:37:50 +0100 -Subject: Convert files to Unicode - -These header files have mixed encoding, and makes various tools choke on -them. ---- - libgda/gda-connection.h | 2 +- - libgda/sql-parser/gda-sql-statement.h | 2 +- - libgda/sql-parser/gda-statement-struct-delete.h | 2 +- - libgda/sql-parser/gda-statement-struct-unknown.h | 2 +- - libgda/sql-parser/gda-statement-struct-util.h | 2 +- - 5 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/libgda/gda-connection.h b/libgda/gda-connection.h -index 94d1b27b5..19ca63fc3 100644 ---- a/libgda/gda-connection.h -+++ libgda/gda-connection.h -@@ -6,7 +6,7 @@ - * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier - * Copyright (C) 2003 Filip Van Raemdonck - * Copyright (C) 2004 - 2005 Alan Knowles -- * Copyright (C) 2004 José María Casanova Crespo -+ * Copyright (C) 2004 José María Casanova Crespo - * Copyright (C) 2005 - 2009 Bas Driessen - * Copyright (C) 2006 - 2008 Murray Cumming - * Copyright (C) 2007 Leonardo Boshell -diff --git a/libgda/sql-parser/gda-sql-statement.h b/libgda/sql-parser/gda-sql-statement.h -index 0ba1f9edc..8783ca8a1 100644 ---- a/libgda/sql-parser/gda-sql-statement.h -+++ libgda/sql-parser/gda-sql-statement.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2000 Reinhard Müller - * Copyright (C) 2000 - 2002 Rodrigo Moya -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * Copyright (C) 2011 Murray Cumming -diff --git a/libgda/sql-parser/gda-statement-struct-delete.h b/libgda/sql-parser/gda-statement-struct-delete.h -index cab8b9dad..2e51c5eae 100644 ---- a/libgda/sql-parser/gda-statement-struct-delete.h -+++ libgda/sql-parser/gda-statement-struct-delete.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2005 Dan Winship - * Copyright (C) 2005 - 2011 Vivien Malerba -- * Copyright (C) 2005 Álvaro Peña -+ * Copyright (C) 2005 Ãlvaro Peña - * Copyright (C) 2007 Armin Burgmeier - * Copyright (C) 2007 - 2009 Murray Cumming - * -diff --git a/libgda/sql-parser/gda-statement-struct-unknown.h b/libgda/sql-parser/gda-statement-struct-unknown.h -index 5c530d4d9..e0aaf945f 100644 ---- a/libgda/sql-parser/gda-statement-struct-unknown.h -+++ libgda/sql-parser/gda-statement-struct-unknown.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2000 Reinhard Müller - * Copyright (C) 2000 - 2002 Rodrigo Moya -- * Copyright (C) 2001 Carlos Perelló Marín -+ * Copyright (C) 2001 Carlos Perelló Marín - * Copyright (C) 2001 - 2011 Vivien Malerba - * Copyright (C) 2002 Gonzalo Paniagua Javier - * Copyright (C) 2009 Murray Cumming -diff --git a/libgda/sql-parser/gda-statement-struct-util.h b/libgda/sql-parser/gda-statement-struct-util.h -index cd4596281..252d6edcc 100644 ---- a/libgda/sql-parser/gda-statement-struct-util.h -+++ libgda/sql-parser/gda-statement-struct-util.h -@@ -1,7 +1,7 @@ - /* - * Copyright (C) 2005 Dan Winship - * Copyright (C) 2005 - 2011 Vivien Malerba -- * Copyright (C) 2005 Álvaro Peña -+ * Copyright (C) 2005 Ãlvaro Peña - * Copyright (C) 2007 - 2009 Murray Cumming - * - * This library is free software; you can redistribute it and/or --- -2.11.0 - Property changes on: head/databases/libgda5/files/patch-00-unicode ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/libgda5/files/patch-libgda_sqlite_virtual_gda-vprovider-data-model.c =================================================================== --- head/databases/libgda5/files/patch-libgda_sqlite_virtual_gda-vprovider-data-model.c (nonexistent) +++ head/databases/libgda5/files/patch-libgda_sqlite_virtual_gda-vprovider-data-model.c (revision 484770) @@ -0,0 +1,19 @@ +From d2122f1eb84b9d89596865f663c3e5e355011385 Mon Sep 17 00:00:00 2001 +From: Daniel Espinosa +Date: Sun, 30 Sep 2018 09:30:34 -0500 +Subject: [PATCH] Fix build on MacOS + +Thanks to Tom Schoonjans @@tschoonj. + +Close issue #142 +--- libgda/sqlite/virtual/gda-vprovider-data-model.c.orig 2018-09-27 03:34:56 UTC ++++ libgda/sqlite/virtual/gda-vprovider-data-model.c +@@ -280,7 +280,7 @@ virtual_filtered_data_free (VirtualFilteredData *data) + static VirtualFilteredData * + virtual_filtered_data_ref (VirtualFilteredData *data) + { +- g_return_if_fail (data != NULL); ++ g_return_val_if_fail (data != NULL, NULL); + data->refcount ++; + return data; + } Property changes on: head/databases/libgda5/files/patch-libgda_sqlite_virtual_gda-vprovider-data-model.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5/pkg-plist =================================================================== --- head/databases/libgda5/pkg-plist (revision 484769) +++ head/databases/libgda5/pkg-plist (revision 484770) @@ -1,538 +1,536 @@ bin/gda-list-config-%%VERSION%% bin/gda-list-server-op-%%VERSION%% bin/gda-sql-%%VERSION%% bin/gda-test-connection-%%VERSION%% @sample %%ETCDIR%%-%%VERSION%%/config.sample %%ETCDIR%%-%%VERSION%%/sales_test.db include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h include/libgda-%%VERSION%%/libgda-report/gda-report-document.h include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h include/libgda-%%VERSION%%/libgda-report/libgda-report.h include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h include/libgda-%%VERSION%%/libgda/gda-batch.h include/libgda-%%VERSION%%/libgda/gda-binreloc.h include/libgda-%%VERSION%%/libgda/gda-blob-op.h include/libgda-%%VERSION%%/libgda/gda-column.h include/libgda-%%VERSION%%/libgda/gda-config.h include/libgda-%%VERSION%%/libgda/gda-connection-event.h include/libgda-%%VERSION%%/libgda/gda-connection-private.h include/libgda-%%VERSION%%/libgda/gda-connection.h include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h include/libgda-%%VERSION%%/libgda/gda-data-comparator.h include/libgda-%%VERSION%%/libgda/gda-data-handler.h include/libgda-%%VERSION%%/libgda/gda-data-model-array.h include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h include/libgda-%%VERSION%%/libgda/gda-data-model-import.h include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h include/libgda-%%VERSION%%/libgda/gda-data-model-private.h include/libgda-%%VERSION%%/libgda/gda-data-model.h include/libgda-%%VERSION%%/libgda/gda-data-pivot.h include/libgda-%%VERSION%%/libgda/gda-data-proxy.h include/libgda-%%VERSION%%/libgda/gda-data-select.h include/libgda-%%VERSION%%/libgda/gda-decl.h include/libgda-%%VERSION%%/libgda/gda-enum-types.h include/libgda-%%VERSION%%/libgda/gda-enums.h include/libgda-%%VERSION%%/libgda/gda-holder.h include/libgda-%%VERSION%%/libgda/gda-lockable.h include/libgda-%%VERSION%%/libgda/gda-log.h include/libgda-%%VERSION%%/libgda/gda-marshal.h include/libgda-%%VERSION%%/libgda/gda-meta-store.h include/libgda-%%VERSION%%/libgda/gda-meta-struct.h include/libgda-%%VERSION%%/libgda/gda-mutex.h include/libgda-%%VERSION%%/libgda/gda-quark-list.h include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h include/libgda-%%VERSION%%/libgda/gda-row.h include/libgda-%%VERSION%%/libgda/gda-server-operation.h include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h include/libgda-%%VERSION%%/libgda/gda-server-provider.h include/libgda-%%VERSION%%/libgda/gda-set.h include/libgda-%%VERSION%%/libgda/gda-sql-builder.h include/libgda-%%VERSION%%/libgda/gda-statement-extra.h include/libgda-%%VERSION%%/libgda/gda-statement.h include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h include/libgda-%%VERSION%%/libgda/gda-transaction-status.h include/libgda-%%VERSION%%/libgda/gda-tree-manager.h include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h include/libgda-%%VERSION%%/libgda/gda-tree-node.h include/libgda-%%VERSION%%/libgda/gda-tree.h include/libgda-%%VERSION%%/libgda/gda-util.h include/libgda-%%VERSION%%/libgda/gda-value.h include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h include/libgda-%%VERSION%%/libgda/libgda-global-variables.h include/libgda-%%VERSION%%/libgda/libgda.h include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h lib/girepository-1.0/Gda-%%VERSION%%.typelib lib/libgda-%%VERSION%%.so lib/libgda-%%VERSION%%.so.4 lib/libgda-%%VERSION%%.so.4.1.1 lib/libgda-%%VERSION%%/providers/libgda-sqlite.so lib/libgda-%%VERSION%%/providers/libgda-web.so lib/libgda-report-%%VERSION%%.so lib/libgda-report-%%VERSION%%.so.4 lib/libgda-report-%%VERSION%%.so.4.1.1 lib/libgda-xslt-%%VERSION%%.so lib/libgda-xslt-%%VERSION%%.so.4 lib/libgda-xslt-%%VERSION%%.so.4.1.1 libdata/pkgconfig/libgda-%%VERSION%%.pc libdata/pkgconfig/libgda-report-%%VERSION%%.pc libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc libdata/pkgconfig/libgda-web-%%VERSION%%.pc libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc man/man1/gda-sql-%%VERSION%%.1.gz share/gir-1.0/Gda-%%VERSION%%.gir share/gtk-doc/html/libgda-%%VERSION%%/DataModels.png share/gtk-doc/html/libgda-%%VERSION%%/GdaBatch.html share/gtk-doc/html/libgda-%%VERSION%%/GdaBlobOp.html share/gtk-doc/html/libgda-%%VERSION%%/GdaColumn.html share/gtk-doc/html/libgda-%%VERSION%%/GdaConnection.html share/gtk-doc/html/libgda-%%VERSION%%/GdaConnectionEvent.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataAccessWrapper.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModel.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelArray.html -share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelBdb.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelDir.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelImport.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelIter.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelIter.png share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelLdap.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataProxy.html share/gtk-doc/html/libgda-%%VERSION%%/GdaDataSelect.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerBin.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerBoolean.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerNumerical.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerString.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerTime.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerType.html share/gtk-doc/html/libgda-%%VERSION%%/GdaHolder.html share/gtk-doc/html/libgda-%%VERSION%%/GdaLdapConnection.html share/gtk-doc/html/libgda-%%VERSION%%/GdaLockable.html share/gtk-doc/html/libgda-%%VERSION%%/GdaMetaStore.html share/gtk-doc/html/libgda-%%VERSION%%/GdaMetaStoreCustomData.html share/gtk-doc/html/libgda-%%VERSION%%/GdaMetaStruct.html share/gtk-doc/html/libgda-%%VERSION%%/GdaPStmt.html share/gtk-doc/html/libgda-%%VERSION%%/GdaReportDocbookDocument.html share/gtk-doc/html/libgda-%%VERSION%%/GdaReportDocument.html share/gtk-doc/html/libgda-%%VERSION%%/GdaReportEngine.html share/gtk-doc/html/libgda-%%VERSION%%/GdaReportRmlDocument.html share/gtk-doc/html/libgda-%%VERSION%%/GdaRow.html share/gtk-doc/html/libgda-%%VERSION%%/GdaServerOperation.html share/gtk-doc/html/libgda-%%VERSION%%/GdaServerProvider.html share/gtk-doc/html/libgda-%%VERSION%%/GdaSet.html share/gtk-doc/html/libgda-%%VERSION%%/GdaSqlBuilder.html share/gtk-doc/html/libgda-%%VERSION%%/GdaSqlParser.html share/gtk-doc/html/libgda-%%VERSION%%/GdaStatement.html share/gtk-doc/html/libgda-%%VERSION%%/GdaStatement.png share/gtk-doc/html/libgda-%%VERSION%%/GdaThreadWrapper.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTransactionStatus.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTree.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeManager.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrColumns.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrLabel.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrLdap.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrSchemas.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrSelect.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrTables.html share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeNode.html share/gtk-doc/html/libgda-%%VERSION%%/GdaVconnectionDataModel.html share/gtk-doc/html/libgda-%%VERSION%%/GdaVconnectionHub.html share/gtk-doc/html/libgda-%%VERSION%%/GdaVirtualConnection.html share/gtk-doc/html/libgda-%%VERSION%%/GdaVirtualProvider.html share/gtk-doc/html/libgda-%%VERSION%%/GdaVproviderDataModel.html share/gtk-doc/html/libgda-%%VERSION%%/GdaVproviderHub.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiBasicForm.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiCloud.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiCombo.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataEntry.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataFilter.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataProxy.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataProxyInfo.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataSelector.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataStore.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiForm.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiGrid.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiLogin.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiProviderSelector.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiRawForm.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiRawGrid.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiRtEditor.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiServerOperation.html share/gtk-doc/html/libgda-%%VERSION%%/GdauiTreeStore.html share/gtk-doc/html/libgda-%%VERSION%%/MetaStore1.png share/gtk-doc/html/libgda-%%VERSION%%/MetaStore2.png share/gtk-doc/html/libgda-%%VERSION%%/SqlIdentifiers.png share/gtk-doc/html/libgda-%%VERSION%%/architecture.html share/gtk-doc/html/libgda-%%VERSION%%/architecture.png share/gtk-doc/html/libgda-%%VERSION%%/blobs_example.html share/gtk-doc/html/libgda-%%VERSION%%/ch04.html share/gtk-doc/html/libgda-%%VERSION%%/ch06s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch07s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch07s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch08s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch08s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch08s07.html share/gtk-doc/html/libgda-%%VERSION%%/ch09s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch12s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch12s07.html share/gtk-doc/html/libgda-%%VERSION%%/ch12s08.html share/gtk-doc/html/libgda-%%VERSION%%/ch12s11.html share/gtk-doc/html/libgda-%%VERSION%%/ch12s12.html share/gtk-doc/html/libgda-%%VERSION%%/ch12s13.html share/gtk-doc/html/libgda-%%VERSION%%/ch13.html share/gtk-doc/html/libgda-%%VERSION%%/ch21.html share/gtk-doc/html/libgda-%%VERSION%%/ch22.html share/gtk-doc/html/libgda-%%VERSION%%/ch35.html share/gtk-doc/html/libgda-%%VERSION%%/ch38.html share/gtk-doc/html/libgda-%%VERSION%%/ch39s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch39s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch41s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch42s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch42s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch42s04.html share/gtk-doc/html/libgda-%%VERSION%%/ch43.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s04.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s05.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s06.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s07.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s08.html share/gtk-doc/html/libgda-%%VERSION%%/ch44s10.html share/gtk-doc/html/libgda-%%VERSION%%/ch47s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s04.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s05.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s06.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s07.html share/gtk-doc/html/libgda-%%VERSION%%/ch50s08.html share/gtk-doc/html/libgda-%%VERSION%%/ch51s02.html share/gtk-doc/html/libgda-%%VERSION%%/ch51s03.html share/gtk-doc/html/libgda-%%VERSION%%/ch51s04.html share/gtk-doc/html/libgda-%%VERSION%%/ch51s05.html share/gtk-doc/html/libgda-%%VERSION%%/compiling.html share/gtk-doc/html/libgda-%%VERSION%%/connection.html share/gtk-doc/html/libgda-%%VERSION%%/connections.html share/gtk-doc/html/libgda-%%VERSION%%/data-model.html share/gtk-doc/html/libgda-%%VERSION%%/data-select.html share/gtk-doc/html/libgda-%%VERSION%%/data_conv.html share/gtk-doc/html/libgda-%%VERSION%%/data_models.html share/gtk-doc/html/libgda-%%VERSION%%/data_proxy1.png share/gtk-doc/html/libgda-%%VERSION%%/data_proxy2.png share/gtk-doc/html/libgda-%%VERSION%%/data_proxy3.png share/gtk-doc/html/libgda-%%VERSION%%/data_proxy4.png share/gtk-doc/html/libgda-%%VERSION%%/data_proxy5.png share/gtk-doc/html/libgda-%%VERSION%%/data_validation_holder.png share/gtk-doc/html/libgda-%%VERSION%%/data_validation_proxy.png share/gtk-doc/html/libgda-%%VERSION%%/data_validation_set.png share/gtk-doc/html/libgda-%%VERSION%%/ddl_example.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section1.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section10.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section2.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section3.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section4.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section5.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section6.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section7.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section8.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-section9.html share/gtk-doc/html/libgda-%%VERSION%%/fdl-using.html share/gtk-doc/html/libgda-%%VERSION%%/fdl.html share/gtk-doc/html/libgda-%%VERSION%%/features.html share/gtk-doc/html/libgda-%%VERSION%%/gda-data-model-writing.html share/gtk-doc/html/libgda-%%VERSION%%/gda-dict.html share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-graph.png share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-dsn.html share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-icommands.html share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-open.html share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-run.html share/gtk-doc/html/libgda-%%VERSION%%/gda-sql.html share/gtk-doc/html/libgda-%%VERSION%%/gen_blobs.html share/gtk-doc/html/libgda-%%VERSION%%/gen_sql_identifiers.html share/gtk-doc/html/libgda-%%VERSION%%/getting_started.html share/gtk-doc/html/libgda-%%VERSION%%/home.png share/gtk-doc/html/libgda-%%VERSION%%/howto-exec-non-select.html share/gtk-doc/html/libgda-%%VERSION%%/howto-exec-select.html share/gtk-doc/html/libgda-%%VERSION%%/howto-exec.png share/gtk-doc/html/libgda-%%VERSION%%/howto-meta1.html share/gtk-doc/html/libgda-%%VERSION%%/howto-meta2.html share/gtk-doc/html/libgda-%%VERSION%%/howto-modify-select.html share/gtk-doc/html/libgda-%%VERSION%%/howto-sqlbuilder.html share/gtk-doc/html/libgda-%%VERSION%%/howto.html share/gtk-doc/html/libgda-%%VERSION%%/i_s_data_types.png share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-1.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-10.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-2.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-3.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-4.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-5.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-6.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-7.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-8.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-9.html share/gtk-doc/html/libgda-%%VERSION%%/index-4-2.html share/gtk-doc/html/libgda-%%VERSION%%/index-5-0-2.html share/gtk-doc/html/libgda-%%VERSION%%/index-5-0-3.html share/gtk-doc/html/libgda-%%VERSION%%/index-5-0.html share/gtk-doc/html/libgda-%%VERSION%%/index-5-2-0.html share/gtk-doc/html/libgda-%%VERSION%%/index-deprecated.html share/gtk-doc/html/libgda-%%VERSION%%/index.html -share/gtk-doc/html/libgda-%%VERSION%%/index.sgml share/gtk-doc/html/libgda-%%VERSION%%/index_main.html share/gtk-doc/html/libgda-%%VERSION%%/information_schema.html share/gtk-doc/html/libgda-%%VERSION%%/information_schema.png share/gtk-doc/html/libgda-%%VERSION%%/init_config.html share/gtk-doc/html/libgda-%%VERSION%%/installation-configuring.html share/gtk-doc/html/libgda-%%VERSION%%/installation-installing.html share/gtk-doc/html/libgda-%%VERSION%%/installation.html share/gtk-doc/html/libgda-%%VERSION%%/introduction.html share/gtk-doc/html/libgda-%%VERSION%%/left-insensitive.png share/gtk-doc/html/libgda-%%VERSION%%/left.png share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataModelBdb.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataPivot.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2 share/gtk-doc/html/libgda-%%VERSION%%/libgda-list-server-op.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-packaging.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-blobop.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-class.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-pack.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-parser.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-recordset.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-reports-introduction.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-sql.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-controlcenter.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-gdabrowser.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-introduction.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-list-config.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-test-connection.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-xslt-api.html share/gtk-doc/html/libgda-%%VERSION%%/libgda-xslt-introduction.html share/gtk-doc/html/libgda-%%VERSION%%/libgdaui-packaging.html share/gtk-doc/html/libgda-%%VERSION%%/limitations.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_jdbc.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_ldap.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_mysql.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_oracle.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_postgres.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_sqlcipher.html share/gtk-doc/html/libgda-%%VERSION%%/limitations_sqlite.html share/gtk-doc/html/libgda-%%VERSION%%/main_example.html share/gtk-doc/html/libgda-%%VERSION%%/managing-errors.html share/gtk-doc/html/libgda-%%VERSION%%/migration-1.html share/gtk-doc/html/libgda-%%VERSION%%/migration-2-dict.html share/gtk-doc/html/libgda-%%VERSION%%/migration-2-exec.html share/gtk-doc/html/libgda-%%VERSION%%/migration-2-report.html share/gtk-doc/html/libgda-%%VERSION%%/migration-2.html share/gtk-doc/html/libgda-%%VERSION%%/migration-3.html share/gtk-doc/html/libgda-%%VERSION%%/misc.html share/gtk-doc/html/libgda-%%VERSION%%/multi-threading.html share/gtk-doc/html/libgda-%%VERSION%%/null_handling.html share/gtk-doc/html/libgda-%%VERSION%%/other-languages-introduction.html share/gtk-doc/html/libgda-%%VERSION%%/other-languages-vala.html share/gtk-doc/html/libgda-%%VERSION%%/other-languages.html share/gtk-doc/html/libgda-%%VERSION%%/other_examples.html share/gtk-doc/html/libgda-%%VERSION%%/parser_gen.png share/gtk-doc/html/libgda-%%VERSION%%/parser_prov.png share/gtk-doc/html/libgda-%%VERSION%%/part_begin.html share/gtk-doc/html/libgda-%%VERSION%%/part_index.html share/gtk-doc/html/libgda-%%VERSION%%/part_libgda-reports.html share/gtk-doc/html/libgda-%%VERSION%%/part_libgda-xslt.html share/gtk-doc/html/libgda-%%VERSION%%/part_libgda_api.html share/gtk-doc/html/libgda-%%VERSION%%/part_providers.html share/gtk-doc/html/libgda-%%VERSION%%/part_tools.html share/gtk-doc/html/libgda-%%VERSION%%/parts.png share/gtk-doc/html/libgda-%%VERSION%%/prov-metadata.html share/gtk-doc/html/libgda-%%VERSION%%/provider-notes.html share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_jdbc.html share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_ldap.html share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_sqlcipher.html share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_sqlite.html share/gtk-doc/html/libgda-%%VERSION%%/psupport.html share/gtk-doc/html/libgda-%%VERSION%%/pt09.html share/gtk-doc/html/libgda-%%VERSION%%/right-insensitive.png share/gtk-doc/html/libgda-%%VERSION%%/right.png share/gtk-doc/html/libgda-%%VERSION%%/stmt-compound.png share/gtk-doc/html/libgda-%%VERSION%%/stmt-insert1.png share/gtk-doc/html/libgda-%%VERSION%%/stmt-insert2.png share/gtk-doc/html/libgda-%%VERSION%%/stmt-select.png share/gtk-doc/html/libgda-%%VERSION%%/stmt-unknown.png share/gtk-doc/html/libgda-%%VERSION%%/stmt-update.png share/gtk-doc/html/libgda-%%VERSION%%/style.css share/gtk-doc/html/libgda-%%VERSION%%/thread-wrapper.png share/gtk-doc/html/libgda-%%VERSION%%/transactions.html share/gtk-doc/html/libgda-%%VERSION%%/tree-overview.png share/gtk-doc/html/libgda-%%VERSION%%/tree-overview2.png share/gtk-doc/html/libgda-%%VERSION%%/trees.html share/gtk-doc/html/libgda-%%VERSION%%/up-insensitive.png share/gtk-doc/html/libgda-%%VERSION%%/up.png share/gtk-doc/html/libgda-%%VERSION%%/vi-basic-form.png share/gtk-doc/html/libgda-%%VERSION%%/vi-cloud.png share/gtk-doc/html/libgda-%%VERSION%%/vi-combo.png share/gtk-doc/html/libgda-%%VERSION%%/vi-data-entry.png share/gtk-doc/html/libgda-%%VERSION%%/vi-filter.png share/gtk-doc/html/libgda-%%VERSION%%/vi-info.png share/gtk-doc/html/libgda-%%VERSION%%/vi-login.png share/gtk-doc/html/libgda-%%VERSION%%/vi-provider-selector.png share/gtk-doc/html/libgda-%%VERSION%%/vi-raw-grid.png share/gtk-doc/html/libgda-%%VERSION%%/vi-rte.png share/gtk-doc/html/libgda-%%VERSION%%/vi-server-op.png share/gtk-doc/html/libgda-%%VERSION%%/virtual_connection.html share/gtk-doc/html/libgda-%%VERSION%%/writable_data_model.png %%DATADIR%%-%%VERSION%%/dtd/libgda-array.dtd %%DATADIR%%-%%VERSION%%/dtd/libgda-paramlist.dtd %%DATADIR%%-%%VERSION%%/dtd/libgda-server-operation.dtd %%DATADIR%%-%%VERSION%%/gda_trml2html/__init__.py %%DATADIR%%-%%VERSION%%/gda_trml2html/trml2html.py %%DATADIR%%-%%VERSION%%/gda_trml2html/utils.py %%DATADIR%%-%%VERSION%%/gda_trml2pdf/__init__.py %%DATADIR%%-%%VERSION%%/gda_trml2pdf/color.py %%DATADIR%%-%%VERSION%%/gda_trml2pdf/trml2pdf.py %%DATADIR%%-%%VERSION%%/gda_trml2pdf/utils.py %%DATADIR%%-%%VERSION%%/information_schema.xml %%DATADIR%%-%%VERSION%%/php/README %%DATADIR%%-%%VERSION%%/php/gda-clean.php %%DATADIR%%-%%VERSION%%/php/gda-config.php %%DATADIR%%-%%VERSION%%/php/gda-exception.php %%DATADIR%%-%%VERSION%%/php/gda-front.php %%DATADIR%%-%%VERSION%%/php/gda-meta.php %%DATADIR%%-%%VERSION%%/php/gda-secure-config.php %%DATADIR%%-%%VERSION%%/php/gda-setup.php %%DATADIR%%-%%VERSION%%/php/gda-tester.php %%DATADIR%%-%%VERSION%%/php/gda-utils.php %%DATADIR%%-%%VERSION%%/php/gda-worker.php %%DATADIR%%-%%VERSION%%/sqlite_specs_add_column.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_create_db.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_create_index.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_create_table.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_create_view.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_drop_db.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_drop_index.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_drop_table.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_drop_view.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_dsn.xml %%DATADIR%%-%%VERSION%%/sqlite_specs_rename_table.xml %%DATADIR%%-%%VERSION%%/web/cnc.js %%DATADIR%%-%%VERSION%%/web/gda-print.css %%DATADIR%%-%%VERSION%%/web/gda.css %%DATADIR%%-%%VERSION%%/web/irb.css %%DATADIR%%-%%VERSION%%/web/irb.js %%DATADIR%%-%%VERSION%%/web/jquery.js %%DATADIR%%-%%VERSION%%/web/md5.js %%DATADIR%%-%%VERSION%%/web/mouseapp_2.js %%DATADIR%%-%%VERSION%%/web/mouseirb_2.js %%DATADIR%%-%%VERSION%%/web_specs_auth.xml %%DATADIR%%-%%VERSION%%/web_specs_dsn.xml share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/bs/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ca@valencia/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/eo/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/id/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/sr@latin/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/tg/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo