wok diff lcms/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 18b8dc71d9bf
children 8d0494b159cc
line diff
     1.1 --- a/lcms/receipt	Wed Apr 29 21:19:45 2009 +0200
     1.2 +++ b/lcms/receipt	Wed Dec 22 19:10:02 2010 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lcms"
     1.7 -VERSION="1.18"
     1.8 +VERSION="1.19"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="A free color management engine in 100K (library)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -TARBALL="$PACKAGE-${VERSION}a.tar.gz"
    1.13 +TARBALL="$PACKAGE-${VERSION}.tar.gz"
    1.14  WEB_SITE="http://www.littlecms.com/"
    1.15 -WGET_URL="${WEB_SITE}$TARBALL"
    1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()