summaryrefslogtreecommitdiff
path: root/gtk2.morph
blob: 2a2e8fbf6a4a6a6e1b5c4a1e7b8f17e997c30ae4 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: gtk2
kind: stratum
description: the gtk2 stratum
build-depends:
- morph: genivi-foundation
- morph: x-common
- morph: x-x86_64-generic
chunks:
- name: shared-mime-info
  repo: upstream:shared-mime-info
  ref: baserock/morph
  build-depends: []
- name: gnome-common
  repo: upstream:gnome-common
  ref: 3.7.4
  build-depends: []
- name: libtiff
  repo: upstream:libtiff
  ref: Release-v4-0-3
  build-depends: []
- name: libcroco
  repo: upstream:libcroco
  ref: baserock/morph
  build-depends:
  - gnome-common
- name: gdk-pixbuf
  repo: upstream:gdk-pixbuf
  ref: baserock/morph
  build-depends:
  - libtiff
- name: atk
  repo: upstream:atk
  ref: ATK_2_9_3
  build-depends:
  - gnome-common
- name: at-spi2-core
  repo: upstream:at-spi2-core
  ref: AT_SPI2_CORE_2_9_5
  build-depends: []
- name: at-spi2-atk
  repo: upstream:at-spi2-atk
  ref: baserock/morph
  build-depends:
  - at-spi2-core
  - atk
- name: cairo
  repo: upstream:cairo
  ref: 1.12.14
  build-depends: []
- name: colm
  repo: upstream:colm
  ref: master
  build-depends: []
- name: ragel
  repo: upstream:ragel
  ref: baserock/morph
  build-depends:
  - colm
- name: harfbuzz
  repo: upstream:harfbuzz
  ref: 0.9.19
  build-depends:
  - ragel
- name: pango
  repo: upstream:pango
  ref: baserock/xfce-build
  build-depends:
  - cairo
  - harfbuzz
- name: gtk+
  repo: upstream:gtk+
  ref: baserock/xfce-build
  build-depends:
  - pango
  - gdk-pixbuf
  - cairo
  - atk
  - at-spi2-atk
- name: librsvg
  repo: upstream:librsvg
  ref: baserock/morph
  build-depends:
  - cairo
  - gdk-pixbuf
  - gnome-common
  - gtk+
  - libcroco
  - pango