From e14601a35d948e3375736ec16315629d06dd796c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 18 Dec 2015 16:20:23 +0900 Subject: Adding telepathy-gabble to GNOME stratum A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls. Change-Id: I3cf235f5fae0eba3a11f7d0281af392a018b5142 --- strata/gnome.morph | 8 ++++++++ strata/gnome/telepathy-gabble.morph | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 strata/gnome/telepathy-gabble.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index 07b376ec..af904028 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -773,6 +773,14 @@ chunks: build-depends: - farstream - telepathy-glib +- name: telepathy-gabble + morph: strata/gnome/telepathy-gabble.morph + repo: upstream:telepathy-gabble + ref: 91d890ef3f269e92ea3a2a265597293e056e842c + unpetrify-ref: baserock/telepathy-gabble-0.18.3 + build-depends: + - libnice + - telepathy-glib - name: grilo repo: upstream:gnome/grilo ref: e470c0cd72231d2a86f419a584df3d635bc6b62f diff --git a/strata/gnome/telepathy-gabble.morph b/strata/gnome/telepathy-gabble.morph new file mode 100644 index 00000000..fef9b8d6 --- /dev/null +++ b/strata/gnome/telepathy-gabble.morph @@ -0,0 +1,8 @@ +name: telepathy-gabble +kind: chunk +build-system: autotools +configure-commands: +# +# Tell telepathy-gabble where to load the certificate bundle from. +# +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt -- cgit v1.2.1