From 3a6bc7f3d09d4b4317ded4e1a80640e3287ad356 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 17 Dec 2015 17:57:20 +0900 Subject: Adding libchamplain to the GNOME stratum A map rendering library used by gnome-maps, gnome-contacts and empathy. Change-Id: I8492c4a6bc6d5eb86b262a8c7277456b7f725917 --- strata/gnome.morph | 8 ++++++++ strata/gnome/libchamplain.morph | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 strata/gnome/libchamplain.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index fd5a1eb4..e41ddcaf 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -50,6 +50,14 @@ chunks: build-system: autotools build-depends: - clutter +- name: libchamplain + morph: strata/gnome/libchamplain.morph + repo: upstream:gnome/libchamplain + ref: c873d9d8116b8e14c1bfa939439d763926a77446 + unpetrify-ref: LIBCHAMPLAIN_0_12_12 + build-depends: + - clutter + - clutter-gtk - name: gsettings-desktop-schemas repo: upstream:gnome/gsettings-desktop-schemas ref: db40812cd79f64c98432efd1b632c5633a27f77e diff --git a/strata/gnome/libchamplain.morph b/strata/gnome/libchamplain.morph new file mode 100644 index 00000000..e1c902b8 --- /dev/null +++ b/strata/gnome/libchamplain.morph @@ -0,0 +1,5 @@ +name: libchamplain +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-vala=yes -- cgit v1.2.1