[glom] xdg-app-builder manifest: Add mysql (needed for Glom).
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] xdg-app-builder manifest: Add mysql (needed for Glom).
- Date: Fri, 11 Dec 2015 08:08:02 +0000 (UTC)
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]