Update to 1.9.102.
This commit is contained in:
parent
596d02bf3e
commit
558937276c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158089
13 changed files with 419 additions and 313 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgda2
|
||||
PORTVERSION= 1.9.100
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.9.102
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/libgda-1.9.100.tar.bz2) = c943610dc4c9c286bb14d6ce3c6e549b
|
||||
SHA256 (gnome2/libgda-1.9.100.tar.bz2) = 73087e84a9712aa05a74ebc4dfdea07a26d5337f805ef653edaecee2a214f80f
|
||||
SIZE (gnome2/libgda-1.9.100.tar.bz2) = 1464595
|
||||
MD5 (gnome2/libgda-1.9.102.tar.bz2) = 5a97f6a00fe1cbd369be14b70dbee261
|
||||
SHA256 (gnome2/libgda-1.9.102.tar.bz2) = 6c01444976afe7b37e9b146ea9311c1da7cc8965d2aa4182e7f452843ecaa702
|
||||
SIZE (gnome2/libgda-1.9.102.tar.bz2) = 1935950
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ../../work-/libgda-1.9.100/libgda/gda-value.c Tue Nov 8 14:56:44 2005
|
||||
+++ libgda/gda-value.c Tue Nov 8 14:57:29 2005
|
||||
@@ -1263,8 +1263,8 @@
|
||||
--- libgda/gda-value.c.orig Fri Mar 17 11:08:32 2006
|
||||
+++ libgda/gda-value.c Fri Mar 24 22:31:12 2006
|
||||
@@ -1281,8 +1281,8 @@ gda_value_is_null (GdaValue *value)
|
||||
gboolean
|
||||
gda_value_is_number (GdaValue *value)
|
||||
{
|
||||
|
@ -10,15 +10,3 @@
|
|||
|
||||
type = GDA_VALUE_TYPE(value);
|
||||
switch (type) {
|
||||
@@ -1437,10 +1437,10 @@
|
||||
void
|
||||
gda_value_set_blob (GdaValue *value, const GdaBlob *val)
|
||||
{
|
||||
+ GdaBlob *blob;
|
||||
g_return_if_fail (value);
|
||||
g_return_if_fail (GDA_IS_BLOB (val));
|
||||
|
||||
- GdaBlob *blob;
|
||||
l_g_value_unset (value);
|
||||
g_value_init (value, G_VALUE_TYPE_BLOB);
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/gda-config-tool
|
||||
bin/gda-report-test
|
||||
bin/gda-run
|
||||
bin/gda-test-delimiter
|
||||
etc/libgda/config
|
||||
etc/libgda/sales_test.db
|
||||
include/libgda-%%VERSION%%/libgda-report/gda-report-document.h
|
||||
|
@ -26,27 +27,77 @@ include/libgda-%%VERSION%%/libgda/gda-command.h
|
|||
include/libgda-%%VERSION%%/libgda/gda-config.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-connection-event.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-connection.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.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-base.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-filter-sql.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-import.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-index.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-list.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-query.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-row.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-proxy.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-decl.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-aggregate.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-constraint.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-database.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-function.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-table.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-type.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-entity-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-entity.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-enum-types.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-enums.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-graphviz.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-log.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-marshal.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-object-ref.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-object.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-parameter-list.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-parameter.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-quark-list.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-condition.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-agg.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-all.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-func.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-value.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-join.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-object.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-parsing.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-private.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-target.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-referer.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-renderer.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-row.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-select.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-threader.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-transaction.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-util.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-value.h
|
||||
include/libgda-%%VERSION%%/libgda/global-decl.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-xml-storage.h
|
||||
include/libgda-%%VERSION%%/libgda/graph/gda-graph-item.h
|
||||
include/libgda-%%VERSION%%/libgda/graph/gda-graph-query.h
|
||||
include/libgda-%%VERSION%%/libgda/graph/gda-graph.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.h
|
||||
include/libgda-%%VERSION%%/sql/sql_parser.h
|
||||
include/libgda-%%VERSION%%/libsql/sql_parser.h
|
||||
include/libgda-%%VERSION%%/sql-delimiter/gda-sql-delimiter.h
|
||||
lib/libgda-3.a
|
||||
lib/libgda-3.la
|
||||
lib/libgda-3.so
|
||||
|
@ -55,6 +106,18 @@ lib/libgda-report-3.a
|
|||
lib/libgda-report-3.la
|
||||
lib/libgda-report-3.so
|
||||
lib/libgda-report-3.so.3
|
||||
lib/libgda_graph-3.a
|
||||
lib/libgda_graph-3.la
|
||||
lib/libgda_graph-3.so
|
||||
lib/libgda_graph-3.so.3
|
||||
lib/libgda_handlers-3.a
|
||||
lib/libgda_handlers-3.la
|
||||
lib/libgda_handlers-3.so
|
||||
lib/libgda_handlers-3.so.3
|
||||
lib/libgda_sql_delimiter-3.a
|
||||
lib/libgda_sql_delimiter-3.la
|
||||
lib/libgda_sql_delimiter-3.so
|
||||
lib/libgda_sql_delimiter-3.so.3
|
||||
lib/libgdasql.a
|
||||
lib/libgdasql.la
|
||||
lib/libgdasql.so
|
||||
|
@ -87,26 +150,69 @@ lib/libgda-%%VERSION%%/providers/libgda-sqlite.a
|
|||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.la
|
||||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.so
|
||||
libdata/pkgconfig/libgda-2.0.pc
|
||||
%%DOCSDIR%%/GdaBlob.html
|
||||
%%DOCSDIR%%/GdaClient.html
|
||||
%%DOCSDIR%%/GdaColumn.html
|
||||
%%DOCSDIR%%/GdaColumnIndex.html
|
||||
%%DOCSDIR%%/GdaConnection.html
|
||||
%%DOCSDIR%%/GdaConnectionEvent.html
|
||||
%%DOCSDIR%%/GdaDataAccessWrapper.html
|
||||
%%DOCSDIR%%/GdaDataModel.html
|
||||
%%DOCSDIR%%/GdaDataModelArray.html
|
||||
%%DOCSDIR%%/GdaDataModelFilterSQL.html
|
||||
%%DOCSDIR%%/GdaDataModelHash.html
|
||||
%%DOCSDIR%%/GdaDataModelList.html
|
||||
%%DOCSDIR%%/GdaRow.html
|
||||
%%DOCSDIR%%/GdaSelect.html
|
||||
%%DOCSDIR%%/GdaDataModelImport.html
|
||||
%%DOCSDIR%%/GdaDataModelIter.html
|
||||
%%DOCSDIR%%/GdaDataModelQuery.html
|
||||
%%DOCSDIR%%/GdaDataModelRow.html
|
||||
%%DOCSDIR%%/GdaDataProxy.html
|
||||
%%DOCSDIR%%/GdaDict.html
|
||||
%%DOCSDIR%%/GdaDictAggregate.html
|
||||
%%DOCSDIR%%/GdaDictConstraint.html
|
||||
%%DOCSDIR%%/GdaDictDatabase.html
|
||||
%%DOCSDIR%%/GdaDictField.html
|
||||
%%DOCSDIR%%/GdaDictFunction.html
|
||||
%%DOCSDIR%%/GdaDictTable.html
|
||||
%%DOCSDIR%%/GdaDictType.html
|
||||
%%DOCSDIR%%/GdaEntity.html
|
||||
%%DOCSDIR%%/GdaEntityField.html
|
||||
%%DOCSDIR%%/GdaGraphviz.html
|
||||
%%DOCSDIR%%/GdaObject.html
|
||||
%%DOCSDIR%%/GdaObjectRef.html
|
||||
%%DOCSDIR%%/GdaParameter.html
|
||||
%%DOCSDIR%%/GdaParameterList.html
|
||||
%%DOCSDIR%%/GdaQuery.html
|
||||
%%DOCSDIR%%/GdaQueryCondition.html
|
||||
%%DOCSDIR%%/GdaQueryField.html
|
||||
%%DOCSDIR%%/GdaQueryFieldAgg.html
|
||||
%%DOCSDIR%%/GdaQueryFieldAll.html
|
||||
%%DOCSDIR%%/GdaQueryFieldField.html
|
||||
%%DOCSDIR%%/GdaQueryFieldFunc.html
|
||||
%%DOCSDIR%%/GdaQueryFieldValue.html
|
||||
%%DOCSDIR%%/GdaQueryJoin.html
|
||||
%%DOCSDIR%%/GdaQueryObject.html
|
||||
%%DOCSDIR%%/GdaQueryTarget.html
|
||||
%%DOCSDIR%%/GdaReferer.html
|
||||
%%DOCSDIR%%/GdaRenderer.html
|
||||
%%DOCSDIR%%/GdaServerProvider.html
|
||||
%%DOCSDIR%%/GdaThreader.html
|
||||
%%DOCSDIR%%/GdaTransaction.html
|
||||
%%DOCSDIR%%/GdaXmlStorage.html
|
||||
%%DOCSDIR%%/architecture.html
|
||||
%%DOCSDIR%%/ch04s03.html
|
||||
%%DOCSDIR%%/ch05s04.html
|
||||
%%DOCSDIR%%/ch05s05.html
|
||||
%%DOCSDIR%%/ch05s06.html
|
||||
%%DOCSDIR%%/ch06.html
|
||||
%%DOCSDIR%%/ch09s04.html
|
||||
%%DOCSDIR%%/ch09s05.html
|
||||
%%DOCSDIR%%/ch09s06.html
|
||||
%%DOCSDIR%%/ch10.html
|
||||
%%DOCSDIR%%/ch11.html
|
||||
%%DOCSDIR%%/ch13.html
|
||||
%%DOCSDIR%%/ch14.html
|
||||
%%DOCSDIR%%/compiling.html
|
||||
%%DOCSDIR%%/connecting.html
|
||||
%%DOCSDIR%%/connection.html
|
||||
%%DOCSDIR%%/connections.html
|
||||
%%DOCSDIR%%/data-model.html
|
||||
%%DOCSDIR%%/data_models.html
|
||||
%%DOCSDIR%%/fdl-section1.html
|
||||
%%DOCSDIR%%/fdl-section10.html
|
||||
%%DOCSDIR%%/fdl-section2.html
|
||||
|
@ -119,21 +225,23 @@ libdata/pkgconfig/libgda-2.0.pc
|
|||
%%DOCSDIR%%/fdl-section9.html
|
||||
%%DOCSDIR%%/fdl-using.html
|
||||
%%DOCSDIR%%/fdl.html
|
||||
%%DOCSDIR%%/getting_started.html
|
||||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/init_config.html
|
||||
%%DOCSDIR%%/installation-configuring.html
|
||||
%%DOCSDIR%%/installation-installing.html
|
||||
%%DOCSDIR%%/installation.html
|
||||
%%DOCSDIR%%/introduction.html
|
||||
%%DOCSDIR%%/ix01.html
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/libgda-BLOBs.html
|
||||
%%DOCSDIR%%/libgda-Commands.html
|
||||
%%DOCSDIR%%/libgda-GdaConnection.html
|
||||
%%DOCSDIR%%/libgda-GdaConnectionEvent.html
|
||||
%%DOCSDIR%%/libgda-Configuration.html
|
||||
%%DOCSDIR%%/libgda-GdaCommand.html
|
||||
%%DOCSDIR%%/libgda-GdaDataModelIndex.html
|
||||
%%DOCSDIR%%/libgda-GdaParameter.html
|
||||
%%DOCSDIR%%/libgda-GdaGraph.html
|
||||
%%DOCSDIR%%/libgda-GdaGraphItem.html
|
||||
%%DOCSDIR%%/libgda-GdaGraphQuery.html
|
||||
%%DOCSDIR%%/libgda-GdaReportDocument.html
|
||||
%%DOCSDIR%%/libgda-GdaReportItem.html
|
||||
%%DOCSDIR%%/libgda-GdaReportItemDetail.html
|
||||
|
@ -152,14 +260,30 @@ libdata/pkgconfig/libgda-2.0.pc
|
|||
%%DOCSDIR%%/libgda-Logging.html
|
||||
%%DOCSDIR%%/libgda-Quark-lists.html
|
||||
%%DOCSDIR%%/libgda-Utility-functions.html
|
||||
%%DOCSDIR%%/libgda-api.html
|
||||
%%DOCSDIR%%/libgda-gda-config.html
|
||||
%%DOCSDIR%%/libgda-gda-data-model-base.html
|
||||
%%DOCSDIR%%/libgda-gda-report-types.html
|
||||
%%DOCSDIR%%/libgda-provider-begin-transaction.html
|
||||
%%DOCSDIR%%/libgda-provider-change-database.html
|
||||
%%DOCSDIR%%/libgda-provider-class.html
|
||||
%%DOCSDIR%%/libgda-provider-close-connection.html
|
||||
%%DOCSDIR%%/libgda-provider-commit-transaction.html
|
||||
%%DOCSDIR%%/libgda-provider-create-database-cnc.html
|
||||
%%DOCSDIR%%/libgda-provider-drop-database-cnc.html
|
||||
%%DOCSDIR%%/libgda-provider-execute-command.html
|
||||
%%DOCSDIR%%/libgda-provider-get-database.html
|
||||
%%DOCSDIR%%/libgda-provider-get-schema.html
|
||||
%%DOCSDIR%%/libgda-provider-get-specs.html
|
||||
%%DOCSDIR%%/libgda-provider-introduction.html
|
||||
%%DOCSDIR%%/libgda-provider-perform-action-params.html
|
||||
%%DOCSDIR%%/libgda-provider-recordset.html
|
||||
%%DOCSDIR%%/libgda-providers.html
|
||||
%%DOCSDIR%%/libgda-provider-rollback-transaction.html
|
||||
%%DOCSDIR%%/libgda-provider-supports.html
|
||||
%%DOCSDIR%%/libgda-reports-introduction.html
|
||||
%%DOCSDIR%%/libgda-reports.html
|
||||
%%DOCSDIR%%/libgda-tools-author-dict.html
|
||||
%%DOCSDIR%%/libgda-tools-diagnose.html
|
||||
%%DOCSDIR%%/libgda-tools-inspect-dict.html
|
||||
%%DOCSDIR%%/libgda-tools-introduction.html
|
||||
%%DOCSDIR%%/libgda-tools-list-config.html
|
||||
%%DOCSDIR%%/libgda.devhelp
|
||||
%%DOCSDIR%%/main_example.html
|
||||
%%DOCSDIR%%/manage-gdavalue.html
|
||||
|
@ -167,10 +291,18 @@ libdata/pkgconfig/libgda-2.0.pc
|
|||
%%DOCSDIR%%/migration-configuration.html
|
||||
%%DOCSDIR%%/migration-executing-commands.html
|
||||
%%DOCSDIR%%/migration.html
|
||||
%%DOCSDIR%%/processing-queries.html
|
||||
%%DOCSDIR%%/misc.html
|
||||
%%DOCSDIR%%/part_begin.html
|
||||
%%DOCSDIR%%/part_libgda-reports.html
|
||||
%%DOCSDIR%%/part_libgda_api.html
|
||||
%%DOCSDIR%%/part_providers.html
|
||||
%%DOCSDIR%%/part_tools.html
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/transactions.html
|
||||
%%DOCSDIR%%/up.png
|
||||
share/gnome/libgda/dtd/libgda-array.dtd
|
||||
share/gnome/libgda/dtd/libgda-dict.dtd
|
||||
%%MYSQL:%%share/gnome/libgda/mysql_specs_create_db.xml
|
||||
%%MYSQL:%%share/gnome/libgda/mysql_specs_dsn.xml
|
||||
%%POSTGRES:%%share/gnome/libgda/postgres_specs_create_db.xml
|
||||
|
@ -222,16 +354,23 @@ share/locale/tr/LC_MESSAGES/libgda-3.mo
|
|||
share/locale/uk/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/vi/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgda-3.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm share/gnome/libgda/xml
|
||||
@dirrm share/gnome/libgda/dtd
|
||||
@dirrm share/gnome/libgda
|
||||
@dirrm lib/libgda-%%VERSION%%/providers
|
||||
@dirrm lib/libgda-%%VERSION%%
|
||||
@dirrm lib/libgda
|
||||
@dirrm include/libgda-%%VERSION%%/sql
|
||||
@dirrm include/libgda-%%VERSION%%/sql-delimiter
|
||||
@dirrm include/libgda-%%VERSION%%/libsql
|
||||
@dirrm include/libgda-%%VERSION%%/libgda-report
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/handlers
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/graph
|
||||
@dirrm include/libgda-%%VERSION%%/libgda
|
||||
@dirrm include/libgda-%%VERSION%%
|
||||
@dirrm etc/libgda
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgda2
|
||||
PORTVERSION= 1.9.100
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.9.102
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/libgda-1.9.100.tar.bz2) = c943610dc4c9c286bb14d6ce3c6e549b
|
||||
SHA256 (gnome2/libgda-1.9.100.tar.bz2) = 73087e84a9712aa05a74ebc4dfdea07a26d5337f805ef653edaecee2a214f80f
|
||||
SIZE (gnome2/libgda-1.9.100.tar.bz2) = 1464595
|
||||
MD5 (gnome2/libgda-1.9.102.tar.bz2) = 5a97f6a00fe1cbd369be14b70dbee261
|
||||
SHA256 (gnome2/libgda-1.9.102.tar.bz2) = 6c01444976afe7b37e9b146ea9311c1da7cc8965d2aa4182e7f452843ecaa702
|
||||
SIZE (gnome2/libgda-1.9.102.tar.bz2) = 1935950
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ../../work-/libgda-1.9.100/libgda/gda-value.c Tue Nov 8 14:56:44 2005
|
||||
+++ libgda/gda-value.c Tue Nov 8 14:57:29 2005
|
||||
@@ -1263,8 +1263,8 @@
|
||||
--- libgda/gda-value.c.orig Fri Mar 17 11:08:32 2006
|
||||
+++ libgda/gda-value.c Fri Mar 24 22:31:12 2006
|
||||
@@ -1281,8 +1281,8 @@ gda_value_is_null (GdaValue *value)
|
||||
gboolean
|
||||
gda_value_is_number (GdaValue *value)
|
||||
{
|
||||
|
@ -10,15 +10,3 @@
|
|||
|
||||
type = GDA_VALUE_TYPE(value);
|
||||
switch (type) {
|
||||
@@ -1437,10 +1437,10 @@
|
||||
void
|
||||
gda_value_set_blob (GdaValue *value, const GdaBlob *val)
|
||||
{
|
||||
+ GdaBlob *blob;
|
||||
g_return_if_fail (value);
|
||||
g_return_if_fail (GDA_IS_BLOB (val));
|
||||
|
||||
- GdaBlob *blob;
|
||||
l_g_value_unset (value);
|
||||
g_value_init (value, G_VALUE_TYPE_BLOB);
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/gda-config-tool
|
||||
bin/gda-report-test
|
||||
bin/gda-run
|
||||
bin/gda-test-delimiter
|
||||
etc/libgda/config
|
||||
etc/libgda/sales_test.db
|
||||
include/libgda-%%VERSION%%/libgda-report/gda-report-document.h
|
||||
|
@ -26,27 +27,77 @@ include/libgda-%%VERSION%%/libgda/gda-command.h
|
|||
include/libgda-%%VERSION%%/libgda/gda-config.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-connection-event.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-connection.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.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-base.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-filter-sql.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-import.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-index.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-list.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-query.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model-row.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-model.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-data-proxy.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-decl.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-aggregate.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-constraint.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-database.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-function.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-table.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict-type.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-dict.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-entity-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-entity.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-enum-types.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-enums.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-graphviz.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-log.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-marshal.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-object-ref.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-object.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-parameter-list.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-parameter.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-quark-list.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-condition.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-agg.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-all.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-func.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field-value.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-field.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-join.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-object.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-parsing.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-private.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query-target.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-query.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-referer.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-renderer.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-row.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-select.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-threader.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-transaction.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-util.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-value.h
|
||||
include/libgda-%%VERSION%%/libgda/global-decl.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-xml-storage.h
|
||||
include/libgda-%%VERSION%%/libgda/graph/gda-graph-item.h
|
||||
include/libgda-%%VERSION%%/libgda/graph/gda-graph-query.h
|
||||
include/libgda-%%VERSION%%/libgda/graph/gda-graph.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.h
|
||||
include/libgda-%%VERSION%%/sql/sql_parser.h
|
||||
include/libgda-%%VERSION%%/libsql/sql_parser.h
|
||||
include/libgda-%%VERSION%%/sql-delimiter/gda-sql-delimiter.h
|
||||
lib/libgda-3.a
|
||||
lib/libgda-3.la
|
||||
lib/libgda-3.so
|
||||
|
@ -55,6 +106,18 @@ lib/libgda-report-3.a
|
|||
lib/libgda-report-3.la
|
||||
lib/libgda-report-3.so
|
||||
lib/libgda-report-3.so.3
|
||||
lib/libgda_graph-3.a
|
||||
lib/libgda_graph-3.la
|
||||
lib/libgda_graph-3.so
|
||||
lib/libgda_graph-3.so.3
|
||||
lib/libgda_handlers-3.a
|
||||
lib/libgda_handlers-3.la
|
||||
lib/libgda_handlers-3.so
|
||||
lib/libgda_handlers-3.so.3
|
||||
lib/libgda_sql_delimiter-3.a
|
||||
lib/libgda_sql_delimiter-3.la
|
||||
lib/libgda_sql_delimiter-3.so
|
||||
lib/libgda_sql_delimiter-3.so.3
|
||||
lib/libgdasql.a
|
||||
lib/libgdasql.la
|
||||
lib/libgdasql.so
|
||||
|
@ -87,26 +150,69 @@ lib/libgda-%%VERSION%%/providers/libgda-sqlite.a
|
|||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.la
|
||||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.so
|
||||
libdata/pkgconfig/libgda-2.0.pc
|
||||
%%DOCSDIR%%/GdaBlob.html
|
||||
%%DOCSDIR%%/GdaClient.html
|
||||
%%DOCSDIR%%/GdaColumn.html
|
||||
%%DOCSDIR%%/GdaColumnIndex.html
|
||||
%%DOCSDIR%%/GdaConnection.html
|
||||
%%DOCSDIR%%/GdaConnectionEvent.html
|
||||
%%DOCSDIR%%/GdaDataAccessWrapper.html
|
||||
%%DOCSDIR%%/GdaDataModel.html
|
||||
%%DOCSDIR%%/GdaDataModelArray.html
|
||||
%%DOCSDIR%%/GdaDataModelFilterSQL.html
|
||||
%%DOCSDIR%%/GdaDataModelHash.html
|
||||
%%DOCSDIR%%/GdaDataModelList.html
|
||||
%%DOCSDIR%%/GdaRow.html
|
||||
%%DOCSDIR%%/GdaSelect.html
|
||||
%%DOCSDIR%%/GdaDataModelImport.html
|
||||
%%DOCSDIR%%/GdaDataModelIter.html
|
||||
%%DOCSDIR%%/GdaDataModelQuery.html
|
||||
%%DOCSDIR%%/GdaDataModelRow.html
|
||||
%%DOCSDIR%%/GdaDataProxy.html
|
||||
%%DOCSDIR%%/GdaDict.html
|
||||
%%DOCSDIR%%/GdaDictAggregate.html
|
||||
%%DOCSDIR%%/GdaDictConstraint.html
|
||||
%%DOCSDIR%%/GdaDictDatabase.html
|
||||
%%DOCSDIR%%/GdaDictField.html
|
||||
%%DOCSDIR%%/GdaDictFunction.html
|
||||
%%DOCSDIR%%/GdaDictTable.html
|
||||
%%DOCSDIR%%/GdaDictType.html
|
||||
%%DOCSDIR%%/GdaEntity.html
|
||||
%%DOCSDIR%%/GdaEntityField.html
|
||||
%%DOCSDIR%%/GdaGraphviz.html
|
||||
%%DOCSDIR%%/GdaObject.html
|
||||
%%DOCSDIR%%/GdaObjectRef.html
|
||||
%%DOCSDIR%%/GdaParameter.html
|
||||
%%DOCSDIR%%/GdaParameterList.html
|
||||
%%DOCSDIR%%/GdaQuery.html
|
||||
%%DOCSDIR%%/GdaQueryCondition.html
|
||||
%%DOCSDIR%%/GdaQueryField.html
|
||||
%%DOCSDIR%%/GdaQueryFieldAgg.html
|
||||
%%DOCSDIR%%/GdaQueryFieldAll.html
|
||||
%%DOCSDIR%%/GdaQueryFieldField.html
|
||||
%%DOCSDIR%%/GdaQueryFieldFunc.html
|
||||
%%DOCSDIR%%/GdaQueryFieldValue.html
|
||||
%%DOCSDIR%%/GdaQueryJoin.html
|
||||
%%DOCSDIR%%/GdaQueryObject.html
|
||||
%%DOCSDIR%%/GdaQueryTarget.html
|
||||
%%DOCSDIR%%/GdaReferer.html
|
||||
%%DOCSDIR%%/GdaRenderer.html
|
||||
%%DOCSDIR%%/GdaServerProvider.html
|
||||
%%DOCSDIR%%/GdaThreader.html
|
||||
%%DOCSDIR%%/GdaTransaction.html
|
||||
%%DOCSDIR%%/GdaXmlStorage.html
|
||||
%%DOCSDIR%%/architecture.html
|
||||
%%DOCSDIR%%/ch04s03.html
|
||||
%%DOCSDIR%%/ch05s04.html
|
||||
%%DOCSDIR%%/ch05s05.html
|
||||
%%DOCSDIR%%/ch05s06.html
|
||||
%%DOCSDIR%%/ch06.html
|
||||
%%DOCSDIR%%/ch09s04.html
|
||||
%%DOCSDIR%%/ch09s05.html
|
||||
%%DOCSDIR%%/ch09s06.html
|
||||
%%DOCSDIR%%/ch10.html
|
||||
%%DOCSDIR%%/ch11.html
|
||||
%%DOCSDIR%%/ch13.html
|
||||
%%DOCSDIR%%/ch14.html
|
||||
%%DOCSDIR%%/compiling.html
|
||||
%%DOCSDIR%%/connecting.html
|
||||
%%DOCSDIR%%/connection.html
|
||||
%%DOCSDIR%%/connections.html
|
||||
%%DOCSDIR%%/data-model.html
|
||||
%%DOCSDIR%%/data_models.html
|
||||
%%DOCSDIR%%/fdl-section1.html
|
||||
%%DOCSDIR%%/fdl-section10.html
|
||||
%%DOCSDIR%%/fdl-section2.html
|
||||
|
@ -119,21 +225,23 @@ libdata/pkgconfig/libgda-2.0.pc
|
|||
%%DOCSDIR%%/fdl-section9.html
|
||||
%%DOCSDIR%%/fdl-using.html
|
||||
%%DOCSDIR%%/fdl.html
|
||||
%%DOCSDIR%%/getting_started.html
|
||||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/init_config.html
|
||||
%%DOCSDIR%%/installation-configuring.html
|
||||
%%DOCSDIR%%/installation-installing.html
|
||||
%%DOCSDIR%%/installation.html
|
||||
%%DOCSDIR%%/introduction.html
|
||||
%%DOCSDIR%%/ix01.html
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/libgda-BLOBs.html
|
||||
%%DOCSDIR%%/libgda-Commands.html
|
||||
%%DOCSDIR%%/libgda-GdaConnection.html
|
||||
%%DOCSDIR%%/libgda-GdaConnectionEvent.html
|
||||
%%DOCSDIR%%/libgda-Configuration.html
|
||||
%%DOCSDIR%%/libgda-GdaCommand.html
|
||||
%%DOCSDIR%%/libgda-GdaDataModelIndex.html
|
||||
%%DOCSDIR%%/libgda-GdaParameter.html
|
||||
%%DOCSDIR%%/libgda-GdaGraph.html
|
||||
%%DOCSDIR%%/libgda-GdaGraphItem.html
|
||||
%%DOCSDIR%%/libgda-GdaGraphQuery.html
|
||||
%%DOCSDIR%%/libgda-GdaReportDocument.html
|
||||
%%DOCSDIR%%/libgda-GdaReportItem.html
|
||||
%%DOCSDIR%%/libgda-GdaReportItemDetail.html
|
||||
|
@ -152,14 +260,30 @@ libdata/pkgconfig/libgda-2.0.pc
|
|||
%%DOCSDIR%%/libgda-Logging.html
|
||||
%%DOCSDIR%%/libgda-Quark-lists.html
|
||||
%%DOCSDIR%%/libgda-Utility-functions.html
|
||||
%%DOCSDIR%%/libgda-api.html
|
||||
%%DOCSDIR%%/libgda-gda-config.html
|
||||
%%DOCSDIR%%/libgda-gda-data-model-base.html
|
||||
%%DOCSDIR%%/libgda-gda-report-types.html
|
||||
%%DOCSDIR%%/libgda-provider-begin-transaction.html
|
||||
%%DOCSDIR%%/libgda-provider-change-database.html
|
||||
%%DOCSDIR%%/libgda-provider-class.html
|
||||
%%DOCSDIR%%/libgda-provider-close-connection.html
|
||||
%%DOCSDIR%%/libgda-provider-commit-transaction.html
|
||||
%%DOCSDIR%%/libgda-provider-create-database-cnc.html
|
||||
%%DOCSDIR%%/libgda-provider-drop-database-cnc.html
|
||||
%%DOCSDIR%%/libgda-provider-execute-command.html
|
||||
%%DOCSDIR%%/libgda-provider-get-database.html
|
||||
%%DOCSDIR%%/libgda-provider-get-schema.html
|
||||
%%DOCSDIR%%/libgda-provider-get-specs.html
|
||||
%%DOCSDIR%%/libgda-provider-introduction.html
|
||||
%%DOCSDIR%%/libgda-provider-perform-action-params.html
|
||||
%%DOCSDIR%%/libgda-provider-recordset.html
|
||||
%%DOCSDIR%%/libgda-providers.html
|
||||
%%DOCSDIR%%/libgda-provider-rollback-transaction.html
|
||||
%%DOCSDIR%%/libgda-provider-supports.html
|
||||
%%DOCSDIR%%/libgda-reports-introduction.html
|
||||
%%DOCSDIR%%/libgda-reports.html
|
||||
%%DOCSDIR%%/libgda-tools-author-dict.html
|
||||
%%DOCSDIR%%/libgda-tools-diagnose.html
|
||||
%%DOCSDIR%%/libgda-tools-inspect-dict.html
|
||||
%%DOCSDIR%%/libgda-tools-introduction.html
|
||||
%%DOCSDIR%%/libgda-tools-list-config.html
|
||||
%%DOCSDIR%%/libgda.devhelp
|
||||
%%DOCSDIR%%/main_example.html
|
||||
%%DOCSDIR%%/manage-gdavalue.html
|
||||
|
@ -167,10 +291,18 @@ libdata/pkgconfig/libgda-2.0.pc
|
|||
%%DOCSDIR%%/migration-configuration.html
|
||||
%%DOCSDIR%%/migration-executing-commands.html
|
||||
%%DOCSDIR%%/migration.html
|
||||
%%DOCSDIR%%/processing-queries.html
|
||||
%%DOCSDIR%%/misc.html
|
||||
%%DOCSDIR%%/part_begin.html
|
||||
%%DOCSDIR%%/part_libgda-reports.html
|
||||
%%DOCSDIR%%/part_libgda_api.html
|
||||
%%DOCSDIR%%/part_providers.html
|
||||
%%DOCSDIR%%/part_tools.html
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/transactions.html
|
||||
%%DOCSDIR%%/up.png
|
||||
share/gnome/libgda/dtd/libgda-array.dtd
|
||||
share/gnome/libgda/dtd/libgda-dict.dtd
|
||||
%%MYSQL:%%share/gnome/libgda/mysql_specs_create_db.xml
|
||||
%%MYSQL:%%share/gnome/libgda/mysql_specs_dsn.xml
|
||||
%%POSTGRES:%%share/gnome/libgda/postgres_specs_create_db.xml
|
||||
|
@ -222,16 +354,23 @@ share/locale/tr/LC_MESSAGES/libgda-3.mo
|
|||
share/locale/uk/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/vi/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/libgda-3.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgda-3.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm share/gnome/libgda/xml
|
||||
@dirrm share/gnome/libgda/dtd
|
||||
@dirrm share/gnome/libgda
|
||||
@dirrm lib/libgda-%%VERSION%%/providers
|
||||
@dirrm lib/libgda-%%VERSION%%
|
||||
@dirrm lib/libgda
|
||||
@dirrm include/libgda-%%VERSION%%/sql
|
||||
@dirrm include/libgda-%%VERSION%%/sql-delimiter
|
||||
@dirrm include/libgda-%%VERSION%%/libsql
|
||||
@dirrm include/libgda-%%VERSION%%/libgda-report
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/handlers
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/graph
|
||||
@dirrm include/libgda-%%VERSION%%/libgda
|
||||
@dirrm include/libgda-%%VERSION%%
|
||||
@dirrm etc/libgda
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgnomedb
|
||||
PORTVERSION= 1.9.100
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.9.102
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/libgnomedb-1.9.100.tar.bz2) = a98ac52f084b1b0abad6b2c53ec034cc
|
||||
SHA256 (gnome2/libgnomedb-1.9.100.tar.bz2) = 4c321c3781efccabac2dd2c1e1140ab8d7e3d1eae93489f48e13ed085827b195
|
||||
SIZE (gnome2/libgnomedb-1.9.100.tar.bz2) = 2192360
|
||||
MD5 (gnome2/libgnomedb-1.9.102.tar.bz2) = a29e5b845d6bd94fdd70c4c0c0abcbf1
|
||||
SHA256 (gnome2/libgnomedb-1.9.102.tar.bz2) = becd12ec688daded8c08d94ae6268d169716872d0f405bf3ce96eb846b078bd8
|
||||
SIZE (gnome2/libgnomedb-1.9.102.tar.bz2) = 1821841
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- libgnomedb/gnome-db-data-proxy.c.orig
|
||||
+++ libgnomedb/gnome-db-data-proxy.c
|
||||
@@ -1272,10 +1272,10 @@
|
||||
void
|
||||
gnome_db_data_proxy_reset_all (GnomeDbDataProxy *proxy)
|
||||
{
|
||||
- g_return_if_fail (proxy && IS_GNOME_DB_DATA_PROXY (proxy));
|
||||
- g_return_if_fail (proxy->priv);
|
||||
GtkTreePath *path;
|
||||
GtkTreeIter iter;
|
||||
+ g_return_if_fail (proxy && IS_GNOME_DB_DATA_PROXY (proxy));
|
||||
+ g_return_if_fail (proxy->priv);
|
||||
|
||||
/* new rows are first treated and removed (no memory de-allocation here, though) */
|
||||
if (proxy->priv->new_rows) {
|
|
@ -1,21 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- libgnomedb/gnome-db-grid.c.orig
|
||||
+++ libgnomedb/gnome-db-grid.c
|
||||
@@ -1917,6 +1917,7 @@
|
||||
else {
|
||||
/* render all the parameters invalid */
|
||||
grid->priv->internal_params_change = TRUE;
|
||||
+ {
|
||||
GSList *list = grid->priv->data_set->parameters;
|
||||
while (list) {
|
||||
GnomeDbParameter *tmp;
|
||||
@@ -1925,6 +1926,7 @@
|
||||
gnome_db_parameter_declare_invalid (GNOME_DB_PARAMETER (list->data));
|
||||
|
||||
list = g_slist_next (list);
|
||||
+ }
|
||||
}
|
||||
grid->priv->internal_params_change = FALSE;
|
||||
}
|
|
@ -1,76 +1,50 @@
|
|||
bin/gnome-database-properties
|
||||
bin/gnome-db-browser
|
||||
bin/gnome-db-test-parser
|
||||
bin/gnome-db-verify-file
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-base.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-boolean.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-combo.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-info.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-textual.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-boolean.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-combo.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-none.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-shell.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-string.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-time.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-wrapper.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-basic-form.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-combo.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-condition.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-connection-properties.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-constraint.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-custom-layout.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-entry.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-handler.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-model.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-proxy.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-set.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-source-selector.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-store.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-widget-info.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-widget.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-database.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dbms-update-viewer.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-decl.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dict.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-config-druid.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-config.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-spec.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-editor.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-entity.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-enums.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-error-dialog.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-error.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-field.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-find-dialog.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-form.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-graphviz.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-gray-bar.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-grid.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-join.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-layout.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-i18n.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-login-dialog.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-login.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-matrix.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-model-wrapper.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-parameter.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-provider-selector.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-qf-agg.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-qf-all.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-qf-field.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-qf-func.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-qf-value.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-qfield.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-query-parsing.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-query-private.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-query.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-ref-base.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-referer.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-renderer.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-raw-form.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-raw-grid.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-report-editor.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-result-set.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-selector-private.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-selector.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server-aggregate.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server-data-type.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server-function.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server-info.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-sql-console.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-stock.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-table-editor.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-table-field.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-table.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-target.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-wrapper-field.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-xml-storage.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-tools.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-util.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas-cursor.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas-db-relations.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas-entity.h
|
||||
|
@ -82,31 +56,12 @@ include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas-query-struct.h
|
|||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas-text.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas-tip.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-canvas.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-graph-item.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-graph-query.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/gnome-db-graph.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/graph/graph-utility.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-data-cell-renderer-boolean.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-data-cell-renderer-combo.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-data-cell-renderer-info.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-data-cell-renderer-textual.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-boolean.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-combo.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-none.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-shell.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-string.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-time.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-entry-wrapper.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-handler-boolean.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-handler-none.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-handler-numerical.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-handler-string.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/handlers/gnome-db-handler-time.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/libgnomedb-private.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/libgnomedb.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/parser/gnome-db-sql-parser.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/marshal.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-aggregates.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-data-types.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-forms.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-functions.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-graphs.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-onequery.h
|
||||
|
@ -114,10 +69,30 @@ include/libgnomedb-%%VERSION%%/libgnomedb/sel-onetable.h
|
|||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-onetarget.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-queries.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/sel-tables.h
|
||||
include/libgnomedb-%%VERSION%%/libgnomedb/utility.h
|
||||
lib/libglade/2.0/libgnomedb.a
|
||||
lib/libglade/2.0/libgnomedb.la
|
||||
lib/libglade/2.0/libgnomedb.so
|
||||
lib/libgnomedb-3.a
|
||||
lib/libgnomedb-3.la
|
||||
lib/libgnomedb-3.so
|
||||
lib/libgnomedb-3.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_cidr.a
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_cidr.la
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_cidr.so
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_cidr.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_filesel.a
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_filesel.la
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_filesel.so
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_filesel.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_passmd5.a
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_passmd5.la
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_passmd5.so
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_passmd5.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_text.a
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_text.la
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_text.so
|
||||
lib/libgnomedb/plugins/libgnomedb_entry_text.so.4
|
||||
lib/libgnomedb_graph-3.a
|
||||
lib/libgnomedb_graph-3.la
|
||||
lib/libgnomedb_graph-3.so
|
||||
|
@ -126,129 +101,68 @@ lib/libgnomedb_handlers-3.a
|
|||
lib/libgnomedb_handlers-3.la
|
||||
lib/libgnomedb_handlers-3.so
|
||||
lib/libgnomedb_handlers-3.so.4
|
||||
lib/libgnomedb_parser-3.a
|
||||
lib/libgnomedb_parser-3.la
|
||||
lib/libgnomedb_parser-3.so
|
||||
lib/libgnomedb_parser-3.so.4
|
||||
lib/libglade/2.0/libgnomedb.a
|
||||
lib/libglade/2.0/libgnomedb.la
|
||||
lib/libglade/2.0/libgnomedb.so
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_cidr.a
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_cidr.la
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_cidr.so
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_cidr.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_filesel.a
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_filesel.la
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_filesel.so
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_filesel.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_passmd5.a
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_passmd5.la
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_passmd5.so
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_passmd5.so.4
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_text.a
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_text.la
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_text.so
|
||||
lib/libgnomedb/plugins/libgnomedb_handler_text.so.4
|
||||
libdata/pkgconfig/libgnomedb-2.0.pc
|
||||
%%DOCSDIR%%/GnomeDbBase.html
|
||||
%%DOCSDIR%%/GnomeDbBasicForm.html
|
||||
%%DOCSDIR%%/GnomeDbCanvas.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasCursor.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasDbRelations.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasEntity.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasField.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasFkconstraint.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasItem.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasJoin.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasQueryStruct.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasText.html
|
||||
%%DOCSDIR%%/GnomeDbCanvasTip.html
|
||||
%%DOCSDIR%%/GnomeDbCombo.html
|
||||
%%DOCSDIR%%/GnomeDbCondition.html
|
||||
%%DOCSDIR%%/GnomeDbConstraint.html
|
||||
%%DOCSDIR%%/GnomeDbConnectionProperties.html
|
||||
%%DOCSDIR%%/GnomeDbDataCellRendererBoolean.html
|
||||
%%DOCSDIR%%/GnomeDbDataCellRendererCombo.html
|
||||
%%DOCSDIR%%/GnomeDbDataCellRendererInfo.html
|
||||
%%DOCSDIR%%/GnomeDbDataCellRendererTextual.html
|
||||
%%DOCSDIR%%/GnomeDbDataEntry.html
|
||||
%%DOCSDIR%%/GnomeDbDataHandler.html
|
||||
%%DOCSDIR%%/GnomeDbDataModel.html
|
||||
%%DOCSDIR%%/GnomeDbDataProxy.html
|
||||
%%DOCSDIR%%/GnomeDbDataSet.html
|
||||
%%DOCSDIR%%/GnomeDbDataWidget.html
|
||||
%%DOCSDIR%%/GnomeDbDatabase.html
|
||||
%%DOCSDIR%%/GnomeDbDict.html
|
||||
%%DOCSDIR%%/GnomeDbEntity.html
|
||||
%%DOCSDIR%%/GnomeDbDataSourceSelector.html
|
||||
%%DOCSDIR%%/GnomeDbDataStore.html
|
||||
%%DOCSDIR%%/GnomeDbDataWidgetInfo.html
|
||||
%%DOCSDIR%%/GnomeDbDsnConfig.html
|
||||
%%DOCSDIR%%/GnomeDbDsnConfigDruid.html
|
||||
%%DOCSDIR%%/GnomeDbDsnSpec.html
|
||||
%%DOCSDIR%%/GnomeDbEditor.html
|
||||
%%DOCSDIR%%/GnomeDbEntryBoolean.html
|
||||
%%DOCSDIR%%/GnomeDbEntryCidr.html
|
||||
%%DOCSDIR%%/GnomeDbEntryCombo.html
|
||||
%%DOCSDIR%%/GnomeDbEntryFilesel.html
|
||||
%%DOCSDIR%%/GnomeDbEntryNone.html
|
||||
%%DOCSDIR%%/GnomeDbEntryPassmd5.html
|
||||
%%DOCSDIR%%/GnomeDbEntryShell.html
|
||||
%%DOCSDIR%%/GnomeDbEntryString.html
|
||||
%%DOCSDIR%%/GnomeDbEntryText.html
|
||||
%%DOCSDIR%%/GnomeDbEntryTime.html
|
||||
%%DOCSDIR%%/GnomeDbEntryWrapper.html
|
||||
%%DOCSDIR%%/GnomeDbField.html
|
||||
%%DOCSDIR%%/GnomeDbError.html
|
||||
%%DOCSDIR%%/GnomeDbErrorDialog.html
|
||||
%%DOCSDIR%%/GnomeDbFindDialog.html
|
||||
%%DOCSDIR%%/GnomeDbForm.html
|
||||
%%DOCSDIR%%/GnomeDbGraph.html
|
||||
%%DOCSDIR%%/GnomeDbGraphItem.html
|
||||
%%DOCSDIR%%/GnomeDbGraphQuery.html
|
||||
%%DOCSDIR%%/GnomeDbGraphviz.html
|
||||
%%DOCSDIR%%/GnomeDbGrayBar.html
|
||||
%%DOCSDIR%%/GnomeDbGrid.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerBoolean.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerCidr.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerNone.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerNumerical.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerPassmd5.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerString.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerText.html
|
||||
%%DOCSDIR%%/GnomeDbHandlerTime.html
|
||||
%%DOCSDIR%%/GnomeDbJoin.html
|
||||
%%DOCSDIR%%/GnomeDbLayout.html
|
||||
%%DOCSDIR%%/GnomeDbMatrix.html
|
||||
%%DOCSDIR%%/GnomeDbModelWrapper.html
|
||||
%%DOCSDIR%%/GnomeDbParameter.html
|
||||
%%DOCSDIR%%/GnomeDbQfAgg.html
|
||||
%%DOCSDIR%%/GnomeDbQfAll.html
|
||||
%%DOCSDIR%%/GnomeDbQfField.html
|
||||
%%DOCSDIR%%/GnomeDbQfFunc.html
|
||||
%%DOCSDIR%%/GnomeDbQfValue.html
|
||||
%%DOCSDIR%%/GnomeDbQfield.html
|
||||
%%DOCSDIR%%/GnomeDbQuery.html
|
||||
%%DOCSDIR%%/GnomeDbRefBase.html
|
||||
%%DOCSDIR%%/GnomeDbReferer.html
|
||||
%%DOCSDIR%%/GnomeDbRenderer.html
|
||||
%%DOCSDIR%%/GnomeDbResultSet.html
|
||||
%%DOCSDIR%%/GnomeDbLogin.html
|
||||
%%DOCSDIR%%/GnomeDbLoginDialog.html
|
||||
%%DOCSDIR%%/GnomeDbProviderSelector.html
|
||||
%%DOCSDIR%%/GnomeDbRawForm.html
|
||||
%%DOCSDIR%%/GnomeDbRawGrid.html
|
||||
%%DOCSDIR%%/GnomeDbReportEditor.html
|
||||
%%DOCSDIR%%/GnomeDbSelector.html
|
||||
%%DOCSDIR%%/GnomeDbServer.html
|
||||
%%DOCSDIR%%/GnomeDbServerAggregate.html
|
||||
%%DOCSDIR%%/GnomeDbServerDataType.html
|
||||
%%DOCSDIR%%/GnomeDbServerFunction.html
|
||||
%%DOCSDIR%%/GnomeDbSqlConsole.html
|
||||
%%DOCSDIR%%/GnomeDbTable.html
|
||||
%%DOCSDIR%%/GnomeDbTableField.html
|
||||
%%DOCSDIR%%/GnomeDbTarget.html
|
||||
%%DOCSDIR%%/GnomeDbWrapperField.html
|
||||
%%DOCSDIR%%/GnomeDbXmlStorage.html
|
||||
%%DOCSDIR%%/GnomeDbmsUpdateViewer.html
|
||||
%%DOCSDIR%%/advanced-widgets.html
|
||||
%%DOCSDIR%%/ch01s02.html
|
||||
%%DOCSDIR%%/ch01s03.html
|
||||
%%DOCSDIR%%/ch02.html
|
||||
%%DOCSDIR%%/ch04s02.html
|
||||
%%DOCSDIR%%/ch04s03.html
|
||||
%%DOCSDIR%%/ch05.html
|
||||
%%DOCSDIR%%/ch10.html
|
||||
%%DOCSDIR%%/ch11.html
|
||||
%%DOCSDIR%%/ch12.html
|
||||
%%DOCSDIR%%/ch13.html
|
||||
%%DOCSDIR%%/ch14.html
|
||||
%%DOCSDIR%%/ch15.html
|
||||
%%DOCSDIR%%/ch15s02.html
|
||||
%%DOCSDIR%%/ch16.html
|
||||
%%DOCSDIR%%/ch17.html
|
||||
%%DOCSDIR%%/ch21.html
|
||||
%%DOCSDIR%%/data-models.html
|
||||
%%DOCSDIR%%/ch03.html
|
||||
%%DOCSDIR%%/ch07.html
|
||||
%%DOCSDIR%%/ch08.html
|
||||
%%DOCSDIR%%/ch09.html
|
||||
%%DOCSDIR%%/databound-widgets.html
|
||||
%%DOCSDIR%%/dsn-widgets.html
|
||||
%%DOCSDIR%%/error-widgets.html
|
||||
%%DOCSDIR%%/example_bad.png
|
||||
%%DOCSDIR%%/example_result.png
|
||||
%%DOCSDIR%%/fdl-section1.html
|
||||
|
@ -263,6 +177,7 @@ libdata/pkgconfig/libgnomedb-2.0.pc
|
|||
%%DOCSDIR%%/fdl-section9.html
|
||||
%%DOCSDIR%%/fdl-using.html
|
||||
%%DOCSDIR%%/fdl.html
|
||||
%%DOCSDIR%%/general-widgets.html
|
||||
%%DOCSDIR%%/gnome-db-canvas-db-relations.png
|
||||
%%DOCSDIR%%/gnome-db-canvas-query-struct.png
|
||||
%%DOCSDIR%%/gnome-db-combo.png
|
||||
|
@ -275,36 +190,18 @@ libdata/pkgconfig/libgnomedb-2.0.pc
|
|||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/ix01.html
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbConnectionProperties.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbCustomLayout.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbDataSourceSelector.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbDsnConfig.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbDsnConfigDruid.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbDsnSpec.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbEditor.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbError.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbErrorDialog.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbFindDialog.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbGrayBar.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbLogin.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbLoginDialog.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbProviderSelector.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbReportEditor.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDbTableEditor.html
|
||||
%%DOCSDIR%%/libgnomedb-GnomeDB-Stock-images.html
|
||||
%%DOCSDIR%%/libgnomedb-List-of-enumerated.html
|
||||
%%DOCSDIR%%/libgnomedb-basic.html
|
||||
%%DOCSDIR%%/libgnomedb-example.html
|
||||
%%DOCSDIR%%/libgnomedb-gnome-db-stock.html
|
||||
%%DOCSDIR%%/libgnomedb-introduction.html
|
||||
%%DOCSDIR%%/libgnomedb-gnome-db-data-widget.html
|
||||
%%DOCSDIR%%/libgnomedb-index.html
|
||||
%%DOCSDIR%%/libgnomedb-libgnomedb.html
|
||||
%%DOCSDIR%%/libgnomedb.devhelp
|
||||
%%DOCSDIR%%/misc.html
|
||||
%%DOCSDIR%%/non-inst-widgets.html
|
||||
%%DOCSDIR%%/pt01.html
|
||||
%%DOCSDIR%%/pt02.html
|
||||
%%DOCSDIR%%/pt03.html
|
||||
%%DOCSDIR%%/pt04.html
|
||||
%%DOCSDIR%%/pt05.html
|
||||
%%DOCSDIR%%/query01.png
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/sampleapp1.png
|
||||
|
@ -313,10 +210,7 @@ libdata/pkgconfig/libgnomedb-2.0.pc
|
|||
%%DOCSDIR%%/sampleapp4.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/up.png
|
||||
%%DOCSDIR%%/various.html
|
||||
%%DOCSDIR%%/various_int.html
|
||||
share/gnome/applications/database-properties.desktop
|
||||
share/gnome/libgnomedb/dtd/libgnomedb-dict.dtd
|
||||
share/gnome/mime-info/libgnomedb.keys
|
||||
share/gnome/mime-info/libgnomedb.mime
|
||||
share/gnome/omf/libgnomedb/libgnomedb-C.omf
|
||||
|
@ -397,18 +291,18 @@ share/locale/tr/LC_MESSAGES/libgnomedb-3.mo
|
|||
share/locale/uk/LC_MESSAGES/libgnomedb-3.mo
|
||||
share/locale/vi/LC_MESSAGES/libgnomedb-3.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgnomedb-3.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/libgnomedb-3.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgnomedb-3.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm share/gnome/pixmaps/libgnomedb
|
||||
@dirrm share/gnome/omf/libgnomedb
|
||||
@dirrm share/gnome/libgnomedb/dtd
|
||||
@dirrm share/gnome/libgnomedb
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/libgnomedb/plugins
|
||||
@dirrm lib/libgnomedb
|
||||
@dirrm include/libgnomedb-%%VERSION%%/libgnomedb/parser
|
||||
@dirrm include/libgnomedb-%%VERSION%%/libgnomedb/handlers
|
||||
@dirrm include/libgnomedb-%%VERSION%%/libgnomedb/graph
|
||||
@dirrm include/libgnomedb-%%VERSION%%/libgnomedb/data-entries
|
||||
@dirrm include/libgnomedb-%%VERSION%%/libgnomedb
|
||||
@dirrm include/libgnomedb-%%VERSION%%
|
||||
|
|
Loading…
Reference in a new issue