summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/libgda5
diff options
context:
space:
mode:
authorRobin Cook2014-01-25 11:24:04 -0600
committerRobin Cook2014-01-25 11:24:04 -0600
commitda04a989eb012b7352a4542507f2bf2ac6455496 (patch)
tree70d8f5fc25f7c7f7c8b1349096827c40fc4f2b33 /gnome3-libs/libgda5
parent7a441932a3d096432ec8f7d91c686719f44bb498 (diff)
libgda5: changed gtksourceview and goocanvas and added optional depends
Diffstat (limited to 'gnome3-libs/libgda5')
-rwxr-xr-xgnome3-libs/libgda5/DEPENDS30
-rw-r--r--gnome3-libs/libgda5/HISTORY5
2 files changed, 33 insertions, 2 deletions
diff --git a/gnome3-libs/libgda5/DEPENDS b/gnome3-libs/libgda5/DEPENDS
index 08d13c01b1..8ad75016e5 100755
--- a/gnome3-libs/libgda5/DEPENDS
+++ b/gnome3-libs/libgda5/DEPENDS
@@ -40,6 +40,11 @@ optional_depends FIREBIRD \
"--without-firebird" \
"FireBird backend" &&
+optional_depends mdbtools \
+ "--enable-system-mdbtools" \
+ "--disable-system-mdbtools" \
+ "MS Access backend?" &&
+
optional_depends libsecret \
"--with-libsecret" \
"--without-libsecret" \
@@ -55,12 +60,12 @@ optional_depends gtk+3 \
"--without-ui" \
"for GTK+ extension and tools" &&
-optional_depends gtksourceview \
+optional_depends gtksourceview3 \
"--with-gtksourceview" \
"--without-gtksourceview" \
"to use GtkSourceView" &&
-optional_depends goocanvas \
+optional_depends goocanvas2 \
"--with-goocanvas" \
"--without-goocanvas" \
"for using GooCanvas" &&
@@ -90,4 +95,25 @@ optional_depends json-glib\
"--disable-json" \
"JSON support" &&
+optional_depends vala \
+ "--enable-vala" \
+ "--disable-vala" \
+ "Build vala bindings?" &&
+
+optional_depends JAVA \
+ "--with-java=/usr/lib/j2sdk --with-jni" \
+ "--without-java --without-jni" \
+ "Locate Java's client libraries?" &&
+
+optional_depends openssl \
+ "--enable-crypto" \
+ "--disable-crypto" \
+ "Enable SQLCipher database provider?" &&
+
+optional_depends openldap \
+ "--with-ldap" \
+ "--without-ldap" \
+ "Locate LDAP client library?" &&
+
optional_depends libgcrypt "" "" "for password entry plugin"
+
diff --git a/gnome3-libs/libgda5/HISTORY b/gnome3-libs/libgda5/HISTORY
index a47d6f48ba..a7594d7148 100644
--- a/gnome3-libs/libgda5/HISTORY
+++ b/gnome3-libs/libgda5/HISTORY
@@ -1,3 +1,8 @@
+2014-01-25 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: change gtksourceview to gtksourceview3
+ changed goocanvas to goocanvas2; added mdbtools, vala, java, openssl,
+ openldap
+
2014-01-09 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 5.2.2
* PEPENDS: add itstool