summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2013-08-03 06:51:47 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2013-08-03 06:56:18 +0000
commit6792abcdf27aceba1012406d51606e84b065a526 (patch)
treef14fcd7adf50eda053e2653d33b08bc3b9bfd07a
parentf2d43f778f46d14652c02962d1e87b84addb7db9 (diff)
downloadlibwnck-baserock/xfce-build.tar.gz
libwnck.morph as yaml, fixing pixbuf read-only problembaserock/xfce-build
-rw-r--r--libwnck.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/libwnck.morph b/libwnck.morph
new file mode 100644
index 0000000..eb147ab
--- /dev/null
+++ b/libwnck.morph
@@ -0,0 +1,12 @@
+name: libwnck
+kind: chunk
+build-system: autotools
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+#- update-mime-database "$PREFIX/share/mime"
+- 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"