summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/libgda5
diff options
context:
space:
mode:
authorTreeve Jelbert2013-05-04 17:11:45 +0200
committerTreeve Jelbert2013-05-04 17:11:57 +0200
commitd010a2c596ae8fdcd1335e2ac35c3abb9c5fba55 (patch)
tree197395b2d30c450f8d2d04ad84fa540d9917b2c6 /gnome3-libs/libgda5
parentf697d150b96c0cdf4b0617ab37983d3483e5473b (diff)
libgda-5.1.2
Diffstat (limited to 'gnome3-libs/libgda5')
-rwxr-xr-xgnome3-libs/libgda5/BUILD2
-rwxr-xr-xgnome3-libs/libgda5/DEPENDS92
-rwxr-xr-xgnome3-libs/libgda5/DETAILS17
-rw-r--r--gnome3-libs/libgda5/HISTORY3
4 files changed, 114 insertions, 0 deletions
diff --git a/gnome3-libs/libgda5/BUILD b/gnome3-libs/libgda5/BUILD
new file mode 100755
index 0000000000..fbfbd3678e
--- /dev/null
+++ b/gnome3-libs/libgda5/BUILD
@@ -0,0 +1,2 @@
+CFLAGS=${CFLAGS/-ffast-math/} &&
+default_build
diff --git a/gnome3-libs/libgda5/DEPENDS b/gnome3-libs/libgda5/DEPENDS
new file mode 100755
index 0000000000..8f10caf4a8
--- /dev/null
+++ b/gnome3-libs/libgda5/DEPENDS
@@ -0,0 +1,92 @@
+depends pkgconfig &&
+depends glib2 &&
+depends libxml2 &&
+depends libxslt &&
+depends iso-codes &&
+depends perl &&
+depends xml-parser-expat &&
+depends readline &&
+depends ncurses &&
+depends intltool &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends sqlite \
+ "--enable-system-sqlite" \
+ "--disable-system-sqlite" \
+ "to use system SQLite" &&
+
+optional_depends db \
+ "--with-bdb" \
+ "--without-bdb" \
+ "Berkeley DB backend" &&
+
+optional_depends MYSQL \
+ "--with-mysql" \
+ "--without-mysql" \
+ "MySQL backend" &&
+
+optional_depends postgresql \
+ "--with-postgres" \
+ "--without-postgres" \
+ "PostgreSQL backend" &&
+
+optional_depends FIREBIRD \
+ "--with-firebird" \
+ "--without-firebird" \
+ "FireBird backend" &&
+
+optional_depends libsecret \
+ "--with-libsecret" \
+ "--without-libsecret" \
+ "" &&
+
+optional_depends gnome-keyring \
+ "--with-gnome-keyring" \
+ "--without-gnome-keyring" \
+ "for gnome-keyring support" &&
+
+optional_depends gtk+3 \
+ "--with-ui" \
+ "--without-ui" \
+ "for GTK+ extension and tools" &&
+
+optional_depends gtksourceview \
+ "--with-gtksourceview" \
+ "--without-gtksourceview" \
+ "to use GtkSourceView" &&
+
+optional_depends goocanvas \
+ "--with-goocanvas" \
+ "--without-goocanvas" \
+ "for using GooCanvas" &&
+
+optional_depends graphviz \
+ "--with-graphviz" \
+ "--without-graphviz" \
+ "to use Graphviz" &&
+
+optional_depends libsoup \
+ "--with-libsoup" \
+ "--without-libsoup" \
+ "to enable libsoup support" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "to enable introspection for this build" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends json-glib\
+ "--enable-json" \
+ "--disable-json" \
+ "JSON support" &&
+
+optional_depends libgcrypt "" "" "for password entry plugin"
diff --git a/gnome3-libs/libgda5/DETAILS b/gnome3-libs/libgda5/DETAILS
new file mode 100755
index 0000000000..d2f5d0c1d3
--- /dev/null
+++ b/gnome3-libs/libgda5/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libgda5
+ VERSION=5.1.2
+ SOURCE_HASH=sha512:027b2ecdcbf666c69e32f4c638cf7a144cb761fb694811ee6af749f34e584ff578ae601fdbae8aa88330c3f335db2f46db2296042c213aca14a1adc7b5192659
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE="libgda-${VERSION}.tar.xz"
+ SOURCE_URL[0]=$GNOME_URL/sources/libgda/$BRANCH/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libgda-${VERSION}"
+ WEB_SITE="http://www.gnome-db.org/"
+ LICENSE[0]=LGPL
+ ENTERED=20130504
+ SHORT="data abstraction library based on GLib"
+cat << EOF
+libgda is a (relatively small) database abstraction/access library integrated
+on the GLib object model. It can be used as a metadata extractor, to get
+information about all database objects in a common way, and as an ODBC-like
+wrapper to access data in different engines through an easier API.
+EOF
diff --git a/gnome3-libs/libgda5/HISTORY b/gnome3-libs/libgda5/HISTORY
new file mode 100644
index 0000000000..6e56eb6f40
--- /dev/null
+++ b/gnome3-libs/libgda5/HISTORY
@@ -0,0 +1,3 @@
+2013-05-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.1.2
+ spell created, derived from libgda4