summaryrefslogtreecommitdiff
path: root/strata/glib-common.morph
blob: 218c206eac037f2daa2f5022e33d298f28bb1765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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: ee1434632b1b397e5355ef31a79fc1d8b89156a0
  unpetrify-ref: 2.48.1
- 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