From 10b8c6cb1607dfab361317568f9541cd3a5d84e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 31 Jul 2014 13:48:29 +0100 Subject: Move GTK+ dependencies to a new 'gtk-deps' stratum As they are shared by GTK+2 and GTK+3 --- gtk-deps.morph | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gtk2.morph | 76 ++-------------------------------------------------------- 2 files changed, 78 insertions(+), 74 deletions(-) create mode 100644 gtk-deps.morph diff --git a/gtk-deps.morph b/gtk-deps.morph new file mode 100644 index 00000000..30bc64bc --- /dev/null +++ b/gtk-deps.morph @@ -0,0 +1,76 @@ +name: gtk-deps +kind: stratum +description: the GTK+ dependencies stratum +build-depends: +- morph: foundation +- morph: x-common +- morph: x-generic +chunks: +- name: shared-mime-info + repo: upstream:shared-mime-info + ref: 0d440d85a126ff8d535d4f70f2203a76a21d5f71 + unpetrify-ref: baserock/morph + build-depends: [] +- name: gnome-common + repo: upstream:gnome-common + ref: 66d54b57313f0f6206cff32972d2b83d683628b2 + unpetrify-ref: 3.7.4 + build-depends: [] +- name: libtiff + repo: upstream:libtiff + ref: 2f83c385ff3d5493602308b62ca6d7707725b4fd + unpetrify-ref: Release-v4-0-3 + build-depends: [] +- name: gdk-pixbuf + repo: upstream:gdk-pixbuf + ref: bc45874c7ba5a6a95f032b48ab78115b3e2238ad + unpetrify-ref: baserock/morph + build-depends: + - libtiff +- name: atk + repo: upstream:atk + ref: e35410e06337afa3d66fcdde9b16422648de4e04 + unpetrify-ref: ATK_2_9_3 + build-depends: + - gnome-common +- name: at-spi2-core + repo: upstream:at-spi2-core + ref: 9bfebf07e866acadb5d2123568fd0119a7e0575b + unpetrify-ref: AT_SPI2_CORE_2_9_5 + build-depends: [] +- name: at-spi2-atk + repo: upstream:at-spi2-atk + ref: 363953fff4e3e12152ce2498b58a471884b497f5 + unpetrify-ref: baserock/morph + build-depends: + - at-spi2-core + - atk +- name: cairo + repo: upstream:cairo + ref: 25ef4d21f1616ddd9a6550cf7a129b2634b6caad + unpetrify-ref: 1.12.14 + build-depends: [] +- name: colm + repo: upstream:colm + ref: 746b80d9b15dceca54dff43123d56ffcb6e42f06 + unpetrify-ref: 0.11.1 + build-depends: [] +- name: ragel + repo: upstream:ragel + ref: 5d4102ffe43a15608e0e864fc7e7f5c6c3b49aac + unpetrify-ref: baserock/morph + build-depends: + - colm +- name: harfbuzz + repo: upstream:harfbuzz + ref: f0530a3d5d2e7b6eaa8325a310d458c478f505c9 + unpetrify-ref: 0.9.19 + build-depends: + - ragel +- name: pango + repo: upstream:pango + ref: c05f6e5205711e97727885a86a57661c7e9cdc75 + unpetrify-ref: baserock/xfce-build + build-depends: + - cairo + - harfbuzz diff --git a/gtk2.morph b/gtk2.morph index 8389cec4..50c0b9fd 100644 --- a/gtk2.morph +++ b/gtk2.morph @@ -3,84 +3,12 @@ kind: stratum description: the gtk2 stratum build-depends: - morph: genivi-foundation +- morph: gtk-deps - morph: x-common - morph: x-generic chunks: -- name: shared-mime-info - repo: upstream:shared-mime-info - ref: 0d440d85a126ff8d535d4f70f2203a76a21d5f71 - unpetrify-ref: baserock/morph - build-depends: [] -- name: gnome-common - repo: upstream:gnome-common - ref: 66d54b57313f0f6206cff32972d2b83d683628b2 - unpetrify-ref: 3.7.4 - build-depends: [] -- name: libtiff - repo: upstream:libtiff - ref: 2f83c385ff3d5493602308b62ca6d7707725b4fd - unpetrify-ref: Release-v4-0-3 - build-depends: [] -- name: gdk-pixbuf - repo: upstream:gdk-pixbuf - ref: bc45874c7ba5a6a95f032b48ab78115b3e2238ad - unpetrify-ref: baserock/morph - build-depends: - - libtiff -- name: atk - repo: upstream:atk - ref: e35410e06337afa3d66fcdde9b16422648de4e04 - unpetrify-ref: ATK_2_9_3 - build-depends: - - gnome-common -- name: at-spi2-core - repo: upstream:at-spi2-core - ref: 9bfebf07e866acadb5d2123568fd0119a7e0575b - unpetrify-ref: AT_SPI2_CORE_2_9_5 - build-depends: [] -- name: at-spi2-atk - repo: upstream:at-spi2-atk - ref: 363953fff4e3e12152ce2498b58a471884b497f5 - unpetrify-ref: baserock/morph - build-depends: - - at-spi2-core - - atk -- name: cairo - repo: upstream:cairo - ref: 25ef4d21f1616ddd9a6550cf7a129b2634b6caad - unpetrify-ref: 1.12.14 - build-depends: [] -- name: colm - repo: upstream:colm - ref: 746b80d9b15dceca54dff43123d56ffcb6e42f06 - unpetrify-ref: 0.11.1 - build-depends: [] -- name: ragel - repo: upstream:ragel - ref: 5d4102ffe43a15608e0e864fc7e7f5c6c3b49aac - unpetrify-ref: baserock/morph - build-depends: - - colm -- name: harfbuzz - repo: upstream:harfbuzz - ref: f0530a3d5d2e7b6eaa8325a310d458c478f505c9 - unpetrify-ref: 0.9.19 - build-depends: - - ragel -- name: pango - repo: upstream:pango - ref: c05f6e5205711e97727885a86a57661c7e9cdc75 - unpetrify-ref: baserock/xfce-build - build-depends: - - cairo - - harfbuzz - name: gtk+ repo: upstream:gtk+ ref: 52de99559e5b5bf09160e5a5a164d0ca5fede98c unpetrify-ref: baserock/xfce-build - build-depends: - - pango - - gdk-pixbuf - - cairo - - atk - - at-spi2-atk + build-depends: [] -- cgit v1.2.1