wok-current diff gdk-pixbuf/receipt @ rev 7769
Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 22 19:10:02 2010 +0000 (2010-12-22) |
parents | 4ed72f460cde |
children | 2a405464f5b8 |
line diff
1.1 --- a/gdk-pixbuf/receipt Sat Nov 06 18:44:17 2010 +0000 1.2 +++ b/gdk-pixbuf/receipt Wed Dec 22 19:10:02 2010 +0000 1.3 @@ -37,9 +37,6 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - local arg 1.8 - echo "Processing post-install commands..." 1.9 - mkdir -p $1/etc/gtk-2.0/ 1.10 - chroot $1/ /usr/bin/gdk-pixbuf-query-loaders > $1/etc/gtk-2.0/gdk-pixbuf.loaders 1.11 - 1.12 + echo "Updating /usr/lib/gdk-pixbuf/2.10.0/loaders.cache file..." 1.13 + chroot $1/ /usr/bin/gdk-pixbuf-query-loaders --update-cache 1.14 }