From afc626e15c16ac2309bf1e577c174d15367e2c86 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 6 Nov 2015 16:13:52 +0900 Subject: Adding libarchive to GNOME stratum This is required to build appstream-glib Change-Id: I60c0d6d17790b60ca2d3a8d506be165dc5700782 --- strata/gnome.morph | 5 +++++ strata/gnome/libarchive.morph | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 strata/gnome/libarchive.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index bade4b0e..e481e799 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -605,6 +605,11 @@ chunks: build-depends: - libcanberra - libnotify +- name: libarchive + morph: strata/gnome/libarchive.morph + repo: upstream:libarchive + ref: 19f23e191f9d3e1dd2a518735046100419965804 + unpetrify-ref: v3.1.2 - name: gnome-control-center morph: strata/gnome/gnome-control-center.morph repo: upstream:gnome/gnome-control-center diff --git a/strata/gnome/libarchive.morph b/strata/gnome/libarchive.morph new file mode 100644 index 00000000..bf840f58 --- /dev/null +++ b/strata/gnome/libarchive.morph @@ -0,0 +1,6 @@ +name: libarchive +kind: chunk +build-system: autotools +configure-commands: +- autoreconf -ivf +- ./configure --prefix="$PREFIX" --disable-acl -- cgit v1.2.1