From ea160bfcccca90d2fe112cab094df88e87346a33 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 9 Dec 2015 17:30:30 +0900 Subject: Added libwnck to GNOME stratum This is required to build epiphany Change-Id: Ia0b96cc2f3a0029e0f4a7bd0f4101706b9fae098 --- strata/gnome.morph | 5 +++++ strata/gnome/libwnck.morph | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 strata/gnome/libwnck.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index fe2debef..de8567db 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -798,3 +798,8 @@ chunks: repo: upstream:sound-theme-freedesktop ref: 9d2ac65a2f88263f0eec8b777ef3bdc023b93c25 unpetrify-ref: 0.8 +- name: libwnck + morph: strata/gnome/libwnck.morph + repo: upstream:libwnck + ref: 46bade6f53351f2a63d030e27cbba2e0048d1cde + unpetrify-ref: 3.14.1 diff --git a/strata/gnome/libwnck.morph b/strata/gnome/libwnck.morph new file mode 100644 index 00000000..bb8d7afa --- /dev/null +++ b/strata/gnome/libwnck.morph @@ -0,0 +1,11 @@ +name: libwnck +kind: chunk +build-system: autotools +configure-commands: +- gdk-pixbuf-query-loaders > loader.cache +- NOCONFIGURE=1 ./autogen.sh +- ./configure --prefix="$PREFIX" +build-commands: +- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make +install-commands: +- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR" -- cgit v1.2.1