[gnome-continuous] Add libyaml
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Add libyaml
- Date: Thu, 19 Apr 2018 13:57:25 +0000 (UTC)
commit ce2544464621b9dc2adfe2f3af608b013391975e
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Apr 19 14:56:31 2018 +0100
Add libyaml
New optional dependency for flatpak-builder.
manifest.json | 4 ++++
.../libyaml-rename-bootstrap-to-autogen-sh.patch | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 6f9a0bf..8eea6b8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -921,6 +921,10 @@
"--disable-documentation",
"--enable-installed-tests"]},
+ {"src": "git:https://github.com/yaml/libyaml.git",
+ "name": "libyaml",
+ "patches": ["libyaml-rename-bootstrap-to-autogen-sh.patch"]},
+
{"src": "flatpak:flatpak-builder.git",
"config-opts": ["--enable-p2p",
"--disable-documentation",
diff --git a/patches/libyaml-rename-bootstrap-to-autogen-sh.patch
b/patches/libyaml-rename-bootstrap-to-autogen-sh.patch
new file mode 100644
index 0000000..396c4f0
--- /dev/null
+++ b/patches/libyaml-rename-bootstrap-to-autogen-sh.patch
@@ -0,0 +1,20 @@
+From 4a1d1b95c2ae1683b3e26c4e6c3549792bb9076c Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi <ebassi gnome org>
+Date: Thu, 19 Apr 2018 14:54:37 +0100
+Subject: [PATCH] Rename bootstrap to autogen.sh
+
+Conform to the build-api:
+
+ https://github.com/cgwalters/build-api
+---
+ bootstrap => autogen.sh | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+ rename bootstrap => autogen.sh (100%)
+
+diff --git a/bootstrap b/autogen.sh
+similarity index 100%
+rename from bootstrap
+rename to autogen.sh
+--
+2.17.0
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]