summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/libwnck.morph11
2 files changed, 16 insertions, 0 deletions
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"