From ec458e22d52b15458636a1f550e55e92a4fee962 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 31 Oct 2016 15:09:29 +0900 Subject: Move gnome systems, clusters and strata into gnome subdirectory Change-Id: I44b4df44b0b144a09977a009595124b4d04128c6 --- gnome/strata/gnome/libwnck.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gnome/strata/gnome/libwnck.morph (limited to 'gnome/strata/gnome/libwnck.morph') diff --git a/gnome/strata/gnome/libwnck.morph b/gnome/strata/gnome/libwnck.morph new file mode 100644 index 00000000..bb8d7afa --- /dev/null +++ b/gnome/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