* [Buildroot] [PATCH v2] libgtk2: Fix pixbuf loaders cache file generation
@ 2010-10-30 17:29 Paulius Zaleckas
2010-10-31 20:35 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Paulius Zaleckas @ 2010-10-30 17:29 UTC (permalink / raw)
To: buildroot
After libgtk was bumped to 2.22.0 default loacation of
pixbuf loaders cache changed.
Use --update-cache flag for gdk-pixbuf-query-loaders
which does waht we need.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
package/libgtk2/S26libgtk2 | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/libgtk2/S26libgtk2 b/package/libgtk2/S26libgtk2
index da5cc6e..037746d 100644
--- a/package/libgtk2/S26libgtk2
+++ b/package/libgtk2/S26libgtk2
@@ -2,13 +2,12 @@
#
# run pgdk-pixbuf-query-loaders if needed
-FILE=/etc/gtk-2.0/gdk-pixbuf.loaders
+FILE=/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
case "$1" in
start|"")
if [ ! -f "$FILE" ] ; then
- mkdir -p /etc/gtk-2.0
- /usr/bin/gdk-pixbuf-query-loaders > "$FILE"
+ /usr/bin/gdk-pixbuf-query-loaders --update-cache
fi
;;
stop)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-31 20:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-30 17:29 [Buildroot] [PATCH v2] libgtk2: Fix pixbuf loaders cache file generation Paulius Zaleckas
2010-10-31 20:35 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox