From ad47db8bc978e04f18c77f66d49991e9cff77dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sat, 25 Oct 2014 18:27:17 +0000 Subject: strata/gtk-deps: Upgrade gdk-pixbuf At this point we already have all the graphic libraries in the system, so we can run 'gdk-pixbuf-query-loaders' here instead in every boot of the system --- strata/gtk-deps/gdk-pixbuf.morph | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'strata/gtk-deps') diff --git a/strata/gtk-deps/gdk-pixbuf.morph b/strata/gtk-deps/gdk-pixbuf.morph index 5cb16917..c89c75c8 100644 --- a/strata/gtk-deps/gdk-pixbuf.morph +++ b/strata/gtk-deps/gdk-pixbuf.morph @@ -3,6 +3,4 @@ kind: chunk build-system: autotools install-commands: - make DESTDIR=$DESTDIR install -- install -d "$DESTDIR/lib/systemd/system/multi-user.target.wants" -- install -m 0644 systemd/gdk-pixbuf-cache-loaders.service "$DESTDIR/lib/systemd/system" -- ln -s ../gdk-pixbuf-cache-loaders.service "$DESTDIR/lib/systemd/system/multi-user.target.wants/gdk-pixbuf-cache-loaders.service" +- LD_LIBRARY_PATH=$DESTDIR/usr/lib $DESTDIR/usr/bin/gdk-pixbuf-query-loaders > $DESTDIR/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache -- cgit v1.2.1