summaryrefslogtreecommitdiff
path: root/strata/glib-common.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/glib-common.morph')
-rw-r--r--strata/glib-common.morph38
1 files changed, 38 insertions, 0 deletions
diff --git a/strata/glib-common.morph b/strata/glib-common.morph
new file mode 100644
index 00000000..fd1018a3
--- /dev/null
+++ b/strata/glib-common.morph
@@ -0,0 +1,38 @@
+name: glib-common
+kind: stratum
+description: GLib and dependencies
+build-depends:
+- morph: strata/python2-core.morph
+- morph: strata/pcre-utils.morph
+chunks:
+- name: gtk-doc-stub
+ repo: upstream:gtk-doc-stub
+ ref: 58ec0d8593541ef7ae522ce42ebec6f98536c4e0
+ unpetrify-ref: baserock/morph
+ build-system: autotools
+- name: gnome-common
+ repo: upstream:gnome-common
+ ref: 5d61b55e8bea32fe2b52e21682ee4b3719b290c5
+ unpetrify-ref: 3.14.0
+ build-system: autotools
+- name: glib
+ morph: strata/glib-common/glib.morph
+ repo: upstream:glib
+ ref: 90bb8778f2eabf00bee5bff1259c48f1e7b791b8
+ unpetrify-ref: 2.52.3
+- name: gobject-introspection
+ repo: upstream:gobject-introspection
+ ref: 42bf17a25c7379689fe78f31f332a64e3eded5d2
+ unpetrify-ref: 1.48.0
+ build-system: autotools
+ build-depends:
+ - glib
+- name: json-glib
+ repo: upstream:json-glib
+ ref: 19f5626b70e72a81dae7ee11b4c3a4d75779a7be
+ unpetrify-ref: 1.2.0
+ build-system: autotools
+ build-depends:
+ - glib
+ - gobject-introspection
+ - gtk-doc-stub