summaryrefslogtreecommitdiff
path: root/xfce/libwnck.morph
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/libwnck.morph')
-rw-r--r--xfce/libwnck.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/xfce/libwnck.morph b/xfce/libwnck.morph
new file mode 100644
index 00000000..66b5ee93
--- /dev/null
+++ b/xfce/libwnck.morph
@@ -0,0 +1,13 @@
+name: xfce/libwnck.morph
+kind: chunk
+repo: upstream:libwnck
+ref: 6792abcdf27aceba1012406d51606e84b065a526
+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"