summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/libwnck.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /gnome/strata/gnome/libwnck.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'gnome/strata/gnome/libwnck.morph')
-rw-r--r--gnome/strata/gnome/libwnck.morph11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome/strata/gnome/libwnck.morph b/gnome/strata/gnome/libwnck.morph
deleted file mode 100644
index bb8d7afa..00000000
--- a/gnome/strata/gnome/libwnck.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-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"