diff --git a/x11/gnome/libgda/Makefile b/x11/gnome/libgda/Makefile index 41d0539ecae..bf7f0805d5d 100644 --- a/x11/gnome/libgda/Makefile +++ b/x11/gnome/libgda/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2010/08/27 10:50:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.23 2010/09/27 12:12:41 ajacoutot Exp $ # # XXX: @@ -9,6 +9,7 @@ SHARED_ONLY= Yes COMMENT-main= GNOME Data Access library +COMMENT-ui= GTK+ extension and tools for libgda COMMENT-ldap= LDAP backend for libgda COMMENT-mdb= MS Access MDB backend for libgda COMMENT-mysql= MySQL backend for libgda @@ -16,7 +17,7 @@ COMMENT-pgsql= PostreSQL backend for libgda COMMENT-odbc= ODBC backend for libgda GNOME_PROJECT= libgda -GNOME_VERSION= 4.0.11 +GNOME_VERSION= 4.2.0 # NOTE: when major version changes, increment GDA_MAJOR accordingly and # bump "x11/gnome/libgdamm" @@ -24,6 +25,7 @@ GDA_MAJOR= 4.0 PKGNAME-main= ${DISTNAME} EPOCH-main= 1 +PKGNAME-ui= libgda-ui-${GNOME_VERSION} #PKGNAME-ldap= libgda-ldap-${GNOME_VERSION} #EPOCH-ldap= 0 PKGNAME-mdb= libgda-mdb-${GNOME_VERSION} @@ -37,9 +39,10 @@ EPOCH-pgsql= 0 CATEGORIES= databases -SHARED_LIBS += gda-4.0 0.0 # .4.0 -SHARED_LIBS += gda-report-4.0 0.0 # .4.0 -SHARED_LIBS += gda-xslt-4.0 0.0 # .4.0 +SHARED_LIBS += gda-4.0 1.0 # 5.0 +SHARED_LIBS += gda-report-4.0 1.0 # 5.0 +SHARED_LIBS += gda-xslt-4.0 1.0 # 5.0 +SHARED_LIBS += gda-ui-4.0 0.0 # 5.0 HOMEPAGE= http://www.gnome-db.org/ @@ -50,39 +53,37 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= m pcre z gio-2.0 glib-2.0 gmodule-2.0 \ - gobject-2.0 gthread-2.0 xml2 - -WANTLIB-main= ${WANTLIB} c gcrypt gpg-error ncurses pthread -WANTLIB-main+= readline tasn1 soup-2.4 db sqlite3 gnutls xslt +WANTLIB += m pcre z gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 +WANTLIB += gthread-2.0 xml2 dbus-1 dbus-glib-1 eggdbus-1 gcrypt +WANTLIB += gnome-keyring gpg-error MODULES= devel/gettext \ x11/gnome +MODGNOME_HELP_FILES= Yes +DESKTOP_FILES= Yes + SUBST_VARS= GDA_MAJOR -#PSEUDO_FLAVORS= no_ldap no_mdb no_mysql no_odbc no_pgsql -PSEUDO_FLAVORS= no_mdb no_mysql no_pgsql +#PSEUDO_FLAVORS= no_ui no_ldap no_mdb no_mysql no_odbc no_pgsql +PSEUDO_FLAVORS= no_ui no_mdb no_mysql no_pgsql FLAVOR?= MULTI_PACKAGES= -main -LIB_DEPENDS-main= ${LIB_DEPENDS} \ - ::devel/libsoup \ - :db->=4,<5:databases/db/v4 \ - ::databases/sqlite3 \ - ::security/gnutls \ - ::textproc/libxslt - LIB_DEPENDS= ::devel/glib2 \ ::textproc/libxml +BUILD_DEPENDS= :db->=4,<5:databases/db/v4 \ + ::databases/sqlite3 + REGRESS_DEPENDS= ::devel/check LIBTOOL_FLAGS= --tag=disable-static CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ --disable-static \ --disable-gtk-doc \ + --disable-introspection \ --with-bdb="${LOCALBASE}" \ --without-firebird \ --without-ibmdb2 \ @@ -94,22 +95,55 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db4/" \ FAKE_FLAGS= configdir="${PREFIX}/share/examples/libgda" +WANTLIB-main += ${WANTLIB} c gcrypt gpg-error ncurses pthread +WANTLIB-main += readline tasn1 soup-2.4 gnutls xslt + +RUN_DEPENDS-main= ${MODGETTEXT_RUN_DEPENDS} +LIB_DEPENDS-main= ${LIB_DEPENDS} \ + ::devel/libsoup \ + ::textproc/libxslt \ + ::x11/gnome/libgnome-keyring + +.if ${FLAVOR:L:Mno_ui} +CONFIGURE_ARGS+= --without-ui +.else +MULTI_PACKAGES+= -ui +CONFIGURE_ARGS+= --with-ui +WANTLIB-ui += ${WANTLIB} c gcrypt gpg-error pthread gda-${GDA_MAJOR} +WANTLIB-ui += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes +WANTLIB-ui += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1 +WANTLIB-ui += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 +WANTLIB-ui += glitz gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 +WANTLIB-ui += pixman-1 png pthread-stubs xcb xcb-render xcb-render-util +WANTLIB-ui += eggdbus-1 gnome-keyring goocanvas graph gtksourceview-2.0 +WANTLIB-ui += gvc ltdl pathplan unique-1.0 cdt gpg-error unique-1.0 +LIB_DEPENDS-ui= ${LIB_DEPENDS} \ + ::x11/gnome/libgda \ + ::math/graphviz \ + ::x11/gtksourceview \ + ::graphics/goocanvas \ + ::devel/libunique +.endif + + #.if ${FLAVOR:L:Mno_ldap} CONFIGURE_ARGS+= --without-ldap #.else #MULTI_PACKAGES+= -ldap -#WANTLIB-ldap= ${WANTLIB} asn1 com_err crypto gssapi krb5 sasl2 ssl +#WANTLIB-ldap= ${WANTLIB} asn1 com_err crypto gssapi krb5 sasl2 ssl gda-3.0 ,gdasql-3.0 +#WANTLIB-ldap= lber ldap #LIB_DEPENDS-ldap= ${LIB_DEPENDS} \ -# gda-3.0,gdasql-3.0::x11/gnome/libgda \ -# lber.>=9,ldap::databases/openldap +# ::x11/gnome/libgda \ +# ::databases/openldap #CONFIGURE_ARGS+= --with-ldap="${LOCALBASE}" #.endif .if ${FLAVOR:L:Mno_mdb} CONFIGURE_ARGS+= --without-mdb .else +RUN_DEPENDS-mdb= ${MODGETTEXT_RUN_DEPENDS} MULTI_PACKAGES+= -mdb -WANTLIB-mdb= ${WANTLIB} sqlite3 gda-${GDA_MAJOR} mdb +WANTLIB-mdb= ${WANTLIB} gda-${GDA_MAJOR} mdb LIB_DEPENDS-mdb= ${LIB_DEPENDS} \ ::x11/gnome/libgda \ ::databases/mdbtools/snapshot @@ -119,8 +153,9 @@ CONFIGURE_ARGS+= --with-mdb="${LOCALBASE}" .if ${FLAVOR:L:Mno_mysql} CONFIGURE_ARGS+= --without-mysql .else +RUN_DEPENDS-mysql= ${MODGETTEXT_RUN_DEPENDS} MULTI_PACKAGES+= -mysql -WANTLIB-mysql= ${WANTLIB} crypto sqlite3 ssl gda-${GDA_MAJOR} \ +WANTLIB-mysql= ${WANTLIB} crypto ssl gda-${GDA_MAJOR} \ mysqlclient LIB_DEPENDS-mysql= ${LIB_DEPENDS} \ ::x11/gnome/libgda \ @@ -131,8 +166,9 @@ CONFIGURE_ARGS+= --with-mysql="${LOCALBASE}" .if ${FLAVOR:L:Mno_pgsql} CONFIGURE_ARGS+= --without-postgresql .else +RUN_DEPENDS-pgsql= ${MODGETTEXT_RUN_DEPENDS} MULTI_PACKAGES+= -pgsql -WANTLIB-pgsql= ${WANTLIB} sqlite3 gda-${GDA_MAJOR} pq +WANTLIB-pgsql= ${WANTLIB} gda-${GDA_MAJOR} pq com_err crypto ssl LIB_DEPENDS-pgsql= ${LIB_DEPENDS} \ ::x11/gnome/libgda \ ::databases/postgresql @@ -142,11 +178,12 @@ CONFIGURE_ARGS+= --with-postgres="${LOCALBASE}" #.if ${FLAVOR:L:Mno_odbc} CONFIGURE_ARGS+= --without-odbc #.else +#RUN_DEPENDS-odbc= ${MODGETTEXT_RUN_DEPENDS} #MULTI_PACKAGES+= -odbc -#WANTLIB-odbc= +#WANTLIB-odbc= iodbc gda-3.0 gdasql-3.0 #LIB_DEPENDS-odbc= ${LIB_DEPENDS} \ -# iodbc::databases/iodbc \ -# gda-3.0,gdasql-3.0::x11/gnome/libgda +# ::databases/iodbc \ +# ::x11/gnome/libgda #CONFIGURE_ARGS+= --with-odbc="${LOCALBASE}" #.endif diff --git a/x11/gnome/libgda/distinfo b/x11/gnome/libgda/distinfo index eefb2b8d4b1..18b7ab20c11 100644 --- a/x11/gnome/libgda/distinfo +++ b/x11/gnome/libgda/distinfo @@ -1,5 +1,5 @@ -MD5 (gnome/libgda-4.0.11.tar.bz2) = R8tEwYaGDdO+o/XxSCFsEw== -RMD160 (gnome/libgda-4.0.11.tar.bz2) = Gp1r5B9EiW1PQoV7/jZT3iVlLLQ= -SHA1 (gnome/libgda-4.0.11.tar.bz2) = 2COq1fmI5myx3xt/ZFMT61H5PxA= -SHA256 (gnome/libgda-4.0.11.tar.bz2) = rDuDn3koPeUG7vuCXsXrPoAK05STeYnSF2S8PyC8Lhw= -SIZE (gnome/libgda-4.0.11.tar.bz2) = 8217813 +MD5 (gnome/libgda-4.2.0.tar.bz2) = SwDCthQwsqDqAOAzLR6O9A== +RMD160 (gnome/libgda-4.2.0.tar.bz2) = +ihO4byY/4H814jHf91Gf6uGG2M= +SHA1 (gnome/libgda-4.2.0.tar.bz2) = mNozWAhVUlySevy9rqg2JRVuwgY= +SHA256 (gnome/libgda-4.2.0.tar.bz2) = LmOZV/UHGZV86lMmsNlVEXlDIqVPnvhUfTJB9Al2VEE= +SIZE (gnome/libgda-4.2.0.tar.bz2) = 13932542 diff --git a/x11/gnome/libgda/patches/patch-configure b/x11/gnome/libgda/patches/patch-configure index e05f4fb8a70..5fa7d4238d0 100644 --- a/x11/gnome/libgda/patches/patch-configure +++ b/x11/gnome/libgda/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.10 2010/06/14 05:45:32 ajacoutot Exp $ ---- configure.orig Fri Jun 11 22:41:05 2010 -+++ configure Mon Jun 14 07:25:19 2010 -@@ -18887,7 +18887,6 @@ fi +$OpenBSD: patch-configure,v 1.11 2010/09/27 12:12:41 ajacoutot Exp $ +--- configure.orig Sun Sep 26 20:52:21 2010 ++++ configure Mon Sep 27 08:38:09 2010 +@@ -19953,7 +19953,6 @@ fi case $host_cpu in @@ -9,15 +9,15 @@ $OpenBSD: patch-configure,v 1.10 2010/06/14 05:45:32 ajacoutot Exp $ *) lib="lib";; esac -@@ -18944,7 +18943,6 @@ $as_echo "#define HAVE_BDB 1" >>confdefs.h - BDB_LIBS="-L${bdbdir}/bin -ldb47" +@@ -20010,7 +20009,6 @@ $as_echo "#define HAVE_BDB 1" >>confdefs.h + BDB_LIBS="-L${bdbdir}/bin -ldb51" break fi - if test $platform_win32 = no -a -f $d/include/db.h -a -f $d/$lib/libdb$linklibext then { $as_echo "$as_me:${as_lineno-$LINENO}: result: found Berkeley DB in $d" >&5 -@@ -18958,8 +18956,7 @@ $as_echo "#define HAVE_BDB 1" >>confdefs.h +@@ -20024,8 +20022,7 @@ $as_echo "#define HAVE_BDB 1" >>confdefs.h BDB_LIBS="-L${bdbdir}/${lib} -ldb" break fi @@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.10 2010/06/14 05:45:32 ajacoutot Exp $ { $as_echo "$as_me:${as_lineno-$LINENO}: result: found Berkeley DB in $d" >&5 $as_echo "found Berkeley DB in $d" >&6; } -@@ -19019,7 +19016,7 @@ then +@@ -20156,7 +20153,7 @@ then $as_echo_n "checking for ODBC files... " >&6; } for d in $dir /usr /usr/local do diff --git a/x11/gnome/libgda/pkg/DESCR-ui b/x11/gnome/libgda/pkg/DESCR-ui new file mode 100644 index 00000000000..e77f408b44d --- /dev/null +++ b/x11/gnome/libgda/pkg/DESCR-ui @@ -0,0 +1,10 @@ +Libgda UI extension builds on top of Libgda and GTK+ to provide some +graphical widgets, a control center (to manage DSN and list installed +providers) and a browser program to analyze the contents of a database. + +Libgda UI's components are: + * the runtime files (shared library) + * the GObject introspection files (to be used by the GObject + introspection framework) + * the tools, which require the runtime component + * the development files (the includes to compile C programs) diff --git a/x11/gnome/libgda/pkg/PLIST-main b/x11/gnome/libgda/pkg/PLIST-main index 3ea4921e2d4..87cdd420d64 100644 --- a/x11/gnome/libgda/pkg/PLIST-main +++ b/x11/gnome/libgda/pkg/PLIST-main @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-main,v 1.9 2010/06/14 05:45:32 ajacoutot Exp $ +@comment $OpenBSD: PLIST-main,v 1.10 2010/09/27 12:12:41 ajacoutot Exp $ @conflict libgda-db4-* bin/gda-list-config @bin bin/gda-list-config-${GDA_MAJOR} @@ -62,16 +62,26 @@ include/libgda-${GDA_MAJOR}/libgda/gda-meta-store.h include/libgda-${GDA_MAJOR}/libgda/gda-meta-struct.h include/libgda-${GDA_MAJOR}/libgda/gda-mutex.h include/libgda-${GDA_MAJOR}/libgda/gda-quark-list.h +include/libgda-${GDA_MAJOR}/libgda/gda-repetitive-statement.h include/libgda-${GDA_MAJOR}/libgda/gda-row.h include/libgda-${GDA_MAJOR}/libgda/gda-server-operation.h include/libgda-${GDA_MAJOR}/libgda/gda-server-provider-extra.h include/libgda-${GDA_MAJOR}/libgda/gda-server-provider-private.h include/libgda-${GDA_MAJOR}/libgda/gda-server-provider.h include/libgda-${GDA_MAJOR}/libgda/gda-set.h +include/libgda-${GDA_MAJOR}/libgda/gda-sql-builder.h include/libgda-${GDA_MAJOR}/libgda/gda-statement-extra.h include/libgda-${GDA_MAJOR}/libgda/gda-statement.h include/libgda-${GDA_MAJOR}/libgda/gda-transaction-status-private.h include/libgda-${GDA_MAJOR}/libgda/gda-transaction-status.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-manager.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-mgr-columns.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-mgr-label.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-mgr-schemas.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-mgr-select.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-mgr-tables.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree-node.h +include/libgda-${GDA_MAJOR}/libgda/gda-tree.h include/libgda-${GDA_MAJOR}/libgda/gda-util.h include/libgda-${GDA_MAJOR}/libgda/gda-value.h include/libgda-${GDA_MAJOR}/libgda/gda-xa-transaction.h @@ -105,6 +115,8 @@ include/libgda-${GDA_MAJOR}/libgda/sql-parser/gda-statement-struct-util.h include/libgda-${GDA_MAJOR}/libgda/sql-parser/gda-statement-struct.h include/libgda-${GDA_MAJOR}/libgda/sqlite/ include/libgda-${GDA_MAJOR}/libgda/sqlite/gda-sqlite-provider.h +include/libgda-${GDA_MAJOR}/libgda/thread-wrapper/ +include/libgda-${GDA_MAJOR}/libgda/thread-wrapper/gda-thread-wrapper.h include/libgda-${GDA_MAJOR}/libgda/virtual/ include/libgda-${GDA_MAJOR}/libgda/virtual/gda-vconnection-data-model.h include/libgda-${GDA_MAJOR}/libgda/virtual/gda-vconnection-hub.h @@ -121,6 +133,8 @@ lib/libgda-${GDA_MAJOR}/providers/libgda-bdb.la lib/libgda-${GDA_MAJOR}/providers/libgda-bdb.so lib/libgda-${GDA_MAJOR}/providers/libgda-sqlite.la lib/libgda-${GDA_MAJOR}/providers/libgda-sqlite.so +lib/libgda-${GDA_MAJOR}/providers/libgda-web.la +lib/libgda-${GDA_MAJOR}/providers/libgda-web.so lib/libgda-report-${GDA_MAJOR}.la @lib lib/libgda-report-${GDA_MAJOR}.so.${LIBgda-report-4.0_VERSION} lib/libgda-xslt-${GDA_MAJOR}.la @@ -129,6 +143,7 @@ lib/pkgconfig/libgda-${GDA_MAJOR}.pc lib/pkgconfig/libgda-bdb-${GDA_MAJOR}.pc lib/pkgconfig/libgda-report-${GDA_MAJOR}.pc lib/pkgconfig/libgda-sqlite-${GDA_MAJOR}.pc +lib/pkgconfig/libgda-web-${GDA_MAJOR}.pc lib/pkgconfig/libgda-xslt-${GDA_MAJOR}.pc @man man/man1/gda-sql-${GDA_MAJOR}.1 @man man/man1/gda-sql.1 @@ -175,60 +190,93 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaRow.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaServerOperation.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaServerProvider.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaSet.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaSqlBuilder.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaSqlParser.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaStatement.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaStatement.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaThreadWrapper.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTransactionStatus.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTree.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeManager.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeMgrColumns.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeMgrLabel.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeMgrSchemas.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeMgrSelect.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeMgrTables.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaTreeNode.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaVconnectionDataModel.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaVconnectionHub.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaVirtualConnection.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaVirtualProvider.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaVproviderDataModel.html share/gtk-doc/html/libgda-${GDA_MAJOR}/GdaVproviderHub.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiBasicForm.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiCloud.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiCombo.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiDataEntry.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiDataFilter.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiDataProxy.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiDataProxyInfo.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiDataSelector.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiDataStore.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiForm.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiGrid.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiLogin.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiProviderSelector.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiRawForm.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiRawGrid.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiServerOperation.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/GdauiTreeStore.html share/gtk-doc/html/libgda-${GDA_MAJOR}/MetaStore1.png share/gtk-doc/html/libgda-${GDA_MAJOR}/MetaStore2.png share/gtk-doc/html/libgda-${GDA_MAJOR}/SqlIdentifiers.png share/gtk-doc/html/libgda-${GDA_MAJOR}/architecture.html share/gtk-doc/html/libgda-${GDA_MAJOR}/architecture.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/blobs_example.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch05s03.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch06s02.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch06s03.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch07s02.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch07s03.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch07s07.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch09.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10s06.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10s07.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10s10.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10s11.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10s12.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch18.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch26.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch29.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch30s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch30s03.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch32s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch33s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch33s03.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch33s04.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s03.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s04.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s05.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s06.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s07.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s08.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35s10.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch10.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11s07.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11s08.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11s11.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11s12.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch11s13.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch12.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch20.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch21.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch32.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch36s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch36s03.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch38s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s03.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s04.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s05.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s06.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s07.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch40s08.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch39s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch39s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch39s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s05.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s06.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s07.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s08.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s10.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s05.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s06.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s07.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch46s08.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch47s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch47s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch47s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch47s05.html share/gtk-doc/html/libgda-${GDA_MAJOR}/compiling.html share/gtk-doc/html/libgda-${GDA_MAJOR}/connection.html share/gtk-doc/html/libgda-${GDA_MAJOR}/connections.html @@ -265,7 +313,7 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-sql-manual-icommands.html share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-sql-manual-open.html share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-sql-manual-run.html share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-sql.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/gen:blobs.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/gen_blobs.html share/gtk-doc/html/libgda-${GDA_MAJOR}/getting_started.html share/gtk-doc/html/libgda-${GDA_MAJOR}/home.png share/gtk-doc/html/libgda-${GDA_MAJOR}/howto-exec-non-select.html @@ -274,10 +322,14 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/howto-exec.png share/gtk-doc/html/libgda-${GDA_MAJOR}/howto-meta1.html share/gtk-doc/html/libgda-${GDA_MAJOR}/howto-meta2.html share/gtk-doc/html/libgda-${GDA_MAJOR}/howto-modify-select.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/howto-sqlbuilder.html share/gtk-doc/html/libgda-${GDA_MAJOR}/howto.html share/gtk-doc/html/libgda-${GDA_MAJOR}/i_s_data_types.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/index-4-2.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/index-deprecated.html share/gtk-doc/html/libgda-${GDA_MAJOR}/index.html share/gtk-doc/html/libgda-${GDA_MAJOR}/index.sgml +share/gtk-doc/html/libgda-${GDA_MAJOR}/index_main.html share/gtk-doc/html/libgda-${GDA_MAJOR}/information_schema.html share/gtk-doc/html/libgda-${GDA_MAJOR}/information_schema.png share/gtk-doc/html/libgda-${GDA_MAJOR}/init_config.html @@ -285,7 +337,6 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/installation-configuring.html share/gtk-doc/html/libgda-${GDA_MAJOR}/installation-installing.html share/gtk-doc/html/libgda-${GDA_MAJOR}/installation.html share/gtk-doc/html/libgda-${GDA_MAJOR}/introduction.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ix01.html share/gtk-doc/html/libgda-${GDA_MAJOR}/left.png share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Attributes-manager.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Configuration.html @@ -294,16 +345,20 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Default-Data-handlers share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Gda-Value.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaDataComparator.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaMutex.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaRepetitiveStatement.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaServerOperation-individual-nodes.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaServerOperation-sequences.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaSqlStatement.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-GdaXaTransaction.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Libgda-Initialization.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-LibgdaUI-Initialization.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Logging.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Misc-API.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Quark-lists.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-SQL-rendering-API.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Subclassing-GdaDataSelect.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-UI-Utility-functions.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-UI-plugins.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}-Utility-functions.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}.devhelp share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-${GDA_MAJOR}.devhelp2 @@ -316,16 +371,20 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-provider-parser.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-provider-recordset.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-reports-introduction.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-sql.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-tools-controlcenter.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-tools-gdabrowser.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-tools-introduction.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-tools-list-config.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-tools-test-connection.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-xslt-api.html share/gtk-doc/html/libgda-${GDA_MAJOR}/libgda-xslt-introduction.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/libgdaui-packaging.html share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations.html share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations_jdbc.html share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations_mysql.html share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations_oracle.html share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations_postgres.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations_sqlcipher.html share/gtk-doc/html/libgda-${GDA_MAJOR}/limitations_sqlite.html share/gtk-doc/html/libgda-${GDA_MAJOR}/main_example.html share/gtk-doc/html/libgda-${GDA_MAJOR}/managing-errors.html @@ -335,6 +394,7 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/migration-2-exec.html share/gtk-doc/html/libgda-${GDA_MAJOR}/migration-2-report.html share/gtk-doc/html/libgda-${GDA_MAJOR}/migration-2.html share/gtk-doc/html/libgda-${GDA_MAJOR}/misc.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/multi-threading.html share/gtk-doc/html/libgda-${GDA_MAJOR}/other_examples.html share/gtk-doc/html/libgda-${GDA_MAJOR}/parser_gen.png share/gtk-doc/html/libgda-${GDA_MAJOR}/parser_prov.png @@ -347,6 +407,9 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/part_providers.html share/gtk-doc/html/libgda-${GDA_MAJOR}/part_tools.html share/gtk-doc/html/libgda-${GDA_MAJOR}/parts.png share/gtk-doc/html/libgda-${GDA_MAJOR}/prov-metadata.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/provider-notes.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/provider_notes_sqlcipher.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/provider_notes_sqlite.html share/gtk-doc/html/libgda-${GDA_MAJOR}/psupport.html share/gtk-doc/html/libgda-${GDA_MAJOR}/pt08.html share/gtk-doc/html/libgda-${GDA_MAJOR}/right.png @@ -357,17 +420,73 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/stmt-select.png share/gtk-doc/html/libgda-${GDA_MAJOR}/stmt-unknown.png share/gtk-doc/html/libgda-${GDA_MAJOR}/stmt-update.png share/gtk-doc/html/libgda-${GDA_MAJOR}/style.css +share/gtk-doc/html/libgda-${GDA_MAJOR}/thread-wrapper.png share/gtk-doc/html/libgda-${GDA_MAJOR}/transactions.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/tree-overview.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/tree-overview2.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/trees.html share/gtk-doc/html/libgda-${GDA_MAJOR}/up.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-basic-form.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-cloud.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-combo.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-data-entry.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-filter.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-info.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-login.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-provider-selector.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-raw-grid.png +share/gtk-doc/html/libgda-${GDA_MAJOR}/vi-server-op.png share/gtk-doc/html/libgda-${GDA_MAJOR}/virtual_connection.html share/gtk-doc/html/libgda-${GDA_MAJOR}/writable_data_model.png share/libgda-${GDA_MAJOR}/ share/libgda-${GDA_MAJOR}/bdb_specs_dsn.xml +share/libgda-${GDA_MAJOR}/demo/ +share/libgda-${GDA_MAJOR}/demo/basic_form.c +share/libgda-${GDA_MAJOR}/demo/cloud.c +share/libgda-${GDA_MAJOR}/demo/combo.c +share/libgda-${GDA_MAJOR}/demo/custom_layout.xml +share/libgda-${GDA_MAJOR}/demo/data_model_dir.c +share/libgda-${GDA_MAJOR}/demo/ddl_queries.c +share/libgda-${GDA_MAJOR}/demo/demo_db.db +share/libgda-${GDA_MAJOR}/demo/form.c +share/libgda-${GDA_MAJOR}/demo/form_data_layout.c +share/libgda-${GDA_MAJOR}/demo/form_pict.c +share/libgda-${GDA_MAJOR}/demo/form_rw.c +share/libgda-${GDA_MAJOR}/demo/grid.c +share/libgda-${GDA_MAJOR}/demo/grid_data_layout.c +share/libgda-${GDA_MAJOR}/demo/grid_pict.c +share/libgda-${GDA_MAJOR}/demo/grid_rw.c +share/libgda-${GDA_MAJOR}/demo/linked_grid_form.c +share/libgda-${GDA_MAJOR}/demo/linked_model_param.c +share/libgda-${GDA_MAJOR}/demo/login.c +share/libgda-${GDA_MAJOR}/demo/provider_sel.c +share/libgda-${GDA_MAJOR}/demo/tree.c share/libgda-${GDA_MAJOR}/dtd/ share/libgda-${GDA_MAJOR}/dtd/libgda-array.dtd share/libgda-${GDA_MAJOR}/dtd/libgda-paramlist.dtd share/libgda-${GDA_MAJOR}/dtd/libgda-server-operation.dtd +share/libgda-${GDA_MAJOR}/import_encodings.xml share/libgda-${GDA_MAJOR}/information_schema.xml +share/libgda-${GDA_MAJOR}/language-specs/ +share/libgda-${GDA_MAJOR}/language-specs/gda-sql.lang +share/libgda-${GDA_MAJOR}/mysql_specs_comment_column.xml +share/libgda-${GDA_MAJOR}/mysql_specs_comment_table.xml +share/libgda-${GDA_MAJOR}/php/ +share/libgda-${GDA_MAJOR}/php/README +share/libgda-${GDA_MAJOR}/php/gda-clean.php +share/libgda-${GDA_MAJOR}/php/gda-config.php +share/libgda-${GDA_MAJOR}/php/gda-exception.php +share/libgda-${GDA_MAJOR}/php/gda-front.php +share/libgda-${GDA_MAJOR}/php/gda-meta.php +share/libgda-${GDA_MAJOR}/php/gda-setup.php +share/libgda-${GDA_MAJOR}/php/gda-tester.php +share/libgda-${GDA_MAJOR}/php/gda-utils.php +share/libgda-${GDA_MAJOR}/php/gda-worker.php +share/libgda-${GDA_MAJOR}/postgres_specs_create_role.xml +share/libgda-${GDA_MAJOR}/postgres_specs_create_user.xml +share/libgda-${GDA_MAJOR}/postgres_specs_drop_role.xml +share/libgda-${GDA_MAJOR}/postgres_specs_drop_user.xml +share/libgda-${GDA_MAJOR}/server_operation.glade share/libgda-${GDA_MAJOR}/sqlite_specs_add_column.xml share/libgda-${GDA_MAJOR}/sqlite_specs_create_db.xml share/libgda-${GDA_MAJOR}/sqlite_specs_create_index.xml @@ -389,6 +508,8 @@ share/libgda-${GDA_MAJOR}/web/jquery.js share/libgda-${GDA_MAJOR}/web/md5.js share/libgda-${GDA_MAJOR}/web/mouseapp_2.js share/libgda-${GDA_MAJOR}/web/mouseirb_2.js +share/libgda-${GDA_MAJOR}/web_specs_auth.xml +share/libgda-${GDA_MAJOR}/web_specs_dsn.xml share/locale/ar/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/az/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/ca/LC_MESSAGES/libgda-${GDA_MAJOR}.mo @@ -408,6 +529,7 @@ share/locale/ga/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/gl/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/hr/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/hu/LC_MESSAGES/libgda-${GDA_MAJOR}.mo +share/locale/id/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/it/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/ja/LC_MESSAGES/libgda-${GDA_MAJOR}.mo share/locale/ko/LC_MESSAGES/libgda-${GDA_MAJOR}.mo diff --git a/x11/gnome/libgda/pkg/PLIST-ui b/x11/gnome/libgda/pkg/PLIST-ui new file mode 100644 index 00000000000..2e225e3f73d --- /dev/null +++ b/x11/gnome/libgda/pkg/PLIST-ui @@ -0,0 +1,259 @@ +@comment $OpenBSD: PLIST-ui,v 1.1 2010/09/27 12:12:41 ajacoutot Exp $ +@bin bin/gda-browser-${GDA_MAJOR} +@bin bin/gda-control-center-${GDA_MAJOR} +@bin bin/gdaui-demo-${GDA_MAJOR} +include/libgda-${GDA_MAJOR}/libgda-ui/ +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-basic-form.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-cloud.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-combo.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-cell-renderer-util.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-entry.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-filter.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-proxy-info.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-proxy.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-selector.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-data-store.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-decl.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-easy.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-enum-types.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-enums.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-form.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-grid.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-login.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-plugin.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-provider-selector.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-raw-form.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-raw-grid.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-server-operation.h +include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-tree-store.h +include/libgda-${GDA_MAJOR}/libgda-ui/libgda-ui.h +lib/libgda-${GDA_MAJOR}/plugins/ +lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-filesel-spec.xml +lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-password.xml +lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-pict-spec.xml +lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-pict-spec_string.xml +lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-text-spec.xml +lib/libgda-${GDA_MAJOR}/plugins/libgda-ui-plugins.la +lib/libgda-${GDA_MAJOR}/plugins/libgda-ui-plugins.so +lib/libgda-ui-${GDA_MAJOR}.la +@lib lib/libgda-ui-${GDA_MAJOR}.so.${LIBgda-ui-4.0_VERSION} +lib/pkgconfig/libgda-ui-${GDA_MAJOR}.pc +share/applications/gda-browser-${GDA_MAJOR}.desktop +share/applications/gda-control-center-${GDA_MAJOR}.desktop +share/gnome/ +share/gnome/help/ +share/gnome/help/gda-browser/ +share/gnome/help/gda-browser/C/ +share/gnome/help/gda-browser/C/data-manager-perspective.page +share/gnome/help/gda-browser/C/data-manager-xml-syntax.page +share/gnome/help/gda-browser/C/diagram.page +share/gnome/help/gda-browser/C/features.page +share/gnome/help/gda-browser/C/figures/ +share/gnome/help/gda-browser/C/figures/cnc_open.png +share/gnome/help/gda-browser/C/figures/data-man-mode.png +share/gnome/help/gda-browser/C/figures/data-man-persp.png +share/gnome/help/gda-browser/C/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/C/figures/diagram.png +share/gnome/help/gda-browser/C/figures/mainwin.png +share/gnome/help/gda-browser/C/figures/query-exec-persp.png +share/gnome/help/gda-browser/C/figures/table-insert-data.png +share/gnome/help/gda-browser/C/figures/trans-begin.png +share/gnome/help/gda-browser/C/figures/trans-commit.png +share/gnome/help/gda-browser/C/figures/trans-rollback.png +share/gnome/help/gda-browser/C/general-ui.page +share/gnome/help/gda-browser/C/index.page +share/gnome/help/gda-browser/C/legal.xml +share/gnome/help/gda-browser/C/query-execution-perspective.page +share/gnome/help/gda-browser/C/schema-browser-perspective.page +share/gnome/help/gda-browser/C/table-insert-data.page +share/gnome/help/gda-browser/C/transactions.page +share/gnome/help/gda-browser/C/variables.page +share/gnome/help/gda-browser/de/ +share/gnome/help/gda-browser/de/data-manager-perspective.page +share/gnome/help/gda-browser/de/data-manager-xml-syntax.page +share/gnome/help/gda-browser/de/diagram.page +share/gnome/help/gda-browser/de/features.page +share/gnome/help/gda-browser/de/figures/ +share/gnome/help/gda-browser/de/figures/cnc_open.png +share/gnome/help/gda-browser/de/figures/data-man-mode.png +share/gnome/help/gda-browser/de/figures/data-man-persp.png +share/gnome/help/gda-browser/de/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/de/figures/diagram.png +share/gnome/help/gda-browser/de/figures/mainwin.png +share/gnome/help/gda-browser/de/figures/query-exec-persp.png +share/gnome/help/gda-browser/de/figures/table-insert-data.png +share/gnome/help/gda-browser/de/figures/trans-begin.png +share/gnome/help/gda-browser/de/figures/trans-commit.png +share/gnome/help/gda-browser/de/figures/trans-rollback.png +share/gnome/help/gda-browser/de/general-ui.page +share/gnome/help/gda-browser/de/index.page +share/gnome/help/gda-browser/de/legal.xml +share/gnome/help/gda-browser/de/query-execution-perspective.page +share/gnome/help/gda-browser/de/schema-browser-perspective.page +share/gnome/help/gda-browser/de/table-insert-data.page +share/gnome/help/gda-browser/de/transactions.page +share/gnome/help/gda-browser/de/variables.page +share/gnome/help/gda-browser/es/ +share/gnome/help/gda-browser/es/data-manager-perspective.page +share/gnome/help/gda-browser/es/data-manager-xml-syntax.page +share/gnome/help/gda-browser/es/diagram.page +share/gnome/help/gda-browser/es/features.page +share/gnome/help/gda-browser/es/figures/ +share/gnome/help/gda-browser/es/figures/cnc_open.png +share/gnome/help/gda-browser/es/figures/data-man-mode.png +share/gnome/help/gda-browser/es/figures/data-man-persp.png +share/gnome/help/gda-browser/es/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/es/figures/diagram.png +share/gnome/help/gda-browser/es/figures/mainwin.png +share/gnome/help/gda-browser/es/figures/query-exec-persp.png +share/gnome/help/gda-browser/es/figures/table-insert-data.png +share/gnome/help/gda-browser/es/figures/trans-begin.png +share/gnome/help/gda-browser/es/figures/trans-commit.png +share/gnome/help/gda-browser/es/figures/trans-rollback.png +share/gnome/help/gda-browser/es/general-ui.page +share/gnome/help/gda-browser/es/index.page +share/gnome/help/gda-browser/es/legal.xml +share/gnome/help/gda-browser/es/query-execution-perspective.page +share/gnome/help/gda-browser/es/schema-browser-perspective.page +share/gnome/help/gda-browser/es/table-insert-data.page +share/gnome/help/gda-browser/es/transactions.page +share/gnome/help/gda-browser/es/variables.page +share/gnome/help/gda-browser/sl/ +share/gnome/help/gda-browser/sl/data-manager-perspective.page +share/gnome/help/gda-browser/sl/data-manager-xml-syntax.page +share/gnome/help/gda-browser/sl/diagram.page +share/gnome/help/gda-browser/sl/features.page +share/gnome/help/gda-browser/sl/figures/ +share/gnome/help/gda-browser/sl/figures/cnc_open.png +share/gnome/help/gda-browser/sl/figures/data-man-mode.png +share/gnome/help/gda-browser/sl/figures/data-man-persp.png +share/gnome/help/gda-browser/sl/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/sl/figures/diagram.png +share/gnome/help/gda-browser/sl/figures/mainwin.png +share/gnome/help/gda-browser/sl/figures/query-exec-persp.png +share/gnome/help/gda-browser/sl/figures/table-insert-data.png +share/gnome/help/gda-browser/sl/figures/trans-begin.png +share/gnome/help/gda-browser/sl/figures/trans-commit.png +share/gnome/help/gda-browser/sl/figures/trans-rollback.png +share/gnome/help/gda-browser/sl/general-ui.page +share/gnome/help/gda-browser/sl/index.page +share/gnome/help/gda-browser/sl/legal.xml +share/gnome/help/gda-browser/sl/query-execution-perspective.page +share/gnome/help/gda-browser/sl/schema-browser-perspective.page +share/gnome/help/gda-browser/sl/table-insert-data.page +share/gnome/help/gda-browser/sl/transactions.page +share/gnome/help/gda-browser/sl/variables.page +share/gtk-doc/html/gda-browser/ +share/gtk-doc/html/gda-browser/UILayout.png +share/gtk-doc/html/gda-browser/code_orga.html +share/gtk-doc/html/gda-browser/core.html +share/gtk-doc/html/gda-browser/extrawidgets.html +share/gtk-doc/html/gda-browser/fdl-section1.html +share/gtk-doc/html/gda-browser/fdl-section10.html +share/gtk-doc/html/gda-browser/fdl-section2.html +share/gtk-doc/html/gda-browser/fdl-section3.html +share/gtk-doc/html/gda-browser/fdl-section4.html +share/gtk-doc/html/gda-browser/fdl-section5.html +share/gtk-doc/html/gda-browser/fdl-section6.html +share/gtk-doc/html/gda-browser/fdl-section7.html +share/gtk-doc/html/gda-browser/fdl-section8.html +share/gtk-doc/html/gda-browser/fdl-section9.html +share/gtk-doc/html/gda-browser/fdl-using.html +share/gtk-doc/html/gda-browser/fdl.html +share/gtk-doc/html/gda-browser/gda-browser-browser-connection.html +share/gtk-doc/html/gda-browser/gda-browser-browser-core.html +share/gtk-doc/html/gda-browser/gda-browser-browser-favorites.html +share/gtk-doc/html/gda-browser/gda-browser-browser-page.html +share/gtk-doc/html/gda-browser/gda-browser-browser-perspective.html +share/gtk-doc/html/gda-browser/gda-browser-browser-window.html +share/gtk-doc/html/gda-browser/gda-browser-cc-gray-bar.html +share/gtk-doc/html/gda-browser/gda-browser-data-manager-perspective.html +share/gtk-doc/html/gda-browser/gda-browser-popup-container.html +share/gtk-doc/html/gda-browser/gda-browser.devhelp +share/gtk-doc/html/gda-browser/gda-browser.devhelp2 +share/gtk-doc/html/gda-browser/home.png +share/gtk-doc/html/gda-browser/index.html +share/gtk-doc/html/gda-browser/index.sgml +share/gtk-doc/html/gda-browser/left.png +share/gtk-doc/html/gda-browser/part_api.html +share/gtk-doc/html/gda-browser/part_begin.html +share/gtk-doc/html/gda-browser/part_index.html +share/gtk-doc/html/gda-browser/perspectives.html +share/gtk-doc/html/gda-browser/prog_struct.html +share/gtk-doc/html/gda-browser/right.png +share/gtk-doc/html/gda-browser/style.css +share/gtk-doc/html/gda-browser/up.png +share/gtk-doc/html/gda-browser/why.html +share/gtk-doc/html/gda-browser/windows.html +share/icons/hicolor/16x16/apps/gda-control-center.png +share/icons/hicolor/22x22/apps/gda-control-center.png +share/icons/hicolor/24x24/apps/gda-control-center.png +share/icons/hicolor/256x256/apps/gda-control-center.png +share/icons/hicolor/32x32/apps/gda-control-center.png +share/icons/hicolor/48x48/apps/gda-control-center.png +share/libgda-${GDA_MAJOR}/dtd/gdaui-layout.dtd +share/libgda-${GDA_MAJOR}/icons/ +share/libgda-${GDA_MAJOR}/icons/hicolor/ +share/libgda-${GDA_MAJOR}/icons/hicolor/16x16/ +share/libgda-${GDA_MAJOR}/icons/hicolor/16x16/actions/ +share/libgda-${GDA_MAJOR}/icons/hicolor/16x16/actions/bookmark-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/16x16/actions/glade.png +share/libgda-${GDA_MAJOR}/icons/hicolor/16x16/actions/history-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/22x22/ +share/libgda-${GDA_MAJOR}/icons/hicolor/22x22/actions/ +share/libgda-${GDA_MAJOR}/icons/hicolor/22x22/actions/bookmark-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/22x22/actions/glade.png +share/libgda-${GDA_MAJOR}/icons/hicolor/22x22/actions/history-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/ +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/ +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/bookmark-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/glade.png +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/history-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/transaction-begin.png +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/transaction-commit.png +share/libgda-${GDA_MAJOR}/icons/hicolor/24x24/actions/transaction-rollback.png +share/libgda-${GDA_MAJOR}/icons/hicolor/32x32/ +share/libgda-${GDA_MAJOR}/icons/hicolor/32x32/actions/ +share/libgda-${GDA_MAJOR}/icons/hicolor/32x32/actions/bookmark-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/32x32/actions/glade.png +share/libgda-${GDA_MAJOR}/icons/hicolor/32x32/actions/history-view.png +share/libgda-${GDA_MAJOR}/icons/hicolor/scalable/ +share/libgda-${GDA_MAJOR}/icons/hicolor/scalable/actions/ +share/libgda-${GDA_MAJOR}/icons/hicolor/scalable/actions/bookmark-view.svg +share/libgda-${GDA_MAJOR}/icons/hicolor/scalable/actions/glade.svg +share/libgda-${GDA_MAJOR}/icons/hicolor/scalable/actions/history-view.svg +share/libgda-${GDA_MAJOR}/pixmaps/ +share/libgda-${GDA_MAJOR}/pixmaps/bin-attachment-16x16.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-auth-big.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-auth.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-bookmark.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-column-fk.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-column-fknn.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-column-nn.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-column-pk.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-column.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-connected-big.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-connected.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-diagram.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-form.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-grid.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-menu-ind.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-non-connected-big.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-non-connected.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-query.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-reference.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-schema.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-table.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-browser.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-control-center-newcnc.png +share/libgda-${GDA_MAJOR}/pixmaps/gda-control-center.png +share/libgda-${GDA_MAJOR}/pixmaps/gdaui-generic.png +share/libgda-${GDA_MAJOR}/ui/ +share/libgda-${GDA_MAJOR}/ui/gdaui-entry-number.xml +share/libgda-${GDA_MAJOR}/ui/gdaui-entry-string.xml +share/pixmaps/ +share/pixmaps/gda-browser-${GDA_MAJOR}.png +@exec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database +@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true +@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true