[glom] xdg-app-builder manifest: Add mysql (needed for Glom).



commit fa13410aad4eecb8eb27c330592b81ab0df12718
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 10 21:16:56 2015 +0100

    xdg-app-builder manifest: Add mysql (needed for Glom).
    
    Specifically, Glom needs this to have been built before libgda builds.
    Nobody really uses the libgda support in Glom, but it's nice to have
    a standard build.

 manifest.json |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index bc353dc..c48fbb4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -213,6 +213,17 @@
             ]
         },
         {
+            "name": "mysql",
+            "cmake": true,
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.28.tar.gz";,
+                    "sha256": "217cd96921abdd709b9b4ff3ce2af4cbd237de43679cf19385d19df03a037b21"
+                }
+            ]
+        },
+        {
             "name": "libgda-5.0",
             "config-opts": [ "--disable-documentation" "--disable-introspection" ],
             "sources": [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]