From ee7160ddb3c40d5a7bc295ddf4f2f31b09b847d3 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 5 Nov 2015 17:18:45 +0900 Subject: Adding gnome-color-manager to GNOME stratum This is used by gnome-settings-daemon and gnome-control-center Change-Id: Ieb01f7295da6c625b79946649bb170c49dce8142 --- strata/gnome.morph | 14 ++++++++++++++ strata/gnome/gnome-color-manager.morph | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 strata/gnome/gnome-color-manager.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index 39aafbe3..c93a8d09 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -626,6 +626,20 @@ chunks: build-depends: - gcab - libarchive +- name: gnome-color-manager + morph: strata/gnome/gnome-color-manager.morph + repo: upstream:gnome/gnome-color-manager + ref: 8284cb186e0e7c248fc2a2449735fd24b778ec81 + unpetrify-ref: GNOME_COLOR_MANAGER_3_18_0 + build-depends: + - appstream-glib + - colord-gtk + - gnome-desktop + - lcms2 + - libcanberra + - libexif + - vte + - yelp-tools - name: gnome-control-center morph: strata/gnome/gnome-control-center.morph repo: upstream:gnome/gnome-control-center diff --git a/strata/gnome/gnome-color-manager.morph b/strata/gnome/gnome-color-manager.morph new file mode 100644 index 00000000..90ed1815 --- /dev/null +++ b/strata/gnome/gnome-color-manager.morph @@ -0,0 +1,7 @@ +name: gnome-color-manager +kind: chunk +build-system: autotools +configure-commands: +# There is no justification to disable EXIV, we were just +# too lazy to integrate EXIV +- ./autogen.sh --prefix="$PREFIX" --disable-exiv -- cgit v1.2.1