summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/ostree-core.morph18
-rw-r--r--strata/ostree-core/gpgme.morph7
-rw-r--r--strata/ostree-core/libassuan.morph7
3 files changed, 30 insertions, 2 deletions
diff --git a/strata/ostree-core.morph b/strata/ostree-core.morph
index fffcc203..5d0297eb 100644
--- a/strata/ostree-core.morph
+++ b/strata/ostree-core.morph
@@ -3,7 +3,20 @@ kind: stratum
build-depends:
- morph: strata/core.morph
- morph: strata/libsoup-common.morph
+- morph: strata/foundation.morph
chunks:
+- name: libassuan
+ morph: strata/ostree-core/libassuan.morph
+ repo: upstream:libassuan
+ ref: cdb1e6484d6f094f8e795bfec5b314ec524a90f8
+ unpetrify-ref: libassuan-2.3.0
+- name: gpgme
+ morph: strata/ostree-core/gpgme.morph
+ repo: upstream:gpgme
+ ref: 107bff70edb611309f627058dd4777a5da084b1a
+ unpetrify-ref: gpgme-1.6.0
+ build-depends:
+ - libassuan
- name: libgsystem
repo: upstream:libgsystem
ref: 8231b8ad4a4ee35e4b11fae5f6e7cddabf1c51ae
@@ -11,8 +24,9 @@ chunks:
build-system: autotools
- name: ostree
repo: upstream:ostree
- ref: c9704e9802dfeda9b5a138535c59e98df3dd7196
- unpetrify-ref: baserock/morph
+ ref: 45ec78735daf72da1998f9df2887ea9b5e2600c3
+ unpetrify-ref: baserock/v2015.9
build-system: autotools
build-depends:
+ - gpgme
- libgsystem
diff --git a/strata/ostree-core/gpgme.morph b/strata/ostree-core/gpgme.morph
new file mode 100644
index 00000000..cf938f31
--- /dev/null
+++ b/strata/ostree-core/gpgme.morph
@@ -0,0 +1,7 @@
+name: gpgme
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- autoreconf -fi
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-maintainer-mode
diff --git a/strata/ostree-core/libassuan.morph b/strata/ostree-core/libassuan.morph
new file mode 100644
index 00000000..baa1e902
--- /dev/null
+++ b/strata/ostree-core/libassuan.morph
@@ -0,0 +1,7 @@
+name: libassuan
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- autoreconf -fi
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-maintainer-mode