summaryrefslogtreecommitdiff
path: root/strata/xfce/libwnck.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/xfce/libwnck.morph')
-rw-r--r--strata/xfce/libwnck.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/strata/xfce/libwnck.morph b/strata/xfce/libwnck.morph
new file mode 100644
index 00000000..8636d193
--- /dev/null
+++ b/strata/xfce/libwnck.morph
@@ -0,0 +1,25 @@
+name: libwnck
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- NOCONFIGURE=1 ./autogen.sh
+- ./configure --prefix="$PREFIX"
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []