From d717ef51d263bac168e87ddc03eb70eeeb0805e4 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 21 Sep 2012 13:23:06 +0000 Subject: [PATCH] Update to libgda-5.1.1. ok jasper@ --- x11/gnome/libgda/Makefile | 36 ++++++------ x11/gnome/libgda/distinfo | 4 +- x11/gnome/libgda/patches/patch-configure | 10 ++-- x11/gnome/libgda/pkg/PLIST-ldap | 3 +- x11/gnome/libgda/pkg/PLIST-main | 74 ++++++++++++------------ x11/gnome/libgda/pkg/PLIST-mysql | 3 +- x11/gnome/libgda/pkg/PLIST-pgsql | 3 +- x11/gnome/libgda/pkg/PLIST-ui | 69 +++++++++++++++++----- 8 files changed, 116 insertions(+), 86 deletions(-) diff --git a/x11/gnome/libgda/Makefile b/x11/gnome/libgda/Makefile index f30a2526356..e6d67bedb84 100644 --- a/x11/gnome/libgda/Makefile +++ b/x11/gnome/libgda/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.65 2012/09/01 14:36:59 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.66 2012/09/21 13:23:06 ajacoutot Exp $ + +# XXX add vala to MODGNOME_TOOLS on update SHARED_ONLY= Yes @@ -9,11 +11,11 @@ COMMENT-pgsql= PostreSQL backend for libgda COMMENT-ui= GTK+ extension and tools for libgda GNOME_PROJECT= libgda -GNOME_VERSION= 5.0.3 +GNOME_VERSION= 5.1.1 # NOTE: when GDA_MAJOR changes, increment GDA_MAJOR accordingly and bump: # x11/gnome/libgdamm -GDA_MAJOR= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/} +GDA_MAJOR= 5.0 PKGNAME-main= ${DISTNAME} PKGNAME-ldap= libgda-ldap-${GNOME_VERSION} @@ -21,12 +23,6 @@ PKGNAME-mysql= libgda-mysql-${GNOME_VERSION} PKGNAME-pgsql= libgda-pgsql-${GNOME_VERSION} PKGNAME-ui= libgda-ui-${GNOME_VERSION} -REVISION-main = 1 -REVISION-ui= 4 -REVISION-ldap = 1 -REVISION-mysql = 1 -REVISION-pgsql = 1 - EPOCH-main= 2 EPOCH-ldap= 0 EPOCH-mysql= 0 @@ -34,10 +30,10 @@ EPOCH-pgsql= 0 CATEGORIES= databases -SHARED_LIBS += gda-5.0 0.0 # 5.0 -SHARED_LIBS += gda-report-5.0 0.0 # 5.0 -SHARED_LIBS += gda-ui-5.0 0.0 # 5.0 -SHARED_LIBS += gda-xslt-5.0 0.0 # 5.0 +SHARED_LIBS += gda-5.0 1.0 # 5.1 +SHARED_LIBS += gda-report-5.0 1.0 # 5.1 +SHARED_LIBS += gda-ui-5.0 1.0 # 5.1 +SHARED_LIBS += gda-xslt-5.0 1.0 # 5.1 HOMEPAGE= http://www.gnome-db.org/ @@ -50,7 +46,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB += m pcre z gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 WANTLIB += gthread-2.0 xml2 dbus-1 gcrypt gnome-keyring -WANTLIB += gpg-error ffi +WANTLIB += gpg-error ffi pthread MODULES= devel/gettext \ x11/gnome @@ -74,8 +70,6 @@ BUILD_DEPENDS= databases/db/v4 REGRESS_DEPENDS= devel/check -# XXX check if still necessary when updating to >5.0.3: -# vala should be added but this tarball misses a few needed files MODGNOME_TOOLS= goi yelp LIBTOOL_FLAGS= --tag=disable-static @@ -95,7 +89,7 @@ CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I/usr/include/ssl" \ FAKE_FLAGS= configdir="${PREFIX}/share/examples/libgda" -WANTLIB-main += ${WANTLIB} c gcrypt gpg-error ncurses pthread +WANTLIB-main += ${WANTLIB} c gcrypt gpg-error ncurses WANTLIB-main += readline soup-2.4 crypto gdk_pixbuf-2.0 png xslt RUN_DEPENDS-main= ${MODGETTEXT_RUN_DEPENDS} \ @@ -117,10 +111,11 @@ CONFIGURE_ARGS+= --with-graphviz=no WANTLIB-ui += ${WANTLIB} WANTLIB-ui += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes WANTLIB-ui += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo -WANTLIB-ui += cairo-gobject drm expat fontconfig freetype gda-5.0 +WANTLIB-ui += cairo-gobject drm expat fontconfig freetype gda-${GDA_MAJOR} WANTLIB-ui += gdk-3 gdk_pixbuf-2.0 goocanvas-2.0 gtk-3 gtksourceview-3.0 WANTLIB-ui += pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png -WANTLIB-ui += pthread pthread-stubs xcb xcb-render xcb-shm stdc++ +WANTLIB-ui += pthread-stubs xcb xcb-render xcb-shm stdc++ icuuc +WANTLIB-ui += ICE SM atk-bridge-2.0 atspi harfbuzz icudata icule LIB_DEPENDS-ui= ${LIB_DEPENDS} \ x11/gnome/libgda \ x11/gtksourceview3 \ @@ -167,4 +162,7 @@ SUBST_VARS+= LIBdb_VERSION pre-configure: ${SUBST_CMD} ${WRKSRC}/configure +post-install: + rm ${PREFIX}/lib/libgda-${GDA_MAJOR}/providers/*.la + .include diff --git a/x11/gnome/libgda/distinfo b/x11/gnome/libgda/distinfo index 2b90065ecbb..f95bbcf4e19 100644 --- a/x11/gnome/libgda/distinfo +++ b/x11/gnome/libgda/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome/libgda-5.0.3.tar.xz) = gtIENht5QQPDZrtpBITSWBS/xlPLl9oN/PfAoTQJ0cw= -SIZE (gnome/libgda-5.0.3.tar.xz) = 11623340 +SHA256 (gnome/libgda-5.1.1.tar.xz) = QaVOYNkXWNHSOeUSfIVv8EEqVwnpJEDpEHF4r5KO1eE= +SIZE (gnome/libgda-5.1.1.tar.xz) = 11848808 diff --git a/x11/gnome/libgda/patches/patch-configure b/x11/gnome/libgda/patches/patch-configure index b6f6f0dcb37..696879c3edd 100644 --- a/x11/gnome/libgda/patches/patch-configure +++ b/x11/gnome/libgda/patches/patch-configure @@ -1,13 +1,13 @@ -$OpenBSD: patch-configure,v 1.25 2012/01/25 13:26:05 ajacoutot Exp $ +$OpenBSD: patch-configure,v 1.26 2012/09/21 13:23:06 ajacoutot Exp $ Don't do bash pattern substitutions. Our libdb does not follow upstream naming (libdb.so.XX versus libdb-5.0.so). ---- configure.orig Tue Jan 24 19:06:55 2012 -+++ configure Wed Jan 25 12:34:57 2012 -@@ -20171,9 +20171,9 @@ $as_echo_n "checking if gobject-introspection is corre +--- configure.orig Sat Aug 25 19:18:47 2012 ++++ configure Fri Sep 21 08:57:38 2012 +@@ -20378,9 +20378,9 @@ $as_echo_n "checking if gobject-introspection is corre INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` @@ -19,7 +19,7 @@ libdb-5.0.so). INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` INTROSPECTION_MAKEFILE=$introspection_makefile -@@ -21061,9 +21061,9 @@ $as_echo_n "checking for Berkeley DB files in $d... " +@@ -21454,9 +21454,9 @@ $as_echo_n "checking for Berkeley DB files in $d... " db_libfile="$d/$bdb_loclibdir/libdb$sversion$bdb_libext" try_headers="db.h db$version/db.h db$sversion/db.h" else diff --git a/x11/gnome/libgda/pkg/PLIST-ldap b/x11/gnome/libgda/pkg/PLIST-ldap index 737039bce09..bf0c7920de1 100644 --- a/x11/gnome/libgda/pkg/PLIST-ldap +++ b/x11/gnome/libgda/pkg/PLIST-ldap @@ -1,5 +1,4 @@ -@comment $OpenBSD: PLIST-ldap,v 1.6 2011/06/02 15:54:10 ajacoutot Exp $ -@comment lib/libgda-${GDA_MAJOR}/providers/libgda-ldap.la +@comment $OpenBSD: PLIST-ldap,v 1.7 2012/09/21 13:23:06 ajacoutot Exp $ lib/libgda-${GDA_MAJOR}/providers/libgda-ldap.so lib/pkgconfig/libgda-ldap-${GDA_MAJOR}.pc share/libgda-${GDA_MAJOR}/ldap_specs_auth.xml diff --git a/x11/gnome/libgda/pkg/PLIST-main b/x11/gnome/libgda/pkg/PLIST-main index 545b6a4b76c..b2ba3a4102d 100644 --- a/x11/gnome/libgda/pkg/PLIST-main +++ b/x11/gnome/libgda/pkg/PLIST-main @@ -1,13 +1,11 @@ -@comment $OpenBSD: PLIST-main,v 1.26 2012/01/25 13:26:05 ajacoutot Exp $ +@comment $OpenBSD: PLIST-main,v 1.27 2012/09/21 13:23:06 ajacoutot Exp $ @conflict libgda-db4-* @conflict libgda-ldap-<4.2.8p0v0 +@conflict libgda-ui-<5.1.1 @pkgpath x11/gnome/libgda,-mdb @pkgpath x11/gnome/libgda,-odbc -bin/gda-list-config @bin bin/gda-list-config-${GDA_MAJOR} -bin/gda-list-server-op @bin bin/gda-list-server-op-${GDA_MAJOR} -bin/gda-sql @bin bin/gda-sql-${GDA_MAJOR} @bin bin/gda-test-connection-${GDA_MAJOR} include/libgda-${GDA_MAJOR}/ @@ -123,18 +121,13 @@ include/libgda-${GDA_MAJOR}/libgda/virtual/gda-virtual-provider.h include/libgda-${GDA_MAJOR}/libgda/virtual/gda-vprovider-data-model.h include/libgda-${GDA_MAJOR}/libgda/virtual/gda-vprovider-hub.h include/libgda-${GDA_MAJOR}/libgda/virtual/libgda-virtual.h -lib/girepository-1.0/Gda-${GDA_MAJOR}.typelib lib/libgda-${GDA_MAJOR}/ lib/libgda-${GDA_MAJOR}.la @lib lib/libgda-${GDA_MAJOR}.so.${LIBgda-5.0_VERSION} lib/libgda-${GDA_MAJOR}/providers/ -@comment lib/libgda-${GDA_MAJOR}/providers/libgda-bdb.la lib/libgda-${GDA_MAJOR}/providers/libgda-bdb.so -@comment lib/libgda-${GDA_MAJOR}/providers/libgda-sqlcipher.la lib/libgda-${GDA_MAJOR}/providers/libgda-sqlcipher.so -@comment lib/libgda-${GDA_MAJOR}/providers/libgda-sqlite.la lib/libgda-${GDA_MAJOR}/providers/libgda-sqlite.so -@comment 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-5.0_VERSION} @@ -148,14 +141,12 @@ 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 share/examples/libgda/ @sample ${SYSCONFDIR}/libgda-${GDA_MAJOR}/ share/examples/libgda/config @sample ${SYSCONFDIR}/libgda-${GDA_MAJOR}/config share/examples/libgda/sales_test.db @sample ${SYSCONFDIR}/libgda-${GDA_MAJOR}/sales_test.db -share/gir-1.0/Gda-${GDA_MAJOR}.gir share/gnome/ share/gnome/help/ share/gnome/help/gda-sql/ @@ -224,7 +215,6 @@ 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 @@ -262,35 +252,35 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/ch12s13.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch13.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch21.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch22.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch33.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch36.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch37s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch37s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch35.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch38.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch39s02.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}/ch41.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch39s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch41s02.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s02.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s03.html share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s04.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s05.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s06.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s07.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s08.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch42s10.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch45s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s03.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s04.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s05.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s06.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s07.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch48s08.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch49s02.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch49s03.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch49s04.html -share/gtk-doc/html/libgda-${GDA_MAJOR}/ch49s05.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch43.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s05.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s06.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s07.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s08.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch44s10.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch47s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s05.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s06.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s07.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch50s08.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch51s02.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch51s03.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch51s04.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/ch51s05.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 @@ -320,6 +310,7 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/fdl-section9.html share/gtk-doc/html/libgda-${GDA_MAJOR}/fdl-using.html share/gtk-doc/html/libgda-${GDA_MAJOR}/fdl.html share/gtk-doc/html/libgda-${GDA_MAJOR}/features.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-data-model-writing.html share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-dict.html share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-sql-graph.png share/gtk-doc/html/libgda-${GDA_MAJOR}/gda-sql-manual-dsn.html @@ -354,6 +345,7 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/index-4-2.html share/gtk-doc/html/libgda-${GDA_MAJOR}/index-5-0-2.html share/gtk-doc/html/libgda-${GDA_MAJOR}/index-5-0-3.html share/gtk-doc/html/libgda-${GDA_MAJOR}/index-5-0.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/index-5-2-0.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 @@ -425,6 +417,9 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/migration-3.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}/null_handling.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/other-languages-introduction.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/other-languages-vala.html +share/gtk-doc/html/libgda-${GDA_MAJOR}/other-languages.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 @@ -442,7 +437,7 @@ share/gtk-doc/html/libgda-${GDA_MAJOR}/provider_notes_ldap.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}/pt09.html share/gtk-doc/html/libgda-${GDA_MAJOR}/right.png share/gtk-doc/html/libgda-${GDA_MAJOR}/stmt-compound.png share/gtk-doc/html/libgda-${GDA_MAJOR}/stmt-insert1.png @@ -486,7 +481,10 @@ share/libgda-${GDA_MAJOR}/gda_trml2pdf/__init__.py share/libgda-${GDA_MAJOR}/gda_trml2pdf/color.py share/libgda-${GDA_MAJOR}/gda_trml2pdf/trml2pdf.py share/libgda-${GDA_MAJOR}/gda_trml2pdf/utils.py +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}/php/ share/libgda-${GDA_MAJOR}/php/README share/libgda-${GDA_MAJOR}/php/gda-clean.php diff --git a/x11/gnome/libgda/pkg/PLIST-mysql b/x11/gnome/libgda/pkg/PLIST-mysql index 394aa184ac0..a77bedc1af2 100644 --- a/x11/gnome/libgda/pkg/PLIST-mysql +++ b/x11/gnome/libgda/pkg/PLIST-mysql @@ -1,5 +1,4 @@ -@comment $OpenBSD: PLIST-mysql,v 1.4 2011/06/02 07:16:33 ajacoutot Exp $ -@comment lib/libgda-${GDA_MAJOR}/providers/libgda-mysql.la +@comment $OpenBSD: PLIST-mysql,v 1.5 2012/09/21 13:23:06 ajacoutot Exp $ lib/libgda-${GDA_MAJOR}/providers/libgda-mysql.so lib/pkgconfig/libgda-mysql-${GDA_MAJOR}.pc share/libgda-${GDA_MAJOR}/mysql_specs_add_column.xml diff --git a/x11/gnome/libgda/pkg/PLIST-pgsql b/x11/gnome/libgda/pkg/PLIST-pgsql index 20e5aa0d060..c5a723d9d95 100644 --- a/x11/gnome/libgda/pkg/PLIST-pgsql +++ b/x11/gnome/libgda/pkg/PLIST-pgsql @@ -1,5 +1,4 @@ -@comment $OpenBSD: PLIST-pgsql,v 1.5 2011/07/26 15:36:27 ajacoutot Exp $ -@comment lib/libgda-${GDA_MAJOR}/providers/libgda-postgres.la +@comment $OpenBSD: PLIST-pgsql,v 1.6 2012/09/21 13:23:06 ajacoutot Exp $ lib/libgda-${GDA_MAJOR}/providers/libgda-postgres.so lib/pkgconfig/libgda-postgres-${GDA_MAJOR}.pc share/libgda-${GDA_MAJOR}/postgres_specs_add_column.xml diff --git a/x11/gnome/libgda/pkg/PLIST-ui b/x11/gnome/libgda/pkg/PLIST-ui index bebad54921d..30d6f48ebf6 100644 --- a/x11/gnome/libgda/pkg/PLIST-ui +++ b/x11/gnome/libgda/pkg/PLIST-ui @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-ui,v 1.19 2012/06/15 08:30:20 ajacoutot Exp $ +@comment $OpenBSD: PLIST-ui,v 1.20 2012/09/21 13:23:06 ajacoutot Exp $ @conflict libgda-<4.2.8p1v2 @bin bin/gda-browser-${GDA_MAJOR} @bin bin/gda-control-center-${GDA_MAJOR} @@ -31,7 +31,6 @@ include/libgda-${GDA_MAJOR}/libgda-ui/gdaui-rt-editor.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/girepository-1.0/Gdaui-${GDA_MAJOR}.typelib lib/libgda-${GDA_MAJOR}/plugins/ lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-filesel-spec.xml lib/libgda-${GDA_MAJOR}/plugins/gdaui-entry-format-spec.xml @@ -39,14 +38,12 @@ 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 -@comment 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-5.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/gir-1.0/Gdaui-${GDA_MAJOR}.gir share/gnome/help/gda-browser/ share/gnome/help/gda-browser/C/ share/gnome/help/gda-browser/C/actions.page @@ -81,7 +78,6 @@ 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/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/C/figures/virtual-cnc-3.png share/gnome/help/gda-browser/C/figures/virtual-cnc-4.png share/gnome/help/gda-browser/C/figures/virtual-cnc-5.png share/gnome/help/gda-browser/C/figures/virtual-cnc.png @@ -129,7 +125,6 @@ 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/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/de/figures/virtual-cnc-3.png share/gnome/help/gda-browser/de/figures/virtual-cnc-4.png share/gnome/help/gda-browser/de/figures/virtual-cnc-5.png share/gnome/help/gda-browser/de/figures/virtual-cnc.png @@ -177,7 +172,6 @@ share/gnome/help/gda-browser/el/figures/trans-begin.png share/gnome/help/gda-browser/el/figures/trans-commit.png share/gnome/help/gda-browser/el/figures/trans-rollback.png share/gnome/help/gda-browser/el/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/el/figures/virtual-cnc-3.png share/gnome/help/gda-browser/el/figures/virtual-cnc-4.png share/gnome/help/gda-browser/el/figures/virtual-cnc-5.png share/gnome/help/gda-browser/el/figures/virtual-cnc.png @@ -225,7 +219,6 @@ 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/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/es/figures/virtual-cnc-3.png share/gnome/help/gda-browser/es/figures/virtual-cnc-4.png share/gnome/help/gda-browser/es/figures/virtual-cnc-5.png share/gnome/help/gda-browser/es/figures/virtual-cnc.png @@ -273,7 +266,6 @@ share/gnome/help/gda-browser/gl/figures/trans-begin.png share/gnome/help/gda-browser/gl/figures/trans-commit.png share/gnome/help/gda-browser/gl/figures/trans-rollback.png share/gnome/help/gda-browser/gl/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/gl/figures/virtual-cnc-3.png share/gnome/help/gda-browser/gl/figures/virtual-cnc-4.png share/gnome/help/gda-browser/gl/figures/virtual-cnc-5.png share/gnome/help/gda-browser/gl/figures/virtual-cnc.png @@ -288,6 +280,53 @@ share/gnome/help/gda-browser/gl/table-insert-data.page share/gnome/help/gda-browser/gl/transactions.page share/gnome/help/gda-browser/gl/variables.page share/gnome/help/gda-browser/gl/virtual-connections.page +share/gnome/help/gda-browser/id/ +share/gnome/help/gda-browser/id/actions.page +share/gnome/help/gda-browser/id/data-manager-perspective.page +share/gnome/help/gda-browser/id/data-manager-source-editor.page +share/gnome/help/gda-browser/id/data-manager-xml-syntax.page +share/gnome/help/gda-browser/id/declaredfk.page +share/gnome/help/gda-browser/id/diagram.page +share/gnome/help/gda-browser/id/features.page +share/gnome/help/gda-browser/id/figures/ +share/gnome/help/gda-browser/id/figures/action-1.png +share/gnome/help/gda-browser/id/figures/action-2.png +share/gnome/help/gda-browser/id/figures/action-3.png +share/gnome/help/gda-browser/id/figures/action-4.png +share/gnome/help/gda-browser/id/figures/cnc_open.png +share/gnome/help/gda-browser/id/figures/data-man-mode.png +share/gnome/help/gda-browser/id/figures/data-man-persp.png +share/gnome/help/gda-browser/id/figures/data-man-uicompose.png +share/gnome/help/gda-browser/id/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/id/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/id/figures/declaredfk.png +share/gnome/help/gda-browser/id/figures/diagram.png +share/gnome/help/gda-browser/id/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/id/figures/ldap-classes.png +share/gnome/help/gda-browser/id/figures/ldap-search.png +share/gnome/help/gda-browser/id/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/id/figures/mainwin.png +share/gnome/help/gda-browser/id/figures/query-exec-persp.png +share/gnome/help/gda-browser/id/figures/schema-browser-persp.png +share/gnome/help/gda-browser/id/figures/table-insert-data.png +share/gnome/help/gda-browser/id/figures/trans-begin.png +share/gnome/help/gda-browser/id/figures/trans-commit.png +share/gnome/help/gda-browser/id/figures/trans-rollback.png +share/gnome/help/gda-browser/id/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/id/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/id/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/id/figures/virtual-cnc.png +share/gnome/help/gda-browser/id/general-ui.page +share/gnome/help/gda-browser/id/index.page +share/gnome/help/gda-browser/id/ldap-browser-perspective.page +share/gnome/help/gda-browser/id/ldap-connections.page +share/gnome/help/gda-browser/id/legal.xml +share/gnome/help/gda-browser/id/query-execution-perspective.page +share/gnome/help/gda-browser/id/schema-browser-perspective.page +share/gnome/help/gda-browser/id/table-insert-data.page +share/gnome/help/gda-browser/id/transactions.page +share/gnome/help/gda-browser/id/variables.page +share/gnome/help/gda-browser/id/virtual-connections.page share/gnome/help/gda-browser/sl/ share/gnome/help/gda-browser/sl/actions.page share/gnome/help/gda-browser/sl/data-manager-perspective.page @@ -321,7 +360,6 @@ 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/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/sl/figures/virtual-cnc-3.png share/gnome/help/gda-browser/sl/figures/virtual-cnc-4.png share/gnome/help/gda-browser/sl/figures/virtual-cnc-5.png share/gnome/help/gda-browser/sl/figures/virtual-cnc.png @@ -369,7 +407,6 @@ share/gnome/help/gda-browser/zh_CN/figures/trans-begin.png share/gnome/help/gda-browser/zh_CN/figures/trans-commit.png share/gnome/help/gda-browser/zh_CN/figures/trans-rollback.png share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-2.png -share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-3.png share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-4.png share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-5.png share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc.png @@ -389,19 +426,19 @@ share/gtk-doc/html/gda-browser/BrowserConnection.html share/gtk-doc/html/gda-browser/BrowserCore.html share/gtk-doc/html/gda-browser/BrowserPerspective.html share/gtk-doc/html/gda-browser/BrowserWindow.html -share/gtk-doc/html/gda-browser/CcGrayBar.html share/gtk-doc/html/gda-browser/MgrFavorites.html 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/gda-browser-browser-favorites.html share/gtk-doc/html/gda-browser/gda-browser-BrowserPage.html share/gtk-doc/html/gda-browser/gda-browser-Data-Manager-perspective.html share/gtk-doc/html/gda-browser/gda-browser-Query-Exec-perspective.html share/gtk-doc/html/gda-browser/gda-browser-Schema-Browser-perspective.html share/gtk-doc/html/gda-browser/gda-browser-Support-functions.html share/gtk-doc/html/gda-browser/gda-browser-UiFormgrid.html +share/gtk-doc/html/gda-browser/gda-browser-browser-favorites.html +share/gtk-doc/html/gda-browser/gda-browser-gdaui-bar.html share/gtk-doc/html/gda-browser/gda-browser-popup-container.html share/gtk-doc/html/gda-browser/gda-browser.devhelp2 share/gtk-doc/html/gda-browser/home.png @@ -434,10 +471,12 @@ 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_model_change.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_model_change.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 @@ -480,9 +519,6 @@ 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}/import_encodings.xml -share/libgda-${GDA_MAJOR}/language-specs/ -share/libgda-${GDA_MAJOR}/language-specs/gda-sql.lang share/libgda-${GDA_MAJOR}/pixmaps/ share/libgda-${GDA_MAJOR}/pixmaps/bin-attachment-16x16.png share/libgda-${GDA_MAJOR}/pixmaps/gda-browser-action.png @@ -520,6 +556,7 @@ share/libgda-${GDA_MAJOR}/server_operation.glade 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